![]() |
openGPMP
Open Source Mathematics Package
|
Linear Algebra Sample File
The Matrix Class is capable of creating both Vectors and Matrices alike
BY DEFINITION: A scalar is a single number, like 3, -5, 0.368, etc, A vector is a list of numbers (can be in a row or column), [ 2 -4 3 ] OR
| 2 | | -4| | 3 | |___|
A matrix is an array of numbers (one or more rows, one or more columns). 3 x 5 3 7 5 8 7 0 4 1 5 5 1 2 0 7 6