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 Solvers66
Suggested Problems
-
Swap the first and last columns
22549 Solvers
-
Determine Whether an array is empty
811 Solvers
-
Remove white space from the string
208 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13640 Solvers
-
Determine the length of a string of characters
267 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