Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > LinearTransformation Class > Methods > LinearTransformation.Solve Method
Solves the system of linear equations for the specified right-hand side Vector.
A GeneralVector containing the solution of the system of simultaneous linear equations.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | rightHandSide is a null reference (Nothing in Visual Basic). |
| DimensionMismatchException | The length of rightHandSide does not equal the number of rows in the matrix underlying this system of equations. |
| MatrixSingularException | The Matrix underlying this system of equations is singular and does not have an inverse. |
| DimensionMismatchException | The Matrix underlying this system of equations is not square. |
LinearTransformation Class | Extreme.Mathematics.LinearAlgebra Namespace | LinearTransformation.Solve Overload List