symbolic matrix inverse
B = Inv( A )
symbolic square matrix
Returns the inverse of a matrix A.
// create a fancy square matrix A = Diag(Vec("x"(ones(1,3)))) + int32(1) // inverse of A Inv(A)
SymEngine: C++ library for fast symbolic manipulation.