
t = 2 s, i = √−1, and 𝜔=120π rad/s. Evaluate the following using MATLAB? Hint: exp(n) is used in MATLAB to evaluate en. (a) e−2𝑡𝑐o𝑠 (𝜔𝑡)
10 views (last 30 days)
Show older comments
t = 2 s, i = √−1, and 𝜔=120π rad/s. Evaluate the following using MATLAB? (a) e−2𝑡𝑐o𝑠 (𝜔𝑡)
3 Comments
Sam Chak
on 18 Apr 2022
Are you trying to tell us that you don't know how to input n because there is no superscript on the "e" in the expression
?

You probably want to ask, "Can I put nothing in the argument?"
exp()
Answers (1)
James Tursa
on 18 Apr 2022
Edited: James Tursa
on 18 Apr 2022
I am guessing that the original expression shown is supposed to be interpreted as: 

Then take the hint at how to evaluate the
part, and I am guessing the hint is supposed to read: exp(n) is used to evaluate 


But this is just a guess, and that doesn't explain why there is a definition of i in your assignment. Maybe you can post an image of the actual assignment so we can be sure what is really being asked?
1 Comment
Sam Chak
on 19 Apr 2022
@James Tursa, guess you're right.
t = 2;
omega = 120*pi;
y = exp(- 2*t)*cos(omega*t)
But still, I wonder why
is given.

See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!