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!