Non linear equation solution by FSOLVE command
2 views (last 30 days)
Show older comments
Can anyone post a simple matlab program to solve two or three equations using fsolve function?
0 Comments
Answers (1)
Walter Roberson
on 5 Mar 2011
2 Comments
Walter Roberson
on 5 Mar 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.
See Also
Categories
Find more on Mathematics and Optimization 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!