Lesson 1: Introduction to Matrices
MATRIX BASICS
A matrix is a rectangular array of numbers arranged in rows and columns.
Special Matrices
- Square Matrix: Same number of rows and columns.
- Identity Matrix: Diagonal elements are 1, others are 0.
- Zero Matrix: All elements are 0.