I have a function f (x, y) = 0, the program should build its graph. The function is set by the user. Example function:
f(x,y) = x*y + sin(x+y)/ln(x)
I have a function f (x, y) = 0, the program should build its graph. The function is set by the user. Example function:
f(x,y) = x*y + sin(x+y)/ln(x)
Source: https://ru.stackoverflow.com/questions/10413/
All Articles