mathematical symbol in the result
Mostra commenti meno recenti
Hi all,
I just run a program in Matlab and it gives a result of "5.6490e-006 +9.7844e-006i". I know what does it means by "5.6490e-006" but I'm not sure about "+9.7844e-006i", why there is "i" symbol at the back. Maybe this is more to mathematical definition but anyone can help? Thanks
Risposta accettata
Più risposte (1)
Fadzli
il 3 Mar 2017
0 voti
1 Commento
Walter Roberson
il 3 Mar 2017
You have negative x values, leading to a negative value to the 1/3 power.
You might perhaps be expecting the real root, but when you use ^ the operation is defined in terms of log and exp, which leads to complex values for most roots of negative values. You can use nthroot
https://www.mathworks.com/help/matlab/ref/nthroot.html
Categorie
Scopri di più su Common Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!