Given a matrix x, return one with each diagonal element replaced by its absolute value and the largest element in absolute value of the off-diagonal elements in its row...
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers49
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2093 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
254 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1263 Solvers
-
208 Solvers
-
Simple equation: Annual salary
4258 Solvers
More from this Author13
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The title and description of this problem could use some tweaking in my opinion. For instance, it should say the largest element in absolute value *of the off-diagonal elements* in its row.
Done. Thanks Matt!