Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica Technical FAQs Services & Resources / Mathematica / Kernels & Programming
-----
 /
Symbols
*Mathematica
*Network Mathematica
*webMathematica
*gridMathematica
*Personal Grid Edition
*Wolfram Workbench
*Wolfram Education Group
*Application Packages
*Mathematica for Students
*Mathematica CalcCenter
*Publicon
*A New Kind of Science Explorer
*Mathematical Explorer
*Mathematica Teacher's Edition
*Calculus WIZ
*Mathematica Player
*Ask about this page
*Print this page
*Email this page
*Give us feedback
*
Sign up for our newsletter:

LUSolve


Usage Message:

LUSolve[lu, b] solves the linear system represented by lu (the matrix) and right-hand side b. The "matrix" lu must be the data object with a head of LU resulting from LUFactor[mat] and b must be an ordinary list of the appropriate size. LUSolve may be used in the context of ComputerArithmetic.m or IntervalArithmetic.m.

Attributes[LUSolve] = {Protected}

Related Symbols:

LUFactor
LUDecomposition
LUBackSubstitution

Notes:

LUSolve uses the result from LUFactor in much the same way that LUBackSubstitution uses the result from LUDecomposition . See in particular the notes for LUFactor for information on the use of LUSolve.

Additional Online Documentation:

http://documents.wolfram.com/mathematicabook/AddOns/GaussianElimination/None.html




 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy