<< HCat SYMSCI Toolbox LUSolve >>

SYMSCI Toolbox >> SYMSCI Toolbox > Inv

Inv

symbolic matrix inverse

Syntax

B = Inv( A )

Arguments

A, B

symbolic square matrix

Description

Returns the inverse of a matrix A.

Examples

// create a fancy square matrix
A = Diag(Vec("x"(ones(1,3)))) + int32(1)

// inverse of A
Inv(A)

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< HCat SYMSCI Toolbox LUSolve >>