Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

symbolic simplification to a function

1 vue (au cours des 30 derniers jours)
Odien
Odien le 13 Août 2015
Clôturé : MATLAB Answer Bot le 20 Août 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?
  1 commentaire
Walter Roberson
Walter Roberson le 13 Août 2015
Try simple(trigo) as an experiment

Réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by