How to use abs between ln?

3 views (last 30 days)
Ting Chie Yu
Ting Chie Yu on 5 Mar 2021
Commented: Star Strider on 29 Aug 2024
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

Star Strider
Star Strider on 5 Mar 2021
Try this:
w = log(abs(real(c).^2.5 - 1202));
.
  2 Comments
Star Strider
Star Strider on 29 Aug 2024
@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!