フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

symbolic simplification to a function

1 回表示 (過去 30 日間)
Odien
Odien 2015 年 8 月 13 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
from basic trigo formula
sec^2 x = 1+tan^2 x
in matlab
sym('x')
trigo = 1 + tan(x)^2
simplify(trigo) will give the same answer instead of sec^2 x. Why?
  1 件のコメント
Walter Roberson
Walter Roberson 2015 年 8 月 13 日
Try simple(trigo) as an experiment

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by