Euler's Cosine and Sine identities

13 次查看(过去 30 天)
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

采纳的回答

madhan ravi
madhan ravi 2020-9-15
rewrite(A, 'exp')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by