This commit is contained in:
2025-11-26 19:01:27 +08:00
Unverified
parent 55b82a23bc
commit cfab7130bd
25 changed files with 3489 additions and 0 deletions

4
lab4/exercise4_9.m Normal file
View File

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