Problem 42752. Matrix diagonalization
You will be given Two matrices A and B.
Return 1 if B is the diagonal matrix of A, 0 otherwise
Solution Stats
Problem Comments
-
4 Comments
You can't use isequal with double/float as in tests 1, 4 or 5.
See https://www.mathworks.com/matlabcentral/newsreader/view_thread/66553
You shouldn't...
Jean-Marie, sorry , i dont see what you're referring to/ i dont use isequal, i compare the difference to a tolerance
*the difference's norm*
Solution Comments
Show commentsProblem Recent Solvers39
Suggested Problems
-
Return a list sorted by number of occurrences
2842 Solvers
-
Remove the polynomials that have positive real elements of their roots.
1725 Solvers
-
Return the first and last characters of a character array
11223 Solvers
-
Make a run-length companion vector
648 Solvers
-
Back to Basics - Find no. of elements in a matrix?
317 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!