Info

This question is closed. Reopen it to edit or answer.

Can I calculate this?

1 view (last 30 days)
Bogdan
Bogdan on 26 Sep 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi, I have an assigment to do,and I have no idea how to do it.
I = (0.13*exp(j*31.790))* //
It is also conjugated,where j is a complex number. I need the result of this calculation,can it be done in matlab?(I do not have matlab),or maybe an alghoritm of solving this thing.Thank you.

Answers (1)

the cyclist
the cyclist on 26 Sep 2015
Edited: the cyclist on 26 Sep 2015
Yes, of course this can be calculated in MATLAB. Assuming that last "*" is meant to represent the complex conjugate, then this expression would be written
I = (0.13*exp(j*31.790))'
and the result is approximately
I = 0.1210 - 0.0475i
  2 Comments
Bogdan
Bogdan on 27 Sep 2015
Thank you! Do you know any matlab alternatives?Free maybe...
reen2015
reen2015 on 27 Sep 2015
you may try trial software. see the link at the upper right of this page

Community Treasure Hunt

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

Start Hunting!