math 2: matrices Flashcards
the size of a matrix is
r by c
r is the
number of rows
c is the
number of columns
the numbers in a matrix are called
entries
entry in the ith row and jth column is named
x subscript ij
two matrices are equal if they are the
same size and their corresponding entries are equal
if r = 1 the matrix is called a
row matrix
if c = 1, the matrix is called a
column matrix
if r = c, the matrix is called a
square matrix
scalar multiplication takes place when each number in a matrix is multiplied by a
constant
if two matrices are the same size, they can be added or subtracted by
adding or subtracting corresponding entries
matrix multiplication takes place when two matrices, A and B, are multiplied to form
a new matrix AB
suppose A is r1 by c1 and B is r2 by c2. If c1 = r2, then AB is defined and has size
r1 by c2
the entry xij of AB is the ith row of A times the
jth column of B
if A and B are square matrices, BA is also defined but not
generally equal to AB