



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Matrix dimensions a matrix is a rectangular array of numbers between brackets examples: ... dimension (or size) always given as (numbers of) rows × columns.
Typology: Lecture notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!




matrix dimensions
column and row vectors
special matrices and vectors
a
matrix
is a rectangular array of numbers between brackets
examples:
dimension
(or size) always given as (numbers of) rows
columns
is a
matrix,
is
the matrix
has four columns;
has two rows
m
n
matrix is called
square
if
m
n
fat
if
m < n
skinny
if
m > n
Matrix Terminology and Notation
a matrix with one column,
i.e.
, size
n
, is called a (column)
vector
a matrix with one row,
i.e.
, size
n
, is called a
row vector
‘vector’ alone usually refers to column vectorwe give only one index for column & row vectors and call entries components
v
w
v
is a
-vector (or
matrix); its third component is
v
3
w
is a row vector (or
matrix); its third component is
w
3
Matrix Terminology and Notation
means:
and
have the same size
the corresponding entries are equal
for example,^ •
since the dimensions don’t agree
since the 2nd components don’t agree
Matrix Terminology and Notation
e
i^
denotes the
i
th
unit vector
: its
i
th component is one, all others zero
the three unit
-vectors are: e
1
e
2
e
3
as usual, you have to figure the size out from contextunit vectors are the columns of the identity matrix
some authors use
(or
e
) to denote a vector with all entries one,
sometimes called the
ones vector
the ones vector of dimension
is
Matrix Terminology and Notation