Using convergence for a fixed root iteration
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to write a code that following this procedure:
- Guess theta = 0
- Find Cl from L = W*cos(theta) so L = W
- Find Cd (where Cd is dependent on Cl)
- Find D from Cd
- Find theta as theta = asin(T-D/W)
- Use this new guess for theta and interate from step 2 until convergence of theta.
T (thrust) ias found by calling a function, W = 35000.
How would I write a code to find theta to plug it back in for Cl?
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!