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))
|
12387 Solvers
1601 Solvers
Solve the set of simultaneous linear equations
274 Solvers
321 Solvers
372 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!