Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

symbolic simplification to a function

1 visualizzazione (ultimi 30 giorni)
Odien
Odien il 13 Ago 2015
Chiuso: MATLAB Answer Bot il 20 Ago 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?

Risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by