Matrix.Solve Method

Top 

Description

Solve the system of linear equations written 'A * x = b' where A and b are matrices for the vector x.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Matrix.Solve(Matrix b)

Matrix

Solve the system of linear equations written 'A * x = b' where A and b are matrices for the vector x.

Matrix.Solve(Matrix b, Variable decompositionMethod)

Matrix

Solve the system of linear equations written 'A * x = b' where A and b are matrices for the vector x.

Matrix.Solve(Matrix b, Variable decompositionMethod, Variable isEqual)

Matrix

Solve the system of linear equations written 'A * x = b' where A and b are matrices for the vector x.

Matrix.Solve(Matrix b, Variable decompositionMethod, Variable isEqual, Variable threshold)

Matrix

Solve the system of linear equations written 'A * x = b' where A and b are matrices for the vector x.

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide