Example Matrix matrixGaussianSubstitute 001
|
Notes and Hints
(define X #(nummat[3 4]| 12 2 3 17
1 5 -3 3
9 5 -3 11))
Returns:
Returns:
Returns:
Returns:
Here are examples of the matrixGaussianSubstitute function at work.
Matrix matrixGaussianSubstitute 001 | NumMatrix matrixGaussianSubstitute 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
makeGramMatrix(#void) | makeGaussianMatrix(#void) | matrixGaussianEliminate(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
Matrix
Vector
Integer
Analytic Information Server (AIS)AIS Component Systems
|