WOLFRAM

LinearSolveFunction[dimensions,data]

represents a function for providing solutions to a matrix equation.

Details

Examples

open allclose all

Basic Examples  (1)Summary of the most common use cases

A 2×2 matrix:

Create a function for solving the matrix equation :

Out[2]=2

Find the solution of for :

Out[3]=3

Find the solution of for a matrix :

Out[4]=4

Scope  (3)Survey of the scope of standard use cases

Do computations using exact arithmetic:

Out[1]=1
Out[2]=2

Do computations using machinenumber arithmetic:

Out[1]=1
Out[2]=2

Do computations using 24digit arithmetic:

Out[1]=1
Out[2]=2

Generalizations & Extensions  (1)Generalized and extended use cases

Get a factorization for a large sparse matrix:

Out[2]=2

Show the solution of :

Out[5]=5

Applications  (2)Sample problems that can be solved with this function

Find the eigenvector associated with the smallest eigenvalue:

Out[3]=3

Approximate value of the eigenvalue:

Out[4]=4

Expressions for a finite difference approximation to the Laplacian in 2 dimensions:

A matrix approximating the Laplacian operator:

Out[2]=2

A linear solve function for the matrix:

Out[3]=3

An approximate solution for the Poisson equation on the unit rectangle:

Out[4]=4

An approximate solution for the Poisson equation on the unit rectangle:

Out[5]=5

Properties & Relations  (2)Properties of the function, and connections to other functions

A LinearSolveFunction is effectively like a matrix inverse. A large sparse matrix:

Out[1]=1

Time to compute and memory used by the linear solve function:

Out[2]=2

Time to compute and memory used by the inverse matrix:

Out[3]=3

Comparison of f and the inverse matrix for a random vector b:

Out[5]=5

Create a LinearSolveFunction for a simple matrix:

Out[1]=1

Compute the inverse matrix from f:

Out[2]=2

Compute the inverse matrix using Inverse:

Out[3]=3

Possible Issues  (1)Common pitfalls and unexpected behavior

Matrix factorizations are not found for rectangular matrices:

Out[1]=1

A solution is found:

Out[2]=2
Wolfram Research (2003), LinearSolveFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/LinearSolveFunction.html.
Wolfram Research (2003), LinearSolveFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/LinearSolveFunction.html.

Text

Wolfram Research (2003), LinearSolveFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/LinearSolveFunction.html.

Wolfram Research (2003), LinearSolveFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/LinearSolveFunction.html.

CMS

Wolfram Language. 2003. "LinearSolveFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LinearSolveFunction.html.

Wolfram Language. 2003. "LinearSolveFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LinearSolveFunction.html.

APA

Wolfram Language. (2003). LinearSolveFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LinearSolveFunction.html

Wolfram Language. (2003). LinearSolveFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LinearSolveFunction.html

BibTeX

@misc{reference.wolfram_2025_linearsolvefunction, author="Wolfram Research", title="{LinearSolveFunction}", year="2003", howpublished="\url{https://reference.wolfram.com/language/ref/LinearSolveFunction.html}", note=[Accessed: 04-April-2025 ]}

@misc{reference.wolfram_2025_linearsolvefunction, author="Wolfram Research", title="{LinearSolveFunction}", year="2003", howpublished="\url{https://reference.wolfram.com/language/ref/LinearSolveFunction.html}", note=[Accessed: 04-April-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_linearsolvefunction, organization={Wolfram Research}, title={LinearSolveFunction}, year={2003}, url={https://reference.wolfram.com/language/ref/LinearSolveFunction.html}, note=[Accessed: 04-April-2025 ]}

@online{reference.wolfram_2025_linearsolvefunction, organization={Wolfram Research}, title={LinearSolveFunction}, year={2003}, url={https://reference.wolfram.com/language/ref/LinearSolveFunction.html}, note=[Accessed: 04-April-2025 ]}