Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 8;
b=6;
y_correct = 24;
assert(isequal(mul(a,b),y_correct))
|
2 | Pass |
a = 13;
b=17;
y_correct = 221;
assert(isequal(mul(a,b),y_correct))
|
3 | Pass |
a = 12;
b=18;
y_correct = 36;
assert(isequal(mul(a,b),y_correct))
|
927 Solvers
Solve the set of simultaneous linear equations
273 Solvers
445 Solvers
292 Solvers
471 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!