Files
matlab-learning/lab4/exercise4_9.m
2025-11-26 19:01:27 +08:00

4 lines
46 B
Matlab

A=[1,2;3,4];B=[1,2;1,4];
C= A*B
D= A+B
E= A.*B