Example Matrix makeGaussianMatrix 001
|
Notes and Hints
(define X #(nummat[5 4]| 12 2 3 17
1 5 -3 3
9 5 -3 11
9 51 -3 57
2 11 -3 10))
Returns:
Returns:
Returns: #(nummat[3 4]| 311.0 555.0 -27.0 839.0
555.0 2776.0 -210.0 3121.0
-27.0 -210.0 45.0 -192.0 )
Here are examples of the makeGaussianMatrix function at work.
Matrix makeGaussianMatrix 001 | NumMatrix makeGaussianMatrix 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) | matrixGaussianEliminate(#void) | matrixGaussianSubstitute(#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
Integer
Analytic Information Server (AIS)AIS Component Systems
|