Benn
Guest
Hello everyone!
I am performing the minimum of a function in two variables, say f(x,y), where x and y are two corners. I write given and then insert two test values of x and y, then minimize with sol:=minimize(f,x,y) and get me the x and y corners that minimize the function.
I realized, however, that if I change the test values with other random values, also x and y change and therefore also changes the minimum value of the function. I don't think that's normal. Can you help me?
Thank you! !
Benn:
I am performing the minimum of a function in two variables, say f(x,y), where x and y are two corners. I write given and then insert two test values of x and y, then minimize with sol:=minimize(f,x,y) and get me the x and y corners that minimize the function.
I realized, however, that if I change the test values with other random values, also x and y change and therefore also changes the minimum value of the function. I don't think that's normal. Can you help me?
Thank you! !
Benn: