symbolic linear system solver
x: LUSolve( A, b )
(n,n)-matrix of symbolic scalars
(n,1)-matrix of symbolic scalars
(n,1)-matrix of symbolic scalars
Returns the solution x of the linear system A*x = b.
SymEngine: C++ library for fast symbolic manipulation.