A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
|
|
@ -0,0 +1,10 @@
|
|||
MatrixA$ ="4, 4, 1, 1, 1, 1, 2, 4, 8, 16, 3, 9, 27, 81, 4, 16, 64, 256"
|
||||
MatrixB$ ="4, 4, 4, -3, 4/3, -1/4 , -13/3, 19/4, -7/3, 11/24, 3/2, -2, 7/6, -1/4, -1/6, 1/4, -1/6, 1/24"
|
||||
|
||||
print "Product of two matrices"
|
||||
call DisplayMatrix MatrixA$
|
||||
print " *"
|
||||
call DisplayMatrix MatrixB$
|
||||
print " ="
|
||||
MatrixP$ =MatrixMultiply$( MatrixA$, MatrixB$)
|
||||
call DisplayMatrix MatrixP$
|
||||
Loading…
Add table
Add a link
Reference in a new issue