Module 1 GT DE Math

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

1/22

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.

23 Terms

1
New cards

When is a matrix consistent?

When it has 1 or more solutions

2
New cards

When is a matrix inconsistent?

When it has no solutions

3
New cards

What is row equivalence?

If a sequence of row operations transforms one matrix into another (those two matrices are row equivalent)

4
New cards

What happens to the solution set of one matrix when it is transformed into another row equivalent matrix?

the solution set stays the same

5
New cards

What are the requirements for echelon form?

  • All zero rows (if any) are at the bottom

  • First non-zero entry of a row (if any) is to the right of any leading entries in the above rows

  • All entries below a leading entry are zero

6
New cards

What are the requirements for RREF?

  • Must already be in echelon form

  • All leading entries (if any) must be equal to 1

  • Leading entries are the only non-zero entry in their column

7
New cards

What is a pivot position?

location in a matrix corresponding to a leading 1 in the RREF

8
New cards

What is a pivot column?

column that contains a pivot position

9
New cards

What are basic variables?

variables that correspond to a pivot

10
New cards

What are free variables?

any variable that is not basic

11
New cards

Do matrices alone have basic/free variables?

no, only systems do

12
New cards

When is a linear system consistent?

if and only if the last column of the augmented matrix doesnt have a pivot

it cannot have a \begin{pmatrix} 0 & 0 & 0… & 0 | 1 \end{pmatrix}

13
New cards

When does a linear system have a unique solution?

if and only if there are no free variables

14
New cards

When does a linear system have infinitely many solutions?

if it has free variables

15
New cards

What does \mathbb{R}^n mean?

an n-dimensional space and the vectors in it

16
New cards

What is the definition of a linear combination?

Given…

\overrightarrow{v_1}, \overrightarrow{v_2}, … , \overrightarrow{v_p} \in \mathbb{R}^n

and scalars

c_1,c_2,…c_p

the vector \overrightarrow{y} = c_1\overrightarrow{v_1} + c_2\overrightarrow{v_2} + … + c_p\overrightarrow{v_p}

17
New cards

What is the definition for a span of a set of vectors?

Given vectors

\overrightarrow{v_1},\overrightarrow{v_2},…,\overrightarrow{v_p} \in \mathbb{R}^n

and scalars

c_1,c_2,…,c_p

The set of all linear combinations is called the span of \overrightarrow{v_1},\overrightarrow{v_2},…,\overrightarrow{v_p}

18
New cards

True or false: any 2 non-parallel vectors in \mathbb{R}³ \mathbb{R}³ span a plane that passes through the origin. Any vector in that plan is in the span.

True

19
New cards

What does \mathbb{R}^{m*n} mean?

set of real-valued matrices with m-rows and n-columns

20
New cards

What is the definition of a matrix-vector product?

If A \in \mathbb{R}^n has columns,

\overrightarrow{a_1},…\overrightarrow{a_n} and \overrightarrow{x} \in \mathbb{R}^n , then

the matrix vector product A\overrightarrow{x} is a linear combination of the columns of A

21
New cards

Click to see a visual representation of a matrix-vector product

A\overrightarrow{x} = \begin{pmatrix} | & | & … & |\\\overrightarrow{a_1} & \overrightarrow{a_2} & … & \overrightarrow{a_n}\\| & | & … & | \end{pmatrix} \begin{pmatrix} x_1 \\ x_2 \\ | \\ x_n \end{pmatrix} = x_1\overrightarrow{a_1} + x_2\overrightarrow{a_2} + … + x_n\overrightarrow{a_n}

22
New cards

A is an m*n matrix with columns \overrightarrow{a_1},…,\overrightarrow{a_n} and \overrightarrow{x} \in \mathbb{R}^n. Describe the solutions to A\overrightarrow{x} = \overrightarrow{b} and x_1\overrightarrow{a_1} +…+x_n\overrightarrow{a_n} = \overrightarrow{b} and \begin{bmatrix} \overrightarrow{a_1} & \overrightarrow{a_2} & … & \overrightarrow{a_n} & | & \overrightarrow{b} \end{bmatrix}

They will all have the same solutions

23
New cards

When does the linear combination A\overrightarrow{x}=\overrightarrow{b} have a solution?

If and only if \overrightarrow{b} is a linear combination of the columns of A