VirtualMatrix.Solve(Matrix, Variable, Variable) Method |
Top |
DescriptionSolve 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.
Method Signature
Arguments
Return Value
The(vector) matrix holding the solution for 'x' in the equation 'A * x = b'.
Syntax
See also
|