roots of complex numbers
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
harley
am 10 Mär. 2014
Bearbeitet: Mischa Kim
am 10 Mär. 2014
trying to find all possible roots of the following;
[125/2(1-sqrt(3i))]^1/3
tried the below, but keep getting error;
is not a valid expression or equation
s_o_l_v_e=double(solve('((125/2)(1-sqrt(3i)))^1/3'));
0 Kommentare
Akzeptierte Antwort
Mischa Kim
am 10 Mär. 2014
Bearbeitet: Mischa Kim
am 10 Mär. 2014
Harley, use
sol = ((125/2)*(1-sqrt(3i)))^1/3
There is no need to do it symbolically.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!