Unit 1 Flashcards

1
Q

Possible number of solutions a linear system can have

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the categories of solutions a system can have

A

no solution, infinite solutions, 1 solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

meaning of Ax =b

A

a is a matrix x is a column vector of unknowns and b is column vector of constants

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Steps to solve linear equation

A

1.Write each equation with constants on the right side of the equation and variables on the left size in order
2. build matrix a by collecting all coefficicents while preserving the order
3. build vector x by stacking the unkown variables in order
4 build vector b by stacjing constants in order

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Determinant

A

a real # associated with square matrix that is useful for finding # of sul

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how to calculate det with square matrix [[a,b][c,d]]

A

ad-bc is determininent equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what does value of det tell

A

if it is 0 the slopes of the equations are the same with infinite or 0 solutions
if it is not 0 the slopes are different and there is 1 solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to multiply vectors

A

take value of rx * cx and sum them all up where x is size of the array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Identity Matrix

A

square matrix with 1s on diagonal and 0s elsewhere

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When is an equation invertible

A

when the determinent is not 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why do we use vectors

A

vectors provide us with ways to express an entire set of vectors finitely
vector spaces allow us to communicate linear situations and whether any solutions exist

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Requirements for manipulating values

A

unless it is scalar the vectors must be the same size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Matrix form

A

the standard table for linear equations (Ax +b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

expanded equation

A

equation that shows ncolumns of A multiplied by each value in x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

linear combinations

A

equation that shows each value in A being multiplied by its respective x value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

methods to solve linear combinations

A

substitution, elimination, deterninants, and inverse

17
Q

What is the use for Linear independence

A

tells whether there is one or many solutions

18
Q

When is a linear equation linearly dependent

A

if anxn = 0 has a solution that isnt x = 0

19
Q

when is a linear equation linearly independent

A

if anxn = 0 has only the solution x = 0

20
Q

What are equivlant statements to linear independence

A

det(a) != 0
Anxn is invertible
the cols of a are lienearly independent

21
Q

What is special about upper triangular matrixes

A

you can use diagonal to find determinant by multiplying each of them by eachother