Using the fsolve command to find Turning Points from Jacobian Matrix
Show older comments
After finding the Jacobian Matrix of a function, how would one go about using the command fsolve to find the turning points of the equation? Suppose the equation of the function is f(x,y)= x^(2-x^(0.5))+y^(2-y^(0.5)) . How could one create a script file which calculates the Jacobian matrix and finds the turning points using fsolve? Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!