MtxII Documentation
-------------------

Symbolic matrix library by Romain Desplats

symbolic matrices are in lists containing lists.
here is a summary of what the commands in the libary do:
DNN 	determinant
ADJ	adjoint
MNN	solves linear system as 
	2 : { d ... f }
   	1 : { { a ... b }{...}{ c ... d } }
MNI	inverse
CDN     constant multiplies the identity matrix k.I
	2 : A
	1 : 3
ADD     +
MLT	*
SUB	-
TRAN    transpose
ATL 	array to list [[][][]]
LTA	list to array {{}{}{}}
TOSTACK explode the list of lists on the stack