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
Show
1 older comment
Jean-Marie Sainthillier
on 24 Feb 2016
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
Jean-Marie Sainthillier
on 29 Feb 2016
You shouldn't...
Zikobrelli
on 2 Mar 2016
Jean-Marie, sorry , i dont see what you're referring to/ i dont use isequal, i compare the difference to a tolerance
Zikobrelli
on 2 Mar 2016
*the difference's norm*
Solution Comments
Show commentsProblem Recent Solvers38
Suggested Problems
-
5902 Solvers
-
The Goldbach Conjecture, Part 2
2333 Solvers
-
340 Solvers
-
Convert Two Character String into a Binary Vector
202 Solvers
-
Append two matrix as shown below example
225 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!