Linear Algebra

0.0(0)
studied byStudied by 6 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

two linear systems are the same if

they have the same solution set

2
New cards

consistent system

either has one solution or infinitely many solutions

3
New cards

inconsistent system

has no solution

4
New cards

rows represent

equations

5
New cards

columns represent

variables

6
New cards

Every elementary row opperation is

Reversible

  • never change the solution set of the associated linear system

7
New cards

Echelon form

  1. all non-zero rows are above any all zero rows

  2. each leading entry of rows is in a column to the right of the leading entry in the row above it

  3. all entires in a column below a leading entry are zeros

8
New cards

reduced echelon form

  • is unique

  • three echelon form properties and:

    1. the leading entry in each nonzero row is 1

    2. each leading 1 is the only nonzero entry in its column

9
New cards

pivot position

the leading entry of a row in a matrix in (reduced) echelon form

10
New cards

pivot column

a column of the matrix that contains a pivot position

11
New cards

free variables indicate that

there are many solutions, not a unique solution

12
New cards

If b is in the span of the columns of A, you can also say that

b is in the column space of A

13
New cards

can a 3×2 matrix span R³?

No, because this matrix is 2D and cannot span a 3D subspace;

  • A is unable to have a pivot in every row

14
New cards

can a 2×3 matrix span R²?

yes because it can have a pivot in every row

15
New cards

Homogeneous linear systems

a system of linear equations that can be written in the form Ax=0, where A is an m×n matrix and 0 is the zero vector in R^m 

  • always has the trivial solution (x = 0)

16
New cards

if we have a free variable,

we have a non-trivial solution

  • thereforem the given vector set is a linearly dependent set

17
New cards

a set of vectors only containing a single vector, v1 is linearly independent if and only if

v1 is not the zero vector

18
New cards

a set containing two vectors {v1,v2} is linearly independent if and only if

neither of the vectors is a multiple of the other

19
New cards

if a set of vectors contains more vectors than their are entries in each vector, then

the set is linearly dependent; automatically gives a free variable

20
New cards

if a vector set in R^n contains the zero vector, then

the set is linearly dependent; nontrivial solution

21
New cards

examples of linear dependence

  • more vectors than entries in each row

  • set contains the zero vector

[0]

|0|

[0]

22
New cards

identity matrix I is

always nxn (square)

23
New cards

Matrix multiplication:

AB = [Ab1 Ab2 … Abn]

24
New cards

rank(A) is equal to

  • the number of nonzero rows in its echelon form B

and/or

  • the number of pivot positions (pivot columns) in B

25
New cards

Rank-Nullity theorum

rank(A) + nullity(A) = number of columns of A

26
New cards

the basis for Col(A) is determined by

the pivot columns in the RREF that contain a leading 1

27
New cards

the basis for Nul(A) is determined by

solving for RREFx = 0; just write RREF in parametric vector form

(NulA = the set of all vectors x such that Ax = 0

ex: the x for a 3×4 matrix will have four variables (x1, x2, x3, x4)

28
New cards

null space, NulA is

the set of all vectors x such that Ax = 0

29
New cards

If A is invertible then

A-1 exists and AA-1 = I (identity matrix)

30
New cards

1 × 1 Identity matrix

[1]

31
New cards

2 × 2 identity matrix

[1 0]

[0 1]

32
New cards

3 × 3 idnetity matrix 

[1 0 0 ]

|0 1 0 |

[0 0 1]