# define: matrix
A

In plainspeak,
what is a
matrix?
A
compact representation of numbers.
What are the
dimensions
of matrix B?

3 x 2
Pronounced “three by two.”
Rows x Columns

Rows x Columns

What is
Matrix element
How could you

g1,3
It’s the entry in the first row and the third column.

What is
element g2,1?

18
It’s in the second row and the first column.

# _define_: augmented matrix
A matrix that

In an
augmented matrix,
what does each
row represent?
One equation
in the system of equations

In an
augmented matrix,
what does each
column represent?
A
variable
or the
constant terms
in the system of equations







What are the
Switch any two rows
Add one row to another
Multiply a row by a
nonzero constant

Why can you
switch any two rows in an
augmented matrix?
The

Why can you
add one row to another in an
augmented matrix?
Because you can

Why can you
multiply a row by a nonzero constant in an
augmented matrix?
Because you can

How do you


How do you


How do you



Just add the corresponding entries.


Just subtract the corresponding entries.


Undefined
Cannot add or subtract matrices with different dimensions.
When working with
matrices,
how do you
refer to
real numbers?
Scalars
Any real number that is
not a part of the matrix is a
scalar.