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일

0 개 추천

Harley, use
sol = ((125/2)*(1-sqrt(3i)))^1/3
There is no need to do it symbolically.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

질문:

2014년 3월 10일

편집:

2014년 3월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by