4 lines
44 B
Mathematica
4 lines
44 B
Mathematica
|
|
function C = multiply(A,B)
|
||
|
|
C = A*B;
|
||
|
|
end
|