Math 3000 - Linear Algebra Exam 1

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

1/13

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.

14 Terms

1
New cards

Linearity Properties

Additivity: T(u+v) = T(u) + T(v) for all vectors u, v.

Homogeneity: T(cu) = cT(u) for all scalars c and vectors u.

2
New cards

Parallel Vectors

Two vectors u and v are parallel if one is a scalar multiple of the other, ie: u = kv for some scalar k.

3
New cards

Orthogonal Vectors

Two vectors u and v are orthogonal if their dot product is zero, i.e., u v = 0.

4
New cards

Linear Combination

A vector w is a linear combination of vectors v1​, v2​, …, vk if w = c1​v1 ​+ c2​v2​ + ⋯ + ckvk for some scalars c1​, c2​, …, ck.

Example: w = (7,7) is a linear combination of v1​ = (1,0) and v2​ = (0,1) because w = 7v1​ + 7v2​.

5
New cards

Span

The span of a set of vectors is the set of all possible linear combinations of those vectors.

6
New cards

Cartesian Equation

Line: ax + by = c

Plane: ax + by + cz = d

7
New cards

Parametric Equation

Line: r(t) = r0 + tv
r(t) = (1,2) = t(3,4)

Plane: r0 + su + tv
r(s,t) = (1,2,3) + s(1,0,0) + t(0,1,0)

8
New cards

projvu

((u v) / (v v​))v

9
New cards

What does it mean for a system of equations to be consistent?

A system is consistent if it has at least one solution.

10
New cards

What does it mean for a system of equations to be inconsistent?

A system is inconsistent if it has no solution.

11
New cards

Partial Fraction: 1/(x+4)(x-2)

A/(x+4) + B/(x-2)

12
New cards

Partial Fraction: 1/(x+1)²

A/(x+1) + B/(x+1)²

13
New cards

Partial Fraction: 1/x(x²+3)

A/x + (Bx + C)/(x²+3)

14
New cards

T(u,v)

A[u,v] = [b1,b2]