Lesson 10
Getting Started (Introduction to Matrices, continued)
What is a matrix? A matrix is a rectangular arrangement of values inside brackets. The “rectangular arrangement” is made up of rows and columns. We use the number of rows by number of columns to name a matrix. For example, a 3x4 matrix has 3 rows and 4 columns.
Each individual value inside a matrix is called an element of the matrix. If we have a matrix named A, A[2,3] means the individual value located at the cross-section of row 2 and column 3.
Very Important
When we name a matrix the number of rows ALWAYS comes before the number of columns. Just think RC.



