|
SOLUTIONS
|
Mathematica
>
Mathematics and Algorithms
>
Matrices and Linear Algebra
>
Linear Systems
>
LinearSolveFunction
BUILT-IN MATHEMATICA SYMBOL
LinearSolveFunction
LinearSolveFunction[dimensions, data]
represents a function for providing solutions to a matrix equation.
DetailsDetails
- LinearSolveFunction[...] is generated by LinearSolve[m].
- LinearSolveFunction works like Function.
- LinearSolveFunction[...][b] finds the solution to the matrix equation
for the specific vector or matrix
. - In standard output format, only the dimensions element of a LinearSolveFunction object is printed explicitly. The remaining elements are indicated by
. - dimensions specifies the dimensions of the matrix m from which the LinearSolveFunction was constructed.
New in 5
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
