Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

symbolic simplification to a function

1 visualización (últimos 30 días)
Odien
Odien el 13 de Ag. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentario
Walter Roberson
Walter Roberson el 13 de Ag. de 2015
Try simple(trigo) as an experiment

Respuestas (0)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by