Non linear equation solution by FSOLVE command
古いコメントを表示
Can anyone post a simple matlab program to solve two or three equations using fsolve function?
回答 (1 件)
Walter Roberson
2011 年 3 月 5 日
0 投票
2 件のコメント
Mohammad Yunus Ali
2011 年 3 月 5 日
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.
カテゴリ
ヘルプ センター および File Exchange で Function Creation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!