roots of complex number [plz I need your help ]
조회 수: 2 (최근 30일)
이전 댓글 표시
plz help me ::
how can I find all the 3th roots of [ z^3 = -1+j ] by using matlab ?
plz I need your help
댓글 수: 0
채택된 답변
John D'Errico
2015년 3월 14일
편집: John D'Errico
2015년 3월 14일
So why not use roots? What are the coefficients of that cubic polynomial? Don't forget to use zeros where appropriate. Or if you prefer symbolic form, then why not use solve?
This is YOUR homework. Think about what is being asked for, and then look for the solution. These are virtually one liners.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!