Example Matrix makeGramMatrix 001
|
Notes and Hints
(define X #(nummat[4 3]| 1 2 3 4
5 6 7 8
9 10 11 12))
Returns:
Returns:
Returns: #(nummat[4 4]| 14 32 50 68
32 77 122 167
50 122 194 266
68 167 266 365)
Here are examples of the makeGramMatrix function at work.
Matrix makeGramMatrix 001 | NumMatrix makeGramMatrix 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
makeGaussianMatrix(#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
|