필터 지우기
필터 지우기

How to I solve a equation?

조회 수: 1 (최근 30일)
Ron
Ron 2013년 9월 23일
I'm quite new to matlab and need to learn how to solve equations with matlab. I searched for help but I couldn't find much help or I didn't understand what was told to me.
For example I need to solve and equation:
x=1-cos(x)
I tryed FSOLVE, but didn't quite understand how it works.
My professor briefly mentioned something about using iteration method to solve the equation, but what He explained was quite complicated so I didn't understand much.

채택된 답변

David Sanchez
David Sanchez 2013년 9월 23일
Take a look at the following links and try to do their examples:
http://www2.math.umd.edu/~immortal/206/tutorial/SolvingEquations.shtml
http://www.mathworks.es/es/help/symbolic/solve.html
  댓글 수: 1
Ron
Ron 2013년 9월 25일
Thank you very much, the links you provided are very helpful!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Matt J
Matt J 2013년 9월 23일
편집: Matt J 2013년 9월 23일
fzero(@(x) 1-cos(x)-x, [-2*pi,2*pi] )

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by