This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 4 -2; 4 -2 6; 6 -4 2] ;
y_correct = [2 4 -2; 0 -10 10; 0 0 -8];
assert(isequal(your_fcn_name(x),y_correct))
|
272 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
Back to basics 11 - Max Integer
678 Solvers
Determine if input is a perfect number
145 Solvers
Calculate the sum of elements of n*n Hilbert matrix.
46 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!