2D Arrays & Matrices

Q. What is a matrix?
A. A matrix is a two-dimensional array (N rows, M columns).

Users are encouraged to read through the following primer: 2D Arrays Primer

Creating and performing simple matrix operations Tutorials
Creating Matrices
Matrix Arithmetic Operations
Matrix Logical Operations (TBD)
Working with elements and indices Tutorials
Elements and Indices: Part I & Part II
Using find
Useful commands: size, length, sum, max, sort
Users are encouraged to work through the following suggested exercises: 2D Arrays Exercises