Info

This question is closed. Reopen it to edit or answer.

symbolic simplification to a function

1 view (last 30 days)
Odien
Odien on 13 Aug 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
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?

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!