Problem 42917. Nth roots of unity
First, find the n nth roots of unity. eg if n = 6, find the n distinct (complex) numbers such that n^6 = 1.
https://en.wikipedia.org/wiki/Root_of_unity
Second, raise each root to the power pi (.^pi).
Third, sum the resulting numbers and use that as the output.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers63
Suggested Problems
-
Program an exclusive OR operation with logical operators
733 Solvers
-
Matrix indexing with two vectors of indices
753 Solvers
-
Calculate the area of a triangle between three points
3296 Solvers
-
Sum of first n positive integers
607 Solvers
-
154 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!