roots of complex number [plz I need your help ]
2 views (last 30 days)
Show older comments
adrian zizo
on 14 Mar 2015
Commented: adrian zizo
on 14 Mar 2015
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 Comments
Accepted Answer
John D'Errico
on 14 Mar 2015
Edited: John D'Errico
on 14 Mar 2015
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.
More Answers (0)
See Also
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!