1 - 10 of 70 for LinearSolveSearch Results
LinearSolve   (Built-in Mathematica Symbol)
LinearSolve[m, b] finds an x that solves the matrix equation m.x == b. LinearSolve[m] generates a LinearSolveFunction[...] that can be applied repeatedly to different b.
Solving Linear Systems   (Mathematica Tutorial)
Many calculations involve solving systems of linear equations. In many cases, you will find it convenient to write down the equations explicitly, and then solve them using ...
ZeroTest   (Built-in Mathematica Symbol)
ZeroTest is an option to various linear algebra functions that gives a function to use in testing whether symbolic expressions should be treated as zero.
MessageList   (Built-in Mathematica Symbol)
MessageList[n] is a global object assigned to be a list of the names of messages generated during the processing of the n\[Null]^th input line.
$MessageList   (Built-in Mathematica Symbol)
$MessageList is a global variable that gives a list of the names of messages generated during the evaluation of the current input line.
LinearSolveFunction   (Built-in Mathematica Symbol)
LinearSolveFunction[dimensions, data] represents a function for providing solutions to a matrix equation.
Linear Systems   (Mathematica Guide)
Mathematica incorporates the latest algorithms for solving industrial-scale linear systems, automatically switching between optimal dense and sparse algorithms—and handling ...
Matrix Operations   (Mathematica Guide)
Mathematica's matrix operations handle both numeric and symbolic matrices, automatically accessing large numbers of highly efficient algorithms. Mathematica uses ...
Sparse Arrays   (Mathematica Guide)
Mathematica has special sparse-array technology for efficiently handling arrays with literally astronomical numbers of elements when only a small fraction of the elements are ...
HilbertMatrix   (Built-in Mathematica Symbol)
HilbertMatrix[n] gives the n*n Hilbert matrix with elements of the form 1/(i + j - 1). HilbertMatrix[{m, n}] gives the m*n Hilbert matrix.
1|2|3|4 ... 7 Next

...