Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Lists and Matrices / Matrix Operations /

LinearSolveFunction

FilledSmallSquare LinearSolveFunction[dimensions, data] represents a function for providing solutions to a matrix equation.

FilledSmallSquare LinearSolveFunction[... ] is generated by LinearSolve[m].

FilledSmallSquare LinearSolveFunction works like Function.

FilledSmallSquare LinearSolveFunction[... ][b] finds the solution to the matrix equation m . x == b for the specific vector or matrix b.

FilledSmallSquare In standard output format, only the dimensions element of a LinearSolveFunction object is printed explicitly. The remaining elements are indicated by <>.

FilledSmallSquare dimensions specifies the dimensions of the matrix m from which the LinearSolveFunction was constructed.

FilledSmallSquare See Section 2.2.8.

FilledSmallSquare See also: LinearSolve, Inverse, LUDecomposition, CholeskyDecomposition.

FilledSmallSquare New in Version 5.0.



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.