Invert

Returns the inverse of x. This function is not defined for signals.

Syntax

invert(x)

Types
 Variable NameValue TypeVariable Type
Argument:xreal, complexboolean, scalar, vector, matrix
Result: zreal, complex boolean, scalar, vector, matrix
Calculator Input

Use the invert button to complete the operation.

Examples

Vectors:

IDDescriptionTypeValueExpression
xArgumentREAL VECTOR

[1,2,4]
z Result REAL VECTOR

invert(x)

Matrices:

Computes the inverse of a nonsingular, square matrix x.

IDDescriptionTypeValueExpression
xArgumentREAL MATRIX

[[1,2],[3,4]]
z Result REAL MATRIX

invert(x)