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?

回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by