Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4]; x1 = [4 3; 2 1];
y_correct = [ 8 5; 20 13];
assert(isequal(your_fcn_name(x, x1),y_correct))
|
Back to basics 12 - Input Arguments
467 Solvers
Find the area of the four walls
135 Solvers
172 Solvers
189 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
139 Solvers