フィルターのクリア

Evaluate zeros of a symbolic trigonometric function

6 ビュー (過去 30 日間)
Francesco Giuseppe Fornari
Francesco Giuseppe Fornari 2018 年 2 月 7 日
回答済み: Aveek Podder 2018 年 2 月 21 日
Hi,
I'm trying to find the zeros for this symbolic function:
2*cos(x) + x*sin(x) -2 == 0
is there a way to do it in MatLab?
Many thanks

回答 (1 件)

Aveek Podder
Aveek Podder 2018 年 2 月 21 日
Hi,
You can use ' solve' command to solve the equation.For more information on ' solve', please have a look at the following link: https://www.mathworks.com/help/symbolic/solve.html
You can also use ' fsolve' and ' fzero' to solve nonlinear equations.For more information please have a look at the following links:

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by