Problem 3073. Projector Matrix
Write a function to determine whether or not the matrix is a projector. Projector matrices are defined as P^2 = P.
Solution Stats
Problem Comments
-
3 Comments
test 8 is not a symmetric matrix, is it a projector matrix?
Sorry about that one. I've removed that test case. I don't know how long it will take for the re-scoring to propagate, though.
And I wonder which kind of code passes the case 1 in test 12, as well as case 3 in test 10. Also test 5.
Solution Comments
Show commentsProblem Recent Solvers171
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2810 Solvers
-
Return elements unique to either input
804 Solvers
-
Sum of first n positive integers
620 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
355 Solvers
-
1144 Solvers
More from this Author139
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!