Non linear equation solution by FSOLVE command
2 ビュー (過去 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!