An introduction to Linear Algebra. This course is
required for both mathematics and math/secondary education majors.
Topics include linear systems, matrices, determinants, vector spaces,
dimension, linear transformations, eigenvectors and eigenvalues,
norms, and orthogonality. The textbook is Linear Algebra with
Maple by Fred Szabo and published by Harcourt and Academic Press.
The course grade is determined by three tests, six or seven Maple
Labs, and a final examination. Useful websites are
listed at the end of this page.
Prerequisite: Math 202 (Calculus II).
Course
Outline
|
Chapter
|
Main Topics
|
|
1 Linear Systems
|
Linear equations, Linear systems, Matrices and linear
systems, Augmented matrices, Gaussian elimination, Row
echelon matrices, Reduced row echelon matrics, Matrix
equations
|
|
2 Matrix Algebra
|
Basic matrix operations, A lexicon of matrices,
Invertible matrices, Orthogonal matrices
|
|
3 Determinants
|
The Laplace expansion, Cramer's Rule
|
|
Test
#1
|
|
|
4 Vector Spaces
|
Real vector spaces, Linear independence, Span, Bases and
dimensions, Subspaces, Fundamental subspaces of a matrix,
Rank and nullity of a matrix
|
|
Test
#2
|
|
|
5 Linear Transformations
|
Isomorphisms, Matrices of linear transformations,
Composite and inverse transformations, Images and kernels,
Rank and nullity, Similarity
|
|
6 Eigenvalues and Eigenvectors
|
Characteristic polynomials, Eigenspaces, Diagonalizing
square matrices, Jordan form of a matrix, Applications
|
|
Test
#3
|
|
|
8 Orthogonality
|
Orthogonal vectors, Orthogonal bases, Orthonormal
bases
|
Sample
Problems for Test #1
Return to top
Sample
Problems for Test #2
- 1. True/False.
- If v is an element of span{v1, v2, .
. . , vk} , then {v1, v2, . .
. , vk, v} must be linearly dependent.
- A finite dimensional vector space cannot have an infinite
dimensional subspace.
- If A is an n x n matrix that is row-reducible to the n x n
identity matrix I, then nullity(A) = 1.
- If dim V = n, then any set with more than n vectors must be
linearly dependent.
- If dim V = n, then any set with less than n vectors must be
linearly independent.
- The hyperplane H = { (x, y, z, w) | ax + by + cz + dw = 0 }
is a subspace of R4 such that dim H = 4.
- rank(A) = rank(AT) for any m x n matrix A.
- For any matrix A, dim(Col A) = n - dim(Row A).
- If A is an m x n matrix and nullity(A) > 0, then rank(A)
< n.
- A set of n vectors in Rm is always linearly
dependent if n > m.
- Which of the following subsets H of the given vector space V
is a subspace of V? If it is not a subspace, explain why not. If
it is a subspace, prove it.
(i) V = R2 ; H = { (x, y) | x2 + y2
= 1} (ii) V = C[0, 1] ; H = { f is an element of
C[0, 1] with integral 0 over [0,1]}
- Let { v1, v2, v3 } be a
linearly independent set. If u1 = v1,
u2 = v1 + v2 , and u3
= v1 + v2 + v3, show that the set
{ u1, u2, u3 } is also linearly
independent.
- Given v1 = [1, 5, 0] and v2 =
[-3, 0, 2], pick a third vector v3 in
R3 such that {v1, v2,
v3 } constitutes a basis. (You must show why it is a
basis.)
- Do the following matrices form a basis for R2x2 ?
Be sure to explain your answer.
- Find the rank, nullity, basis for N(A) and basis for Range A
for the following matrix.
- Prove: If A is an n x n matrix and rank(A) < n, then Ax = 0
has a non-trivial solution.
- Find an orthonormal basis for the subspace of R3
spanned by v1 = [3, -1, 4] and v2 =
[1, 2, -5].
- Let B1 be the standard basis {1, t, t2}
for the vector space R2[t] . Find the
transition matrix from B1 to the basis
- B2 = {1, 2t - 1, t2 + t - 3}. Express
the polynomial 4t2 - t + 2 in terms of B2
.
Return to top
Sample
Problems for Test #3
- Which of the following are linear transformations? Give
reasons.
- T: Rnxn ---> R given by T(A) =
det A
- T: C1[0,1] ---> C[0,1] given
by T[f(x)] = x f'(x)
- T: R2 ---> R2
defined by T(x,y) = (x2, y2)
- Let T: R2 --->
R2[t] be the linear transformation
defined by T(0,1) = 4 - t + 3t2 , T(1,1) = -2 + 5t +
t2. Find T(5,3).
- Let dimV = n. If a is a non-zero scalar, define T: V ---> V
by Tv = av. What is ker T, Range T, nullity(T),
rank(T)?
- Prove: If T: V ---> W is a linear transformation, then T is
1-1 iff ker T = {0}.
- Let U, V, and W be finite dimensional vector spaces. If U is
isomorphic to V, and V is isomorphic to W, then show that U is
isomorphic to W.
- Let B be an invertible nxn matrix. Define the linear
transformation T: Rnxn --->
Rnxn by T(A) = AB. What are the rank and nullity
of T?
- Let T: R3 --->
R2[t] be defined by T(a,b,c) =
at2 - (b+c)t + 2b. If C = {2, 3t + 1,
t2 - t }, find the matrix representation of T with
respect to the standard basis in R3 and the
basis C in R2[t].
- Prove: If S and T are both linear transformations from vector
spaces V to W such that Sv1 =
Tv1, Sv2 =
Tv2, . . ., Svn =
Tvn for {v1,
v2 , . . . , vn } a basis for
V, then Sv = Tv for all vectors v in V.
- True/False:
- An nxn matrix is diagonalizable iff the sum of its
geometeric multiplicities is equal to n.
- If 0 is an eigenvalue of a matrix A, then A is
invertible.
- Similar matrices have the same eigenvalues.
- The determinant of any square matrix is equal to the sum of
its eigenvalues.
- If alpha is an eigenvalue of A, show that (alpha)2
is an eigenvalue of A2.
- If A is similar to B, show that An is similar to Bn for any
positive integer n.
- Find the eigenvalues, eigenspaces, and Jordan canonical form
for the matrix with these rows:
- Write the possible Jordan forms for a matrix with
characteristic equation (x - 5)3(x + 4)4(x -
2) = 0 and dim E5 = 2, dim E-4 =1.
Useful
Websites
http://www.mapleapps.com/index.asp
(The Maple Applications Center)
http://www.maa.org (Mathematical
Association of America)
http://archives.math.utk.edu
(Math Archives)
http://forum.swarthmore.edu
(Math Forum)
Marywood
University
<|>
Undergraduate
School
<|>
Undergraduate
Admissions
Comments to Dr. Craig M. Johnson, Chair, Dept. of Mathematics:
johnsonc@marywood.edu
Last update: October 7, 2002
Copyright © 2003 by Marywood University. All rights reserved.
Marywood University, 2300 Adams Avenue, Scranton, PA 18509 (717)
348-6211