How to use abs between ln?

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?

 Accepted Answer

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

2 Comments

ty
@Jack
My pleasure!
A Vote would be appreciated!

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!