How to use abs between ln?

6 views (last 30 days)
Ting Chie Yu
Ting Chie Yu on 5 Mar 2021
Answered: Star Strider on 5 Mar 2021
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));
.

More Answers (0)

Categories

Find more on Exponents and Logarithms in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!