I want to do some calculations with matrices of arbitrary size. Simple example - take two matrices NxM and MxK, with arbitrary elements, and see element of product as sum.
But i cant find a way to do such symbolic calculations without specifying matrix size as integer.
matrix()
want integer, makelist()
want integer.
Is there a way to do things like this in maxima? Or any CAS?