

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
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Material Type: Notes; Professor: Konieczny; Class: Linear Algebra; Subject: Mathematics; University: University of Mary Washington; Term: Unknown 1989;
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!
Math 300
Notes for Section 2.
and n vertical columns :
a 11 a 12 : : : a 1n
a 21 a 22 : : : a2n
a m a m : : : a mn
We say that A is of size m by n. The number a ij in the i th row and j th column of A is called the
.i; j / entry of A and we write
A D Œa ij
If m D n, we say that A is a square matrix of order n.
corresponding entries are equal.
then the sum A C B and difference A B are defined by:
A C B D Œaij C bij (add corresponding entries);
A B D Œa ij b ij (subtract corresponding entries):
Matrices of different sizes cannot be added or subtracted.
defined by:
cA D Œca ij (multiply each entry by c):
the product AB is the m p matrix whose entries are determined as follows. To find the entry in
the row i and column j of AB:
(a) Single out row i from A and column j from B.
(b) Multiply the corresponding entries from the row and column together and then add up the
resulting products.
Symbolically, AB D Œc ij , where
c ij D a i b 1j C a i b 2j C C a in b nj
n X
kD 1
a ik b kj
a 11 x 1 C a 12 x 2 C : : : C a1nxn D b 1
a 21 x 1 C a 22 x 2 C : : : C a 2n x n D b 2
a m x 1 C a m x 2 C C amnxn D bm:
Define the following matrices:
a 11 a 12 : : : a 1n
a 21 a 22 : : : a 2n
a m a m : : : a mn
; xE D
x 1
x 2
x n
b D
b 1
b 2
b m
The matrix A is called the coefficient matrix of the linear system (1). Verify that
A xE D
a 11 a 12 : : : a 1n
a 21 a 22 : : : a 2n
am1 am2 : : : amn
x 1
x 2
xn
a 11 x 1 C a 12 x 2 C : : : C a 1n x n
a 21 x 1 C a 22 x 2 C : : : C a 2n x n
am1x 1 C am2x 2 C C amnxn
Therefore, the linear system (1) can be written as a single matrix equation:
AxE D
b (matrix form of a linear system).
Let aE 1 ; : : : ; aE n be the columns of A. Then
AxE D x 1 aE 1 C x 2 Ea 2 C C xn aEn:
Hence the system AxE D
b is consistent if and only if
b is a linear combination of the columns
of A.