Exponential form, polar form, Cartesian form for complex numbers question.

This is the question I have and I have no idea how to write the code!
Convert the complex number 8-7j into exponential and polar form. [2 marks]
I know already
syms a a=8-7j [theta, r]cart2pol(8, 7)
for the polar for but thats it
Find all five values of the following expression, giving your answers in Cartesian form: (-2+5j)^(1/5) [6 marks]
Any ideas?

답변 (1개)

Star Strider
Star Strider 2015년 3월 24일

0 개 추천

Among others, see the Complex Numbers core MATLAB and the Symbolic Math Toolbox Complex Numbers documentation.

댓글 수: 4

But how can I write in the script to display the complex number in exp form and polar form?
If I remember correctly:
Polar form:
p = @(z) [abs(z) angle(z)]; % Polar (Phasor) Form , ‘z’ Complex
Exponential form:
e = exp(z);
Your textbooks and lectures haven’t discussed this?
Do a DuckDuckGo search on ‘Euler Identities’ for details.
My lecturer told us to teach our selves how to use it, and complete the assignment! Thanks for the help, it had me stumped!

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Polar Plots에 대해 자세히 알아보기

제품

질문:

2015년 3월 24일

댓글:

2015년 3월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by