given locations of a set of unit masses on complex plane, find polar moment of inerta about the origin. for example output 4 if input [0 1 1+1i 0-1i]
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers67
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5798 Solvers
-
Determine if a Given Number is a Triangle Number
398 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2539 Solvers
-
Project Euler: Problem 10, Sum of Primes
2093 Solvers
-
237 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
you should ease up numerically on equality, so my solution works :)
The polar inertia is the sum of the squared distances of all points from the origin. https://en.wikipedia.org/wiki/Polar_moment_of_inertia