|
Developer`LinearExpressionToMatrix
LinearExpressionToMatrix[expr, vars] gives m, c where m . vars - c == expr.
LinearExpressionToMatrix[expr] deduces variables using Variables[expr].
expr must be a linear function of the variables vars.
LinearSolve[m, c] gives the solution to Thread[expr == 0].
With the option WorkingPrecision -> n explicit numbers with more than n digits of precision are reduced to n-digit precision.
See also: LinearExpressionToSparseMatrix, CoefficientList.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |