Mathematica 9 is now available
 Documentation /  Mathematica /  The Mathematica Book /  Mathematica Reference Guide /  Developer Context Objects in Mathematica 4 /

Developer`InequalityInstanceDeveloper`LinearExpressionToSparseMatrix

Developer`LinearExpressionToMatrix

FilledSmallSquareLinearExpressionToMatrix[expr, vars] gives m, c where m . vars - c == expr.

FilledSmallSquareLinearExpressionToMatrix[expr] deduces variables using Variables[expr].

FilledSmallSquareexpr must be a linear function of the variables vars.

FilledSmallSquareLinearSolve[m, c] gives the solution to Thread[expr == 0].

FilledSmallSquare With the option WorkingPrecision -> n explicit numbers with more than n digits of precision are reduced to n-digit precision.

FilledSmallSquare See also: LinearExpressionToSparseMatrix, CoefficientList.

Further Examples

Developer`InequalityInstanceDeveloper`LinearExpressionToSparseMatrix



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.