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

Developer`LinearExpressionToMatrixDeveloper`MachineIntegerQ

Developer`LinearExpressionToSparseMatrix

FilledSmallSquareLinearExpressionToSparseMatrix[expr, vars] gives s, c where s is a sparse representation of the matrix m such that m . vars - c == expr.

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

FilledSmallSquareexpr must be a linear function of the variables vars.

FilledSmallSquare The sparse representation of a matrix m has the form , ->, , ->, ... where m[[, ]] = and all unspecified elements are zero.

FilledSmallSquareDeveloper`SparseLinearSolve[s, c] gives the solution to Thread[expr == 0].

FilledSmallSquare See also: Developer`LinearExpressionToMatrix.

Developer`LinearExpressionToMatrixDeveloper`MachineIntegerQ



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.