RosettaCodeData/Task/Dot-product/Stata/dot-product-2.stata
2023-07-01 13:44:08 -04:00

4 lines
62 B
Text

matrix a=1\3\-5
matrix b=4\-2\-1
matrix c=a'*b
di el("c",1,1)