W1 W2 Linear Algebra OSU

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

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.

27 Terms

1
New cards

What is a linear combination?

A sum of the form a₁x₁ + a₂x₂ + ... + aₙxₙ with aᵢ in a field (usually ℝ)

2
New cards

What makes a linear equation homogeneous?

When the constant term b = 0.

3
New cards

What is a linear system?

A collection of linear equations with the same variables

4
New cards

What does it mean for two systems to be equivalent?

They have the same solution set

5
New cards

What does it mean for a system to be dependent?

It has infinitely many solutions.

6
New cards

hat is the preferred way to write solutions to linear systems?

In column-vector notation, especially for dependent solutions.

ex:

[4/3] + s[-1/3] + t[1]

7
New cards

How is the solution to a consistent system related to its homogeneous counterpart?

It's a particular solution plus all solutions to the homogeneous system.

8
New cards

What type of result do you get when you multiply an m×n matrix by an n×1 column vector?

An m×1 column vector

9
New cards

What property is illustrated by A(B + C) = AB + AC?

Distributive property of matrix multiplication.

10
New cards

What does the matrix product Ax represent?

A linear combination of the columns of A using components of x as coefficients.

11
New cards

How do you write a system of equations as a matrix equation?

As Ax=b where A contains coefficients, x contains variables, and b is the result vector.

12
New cards

What is the span of vectors v1,v2,...,vk

All linear combinations of those vectors.

13
New cards

How can you check if b∈(v1,...,vk)?

Form and row reduce the augmented matrix [v1 v2 ... vk ∣ b] to see if it's consistent.

14
New cards

How many solutions can a linear system have?

None, exactly one, or infinitely many

15
New cards

What kind of geometric object is the span of one nonzero vector? Two?

One: a line through the origin. Two: a line or a plane through the origin.

16
New cards

What is (AB)ij in matrix multiplication?

It's the dot product of the i-th row of A and the j-th column of B.

17
New cards

What does matrix multiplication distribute over?

Addition:

A(B+C)=AB+AC,

(B+C)A=BA+CA

18
New cards

Is matrix multiplication commutative?

No, AB≠BA in general

19
New cards

What is the transpose of a matrix?

A matrix where rows and columns are swapped:

(A^T)_ij= a_ji

20
New cards

What is a symmetric matrix?

A square matrix where A=A^T

21
New cards

What do we call a matrix that is not invertible?

Singular

22
New cards

What is the determinant of a 2×2 matrix

ad−bc

23
New cards

What is the inverse of a 2x2 matrix?

1/ (ad - bc) * [ d -b ]

[ -c a ]

24
New cards

What does x=A−1b represent?

The unique solution to the linear system Ax=b, if A is invertible

25
New cards

Is the inverse of a matrix unique

yes

26
New cards

What is (AB)^-1?

B^-1 * A^-1

27
New cards

What is (A^T)^-1 ?

(A^-1)^T