Can't add multiple rows for matrices.
Opened this issue · 1 comments
sptutusukanta commented
I found that I can create a matrix using "mat" and by using "," (comma) I can separate the elements of the matrix, but all are getting in a single row. How can I create multiple rows?
akrinke commented
Try ;
(semicolon).