Non linear equation solution by FSOLVE command
Show older comments
Can anyone post a simple matlab program to solve two or three equations using fsolve function?
Answers (1)
Walter Roberson
on 5 Mar 2011
0 votes
2 Comments
Mohammad Yunus Ali
on 5 Mar 2011
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.
Categories
Find more on Function Creation 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!