Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
inv ExamplesSee Also

Matrix inverse.

Syntax

Description

inv(A) returns inverse of the symbolic matrix A.

Examples

The statements

return

The statements

return

Suppose you have created the following M-file:

Then, the following statement

returns

the symbolic inverse of the 2-by-2 Hilbert matrix.

See Also

vpa

Arithmetic Operations page



[ Previous | Help Desk | Next ]