필터 지우기
필터 지우기

Iteratively solving equations in MATLAB

조회 수: 14 (최근 30일)
Elina Park
Elina Park 2021년 9월 15일
답변: tamara 2023년 3월 26일
Hello! I'm trying to solve an equation iteratively using MATLAB.
If I have an equation such as a - mx^2 + b = 0, where all variables except x is defined, how do I set up an iterative loop so that the program finds a value of x? I think I'm supposed to use a for or while loop to do this, but I'm not sure how to set it up and define the accuracy/limit of the variable I'm trying to find. Thank you!

답변 (2개)

Sreedhar Arumugam
Sreedhar Arumugam 2021년 9월 15일
You can find a similar MATLAB answer to solving a polynomial equation using iteration here.
There's another answer that uses iteration to solve a trigonometric equation. While the equation is a bit different from yours, you can refer to this to understand the code and the method being used .

tamara
tamara 2023년 3월 26일
d^2T/dx^2-hp/KAc(T-Ta)=0

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by