Using fsolve help?
이전 댓글 표시
So I'm given a non-linear equation, and I want to solve for u2 but I don't know the value of A. L=R=1 is given. And it says to use fsolve, but I can't get it to work unless I just give a value for A. Can I get some assistance, thanks!
댓글 수: 5
Torsten
2018년 3월 14일
"A" must also be given if you want to use "fsolve".
Lewis Hancox
2018년 3월 14일
Walter Roberson
2018년 3월 14일
No it does not. It defines A above that point. It says that all you need to know is u1 which gives you A and then you can calculate the others. u1 is a boundary point it appears.
Lewis Hancox
2018년 3월 14일
Walter Roberson
2018년 3월 14일
"Minimum occurs for u_1 = 1, we’ll prove this later on."
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!