Non linear equation solution by FSOLVE command
Mostrar comentarios más antiguos
Can anyone post a simple matlab program to solve two or three equations using fsolve function?
Respuestas (1)
Walter Roberson
el 5 de Mzo. de 2011
0 votos
2 comentarios
Mohammad Yunus Ali
el 5 de Mzo. de 2011
Walter Roberson
el 5 de Mzo. de 2011
You missed a sentence,
"Enter the initial guess
x0 = [1 1]'
Note: x0 is the TRANSPOSE of a row vector"
You did not use the transpose.
Categorías
Más información sobre Function Creation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!