• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/43

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

43 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
If a set V is a vector space, then it satisfies 8 axioms and 2 operations are closed.
1. Commutativity of addition x+y=y+x
2. Associativity of addition (x+y)+z=x+(y+z)
3. Additive identity
0+x=x
4. Additive inverse
x+(-x)=0
5. 1st distributive law
a(x+y)=ax+ay
6. 2nd distributive law
(a+b)x=ax+bx
7. Multiplicative identity
1(x)=x
8. ordinary multiplication
(ab)x=a(bx)

-closed under addition
-closed under scalar multiplication
Closed Under Addition
A set S is closed under addition if the sum of any two elements of S is in S.
Closed Under Scalar Multiplication
A set S is closed under scalar multiplication if the product of an arbitrary scalar and an arbitrary element of S is in S.
A subset W of a vector space V is a subspace
If W is closed under addition and scalar multiplication, then W is a subspace of V.
V is a vector space, and B={b₁,b₂,..bn}. A linear combination of the elements of B
A linear combination of the elements of B is any vector of the form
v=a₁b₁+a₂b₂....+anbn where coeffiients a₁a₂...an are arbitrary scalars.
Define the span of B={b₁,b₂,..bn}
The Span(B) is the set of all linear combinations of the vectors in B.
Define linear independence of the set B={b₁,b₂,..bn}.
The set B is said to be linearly independent if a₁b₁+....anbn=0 implies a₁=a₂=...=an=0.
A set B={b₁,b₂,..bn} with n>1 is linearly dependent iff
one of the vectors bi can be written as a linear combination of the others
If Span(B)=V, the set B={b₁,b₂,..bn} is said to
span the vector space V.
The set B={b₁,b₂,..bn} is a basis for the vector space V if
the set B={b₁,b₂,..bn} is linearly independent and the set B={b₁,b₂,..bn} spans V.
Let A be an n x m matrix. Then the following are equivalent:

1)Columns of A are linearly independent.
2)The only solution to Ax=0 is x=0.
3)The reduced row-echelon form of the matrix A has a pivot in each column.
Let A be an n x m matrix. Then the following are equivalent:

1)The columns of A span Rⁿ.
2)The equation Ax=b has a solution for every bɛRⁿ.
3)The reduced row-echelon form of the matrix A has a pivot in each row.
Let A be an n x n matrix. Then the following are equivalent:
1) The columns of A are linearly independent.
2) The columns of A span Rⁿ.
3) The columns of A form a basis for Rⁿ.
4) The equation Ax=b has a unique solution for bɛRⁿ.
5) A is an invertible matrix.
6) The determinant of A is nonzero.
7) A is row equivalent to the identity matrix.
A matrix is invertible (or non-singular) if there exists
an n x n matrix B s.t.
AB=BA=I
Let D={d₁,d₂,..dm} be a collection of vectors in Rⁿ.
1) If m<n, then D does not span Rⁿ.
2) If m>n, then D is linearly dependent.
3) If D is a basis for Rⁿ, then m=n.
If m<n
If m>n
m=n
Let V and W be vector spaces. An isomorphism between V and W is
An isomorphism between V and W is a map L:V→W that is 1-1 and onto.
If v=a₁b₁+....+anbn, the coordinate vector is
[v]B=(a₁...an)
If v=a₁b₁+....+anbn, the coordinate vector is [v]B=(a₁...an). The numbers a₁...an are
The numbers a₁...an are called the coordinates of the vector v in the B basis.
D={d₁,d₂,..dn} and B={b₁,b₂,..bn} are two bases for vector space V. The two vectors [v]B and [v]D are related by
[v]D=PDB[v]B

PDB(change of basis matrix)=([b₁]D....[bn]D)
If D={d₁,d₂,..dn} and B={b₁,b₂,..bn} are bases for a vector space V,
PDB=PBD^-1

(PDB)PBD is the identity
If B, C and D are bases for the same vector space, then
PBD=(PBC)PCD
Given a basis B for Rⁿ and a vector v. Find PEB, PBE and [v]B.
1. Find [v]E={[v₁]E....[vn]E}
2. Find PEB={[b₁]E....[bn]E}
3. Find PBE=PEB^-1
4. Find [v]B=PBE[v]E
A linear transormation from a vector space V to itself
an operator
L is a linear transformation from vector space V to vector space W if

L:V→W meaning ∀vɛV → L(v)ɛW
1. L(v₁+v₂)=L(v₁)+L(v₂)
2. L(cv₁)=cL(v₁)
Key property of linear transformations
-they are determined by their action on a basis
-if B is a basis for V, then L(bi) for each bi shows what L does to a vector in V.
Linear transformations: equation of L
-if v=a₁b₁+....+anbn
then
L(v)=L(a₁b₁+....+anbn)
=L(a₁b₁)+....+L(anbn)
=a₁L(b₁)+....+anL(bn)
Let D={d₁,d₂,..dn} and B={b₁,b₂,..bn} be bases for vector spaces V and W and L:V→W. Then there exists [L]DB
[Lv]D=[L]DB[v]B

where
[L]DB=([Lb₁]D....[Lbn]D)
If L is a linear operator on a single space V, then [Lv]B=
[Lv]B=[L]B[v]B

[Lv]B is the matrix of a linear transformation
Let L be an operator on a vector space with alternate bases B and D. The matrix of L relative to D is
[L]D=PDB[L]B{PBD}
Let V be a vector space with bases B and D, W a vector space with bases B' and D', and let L:V→W. The matrix of L relative to D and D' bases
[L]D'D=PD'B'[L]B'B(PBD)
Let V and W be vector spaces and L:V→W
ker(L) is a subspace of
V
Let V and W be vector spaces and L:V→W
Range(L) is a subspace of
W
Let V and W be vector spaces and L:V→W.
ker(L) is
the set of all vectors vɛV where L(v)=0
Let V and W be vector spaces and L:V→W.
Range(L) is
the set of all vectors of the form L(v) where vɛV
A linear transformation is 1-1 iff
kerl(L)={0}
Suppose L is a L.T. from n-dim V to m-dim W.

If n<m, then
L is not onto
Suppose L is a L.T. from n-dim V to m-dim W.

If n>m, then
L is not 1-1
Suppose L is a L.T. from n-dim V to m-dim W.

If n=m, then
L is either isomorphism(if rank L=n) or neither 1-1 nor onto (if rank less than n)
The dimension of V equals
dimension of kerl(L)+dimension of Range(L)
The rank of a L.T. L is
the dimension of Range(L)
If λ is eigenvalue, set of έ's s.t L(έ)=λέ is
called the eigenspace corresponding to λ, denoted Eλ
If A nxn matrix, then eigenvectors and eigenvalues of A are defined
to be eigenvalues and eigenvectors of the linear operator
L(x)=Ax
Let V be a vec. space, L:V→V(linear operator)

If L(έ)=λέ
έ is an eigenvector
λ is an eigenvalue of L