Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

symbolic simplification to a function

1 Ansicht (letzte 30 Tage)
Odien
Odien am 13 Aug. 2015
Geschlossen: MATLAB Answer Bot am 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?
  1 Kommentar
Walter Roberson
Walter Roberson am 13 Aug. 2015
Try simple(trigo) as an experiment

Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by