Lesson 6 Num Sol
Lesson 6 Num Sol
Matrices 2
Prepared by Engr. Kenneth Ryan Llorera
Objectives
Perform addition on matrices.
Perform multiplication on matrices.
Identify whether certain operations are doable or not.
Operations on Matrix
If A is an matrix—that is, a matrix with m rows and n columns—
then the scalar entry in the row and column of A is denoted by and is
•
vector in .
The diagonal entries in an matrix A ; and they form the main
diagonal of A.
•
•
The -entry of the matrix below is 11
•
Operations on Matrix
represents the set of all column vectors of size 𝑚. These are
vectors with 𝑚 entries, where each entry is a real number from the set of
•
rules of geometry, and distances between points (or vectors) are defined
using the Euclidean distance formula.
A matrix equation can arise in linear algebra (and in applications
such as computer graphics and signal processing) in a way that is not
•
(i.e., the same number of rows and the same number of columns) and if
their corresponding columns are equal, which amounts to saying that their
corresponding entries are equal. . If A and B are
matrices, then the sum A + B is the matrix whose columns are the sums of
the corresponding columns in A and B. Since vector addition of the columns
•
If we try to get , we are going to get the matrix below. There can
•
•
, and is the same as .
•
We perform matrix subtraction as if we are adding a negative.
Theorem on Addition
•
Let be matrices of the same size, and let r and s be scalars.
codomain, rank, and range. These concepts are related to how a matrix
functions as a linear transformation between vector spaces.
Matrices represent linear transformations between vector spaces. A
linear transformation is a function between two vector spaces that
•
2-dimensional space .
•
The codomain of a matrix is the set of vectors that the matrix maps
to, or the space into which the output vectors fall. For a matrix , the
•
space ..
•
Linear Transformation
The range (or image) of a matrix refers to the set of all possible
output vectors that the matrix can produce. The range is a subspace of the
•
Essentially, it tells you how many of the matrix's columns (or rows) are
independent and thus contribute to the span of the column (or row) space.
•
The rank tells you how much of the codomain the matrix can "cover.“
A matrix's rank is less than or equal to both the number of rows and the
•
number of columns: .
•
If a matrix has full column rank (i.e., its rank equals the number of
columns), it maps the domain onto a subspace of the codomain without
•
redundancy.
Example: For , the rank can be 0, 1, or 2. If 𝐴 has two linearly independent
columns, its rank is 2. If one column is a multiple of the other, its rank is 1.
•
Linear Transformation
A transformation (or function or mapping) T from to is a rule that
assigns
•
(under the action of T).The set of all images is called the range of T.
•
•
Linear Transformation
The rest of this section focuses on mappings associated with matrix
multiplication. For each x in , is computed as Ax, where A is an matrix. For
•
simplicity, we
sometimes denote such a matrix transformation by . Observe the domain of
T is when A has n columns and the codomain of T is when each column of A
•
has m entries. The range of T is the set of all linear combinations of the
columns of A, because each image is of the form Ax.
•
Let
•
define a transformation so that
Matrix Multiplication
•
Perform the multiplication in answering the question
•
In this case, define a transformation so that
• 1. ssssss
Matrix Multiplication
•
Try getting the product AB;
• There will only be 4 entries because there are only four matches made.
Matrix Multiplication
•
Try getting the product BA;
• There will only be 9 entries because there are nine matches made.
• 1. ssssss
Matrix Multiplication
The scalar multiple is the product of a scalar multiplier r and
matrix A. The scalar multiplier is not limited by the dimension nor the size
•
•
sums and products are defined.
A. associative law
B. left-distributive law
C. right-distributive law
b) What is ?
c) What is ?
d) What is ?