1.3 Vector Equations

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:01 AM on 5/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

T OR F: A matrix with one column is a column vector, or simply, a vector

TRUE

A matrix consisting of a single column is classified as a column vector, which represents a vector in a multi-dimensional space.

2
New cards

What is vector addition?

Two vectors of the same size (same number of rows) are added COMPONENT wise

So, you take the first entry in both and add together to get the new entry of the new column and repeat this for all entries, resulting in a new vector that retains the same dimensions.

<p>Two vectors of the same size (same number of rows) are added COMPONENT wise</p><p>So, you take the first entry in both and add together to get the new entry of the new column and repeat this for all entries, resulting in a new vector that retains the same dimensions. </p>
3
New cards

What is scalar multiplication?

Involves a column vector and a real number ‘c’

Each entry in the vector is multiplied by c to produce a new vector.

<p>Involves a column vector and a real number ‘c’</p><p>Each entry in the vector is multiplied by c to produce a new vector. </p>
4
New cards

What is the zero-vector?

A special vector in which all its components are zero. It serves as the additive identity in vector addition, meaning that adding the zero-vector to any vector gives the same vector.

<p>A special vector in which all its components are zero. It serves as the additive identity in vector addition, meaning that adding the zero-vector to any vector gives the same vector. </p>
5
New cards

What can the sum vector u + vector v represent in terms of a parallelogram?

The sum u + v is the fourth vertex of the parallelogram whose other vertices are 0 vector (origin), vector u, vector v

6
New cards

T OR F: Scalar multiplication “stretches” the line through the origin to the vector u

TRUE

when the scalar is greater than 1 and shrinks when it is between 0 and 1. If the scalar is negative, it also reverses the direction of the vector.

7
New cards

What linear system does the vector equation x1a1 + x2a2 + … + xnan = vector b have the same solution set as (augmented matrix answer)

the linear system represented by the augmented matrix [a1, a2, …, a_n | b].

<p>the linear system represented by the augmented matrix [a<em>1, a</em>2, …, a_n | b]. </p>
8
New cards

Define a spanning set

A spanning set is a set of vectors that can be combined through linear combinations to produce any vector in a given vector space. It ensures that the entirety of the vector space is covered.

9
New cards

What is determining if b E span {v1, …, vp} (is b in the plane) equivalent to?

determining if the linear system has a solution.

<p>determining if the linear system has a solution. </p><p></p>