Non linear equation solution by FSOLVE command
1 次查看(过去 30 天)
显示 更早的评论
Can anyone post a simple matlab program to solve two or three equations using fsolve function?
0 个评论
回答(1 个)
Walter Roberson
2011-3-5
2 个评论
Walter Roberson
2011-3-5
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!