SmallBASIC implementations:
SmallBASIC syntax groups:
'program to solve a matrix equation of the form [a]*[b]=[c]
'[a] is a known square matrix
'[b] is an unknown matrix with the same number of rows as [a] has columns
'[c] is a known matrix
'edit matrix size and element values below - data line = row
'known square matrix