using 'fsolve'
Mostra commenti meno recenti
I have the function f(x,y) = x.^(2-x.^(0.5))+y.^(2-y.^(0.5)) and I found the Jacobian and Hessian Matrices. Now I need to find the turning point using the function "fsolve" and stating its nature.
Can anyone help me?
Thanks in advance.
1 Commento
Walter Roberson
il 21 Mar 2019
The "turning points" are all the points where the derivative are 0.
You already have the derivative when you formed the Jocobian.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Calculus in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!