roots of complex numbers

5 ビュー (過去 30 日間)
harley
harley 2014 年 3 月 10 日
編集済み: Mischa Kim 2014 年 3 月 10 日
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'));

採用された回答

Mischa Kim
Mischa Kim 2014 年 3 月 10 日
編集済み: Mischa Kim 2014 年 3 月 10 日
Harley, use
sol = ((125/2)*(1-sqrt(3i)))^1/3
There is no need to do it symbolically.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by