Euler's Cosine and Sine identities

14 visualizaciones (últimos 30 días)
Salik Mallick
Salik Mallick el 15 de Sept. de 2020
Respondida: madhan ravi el 15 de Sept. de 2020
How do I show that A = B?
%% Problem 9_Lecture_9/14/20
display('Problem 9_Lecture_9/14/20')
syms A t ;
A=cos(5*t)
B=exp((j*5*t)+exp(-j*5*t))/2

Respuesta aceptada

madhan ravi
madhan ravi el 15 de Sept. de 2020
rewrite(A, 'exp')

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by