Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
MatrixC$ ="4, 3, 0, 0.10, 0.20, 0.30, 0.40, 0.50, 0.60, 0.70, 0.80, 0.90, 1.00, 1.10"
|
||||
|
||||
print "Transpose of matrix"
|
||||
call DisplayMatrix MatrixC$
|
||||
print " ="
|
||||
MatrixT$ =MatrixTranspose$( MatrixC$)
|
||||
call DisplayMatrix MatrixT$
|
||||
Loading…
Add table
Add a link
Reference in a new issue