Jump to content

Matrix multiplication: Difference between revisions

m
explanatory note added
(→‎{{header|Go}}: added library based solution)
m (explanatory note added)
Line 343:
 
=={{header|BBC BASIC}}==
BBC BASIC has built-in matrix multiplication:
(assumes default lower bound of 0):
 
<lang bbcbasic> DIM matrix1(3,1), matrix2(1,2), product(3,2)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.