What is the coding that I need to write?
when c is c = 3 +6i, where i is the imaginary number.
And also, Does I need to add abs when writing each log?

 Réponse acceptée

Star Strider
Star Strider le 5 Mar 2021

2 votes

Try this:
w = log(abs(real(c).^2.5 - 1202));
.

2 commentaires

Jack
Jack le 29 Août 2024
ty
Star Strider
Star Strider le 29 Août 2024
@Jack
My pleasure!
A Vote would be appreciated!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by