Vectors, Spaces Flashcards

1
Q

Linear combination of two vectors

A

X,Y = aX+bY
where a,b∈R, X,Y∈V (here V is set of vectors)

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

Explain the multiplication of vector with scalar

A

If α∈R then αX = α[x₁ x₂ ….Xₙ]

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

What is linear combination of one vector

A

Multiplication of vector with scalar
If α∈R then αX = α[x₁ x₂ ….Xₙ]

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

What is the scalar multiple of vector

A

Linear combination of one vector
If α∈R then αX = α[x₁ x₂ ….Xₙ]

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

Operations of vectors

A

Addition
Subtraction
Multiplication of vector with scalar
Products of vectors - 1.Dot Product 2.Cross Product

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

How many vectors generate by linear combination of vectors

A

Infinite number of vectors(space)

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

Type of product of vectors

A

Two type
1.)Dot Product
2.)Cross product

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

Another name of dot product

A

Inner product

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

Give me two another names of dot product

A

Inner product
Scalar product

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

Dot product gives what

A

Scalar quantity

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

Notation for dot product

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

All three notations for dot product

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

Give mathematical formula of dot product

A

<X,Y> = XᵀY

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

Is <X,Y> = <Y,X>

A

Yes

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

<X,Y> = <Y,X> it implies what

A

XᵀY = YᵀX

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

If dot product is zero then

A

vectors are orthogonal vectors
i.e angle between vectors is 90degree

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

If vectors are orthogonal then

A

their dot product is zero

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

Norm of vector
Notation, definition, formula

A

Length of vector

19
Q

Normalised vector
(another name, definition, formula, notation of all types)

20
Q

Orthonormal vectors

21
Q

Unit vector of x, y and z respectively

A

i cap, j cap, k cap

22
Q

orthonormal system (definition another name)

A

The space generated by orthonormal vectors called orthonormal system or orthonormal space

23
Q

what type of i cap, j cap, k cap vectors are

A

Orthonormal vectors
i.e. orthogonal and unit vectors

24
Q

Rⁿ

A

Rⁿ is n dimensional real space of vectors

25
Q

Special note about orthogonal vectors

A

All orthogonal vectors are linearly independent vectors but all independent vectors are need not to be orthogonal.

26
Q

Linear span

A

Let S = {V₁, V₂, V₃, …..Vₖ} is non empty subset of a vector space ‘V’ . (S⊆V)
Set of all linear combinations of vectors in ‘S’ is called Linear span.

27
Q

How to write linear span of X,Y vectors

A

LS = {aX + bY | a, b ∈ R and X, Y ∈ S}

28
Q

Linear Dependency (definition)

A

A set of vectors {X₁, X₂, X₃, …… Xₙ} is linearly dependent if their linear combination a₁X₁, a₂X₂, a₃X₃, …… aₙXₙ = 0 for not all (some) aᵢ = 0 ∈ R

29
Q

Linearly independent (definition)

A

A set of vectors {X₁, X₂, X₃, …… Xₙ} is linearly dependent if their linear combination a₁X₁, a₂X₂, a₃X₃, …… aₙXₙ = 0 only for all aᵢ = 0

30
Q

How can we determined that vectors are linearly dependent or independent

A

If any vector can be expressed as linear combination of other vectors in set then they are linearly dependent.

31
Q

When can we say that vector is spanned

A

If any vector is obtained by linear combination of some vectors, we call it as spanned.

32
Q

Does division and multiplication comes under linear combination

33
Q

How can we say that two vectors are independent or not

A

if we have two vectors in the form
V1 = (a1 b1 c1) and V2 = (a2 b2 c2)
then if a1/a2 = b1/b2 = c1/c2 then they are linearly dependent

34
Q

Vector space

A

Vector Space

A vector space (also known as a linear space) is a collection of objects called vectors, which can be added together and multiplied by numbers (scalars). The operations of vector addition and scalar multiplication in a vector space must satisfy certain properties or axioms.

Key Properties of a Vector Space:

  1. Vector Addition: If u and v are vectors in the vector space V,then their sum u + v is also in V.
  2. Scalar Multiplication: If v is a vector in V and c is a scalar, then the product cv is also in V.
  3. Commutativity: u + v = v + u for all vectors u, v in V.
  4. Associativity: (u + v) + w = u + (v + w) for all vectors u, v, w in V.
  5. Additive Identity: There exists a zero vector 0 in V such that v + 0 = v for all vectors v in V.
  6. Additive Inverse: For each vector v in V, there exists a vector -v such that v + (-v) = 0.
  7. Distributivity of Scalar Multiplication with Respect to Vector Addition: c(u + v) = cu + cv for all vectors u, v in V and scalar c.
  8. Distributivity of Scalar Multiplication with Respect to Scalar Addition: (c + d)v = cv + dv for all vectors v in V and scalars c, d.
  9. Associativity of Scalar Multiplication: c(dv) = (cd)v for all vectors v in V and scalars c, d.
  10. Multiplicative Identity: 1v = v for all vectors v in V, where 1 is the multiplicative identity in the field of scalars.
35
Q

Subspace

A

Subspace

A subspace is a subset of a vector space that is itself a vector space under the same operations of vector addition and scalar multiplication as the original vector space.

Criteria for a Subspace:

For a subset W of a vector space V to be considered a subspace, it must satisfy the following three conditions:

  1. Non-Empty (Contains the Zero Vector): The zero vector 0 of V must be in W. This ensures that W is non-empty.
  2. Closed Under Addition: If u and v are vectors in W, then their sum u + v must also be in W.
  3. Closed Under Scalar Multiplication: If v is a vector in W and c is a scalar, then the product c*v must be in W.
36
Q

Relationship between linear span, vector space, subspace

A

L(S) or you can say linear span of any non-empty subset ‘S’ of vector space ‘V’ is a subspace of V.

37
Q

Basis of a vector space

A

A non empty subset of a vector space ‘V’ is said to be basis of ‘V’ if
1.) All the vectors of ‘S’ are linearly independent
2.) L(S) = V

we can write second point as:
the entire V is generated by the LC of vectors of S
or
Linear span of all the vectors S generates the entire vector space
or
Linear combination of vectors in ‘S’ generates all the vectors of V

38
Q

Note on basis

A

Basis of any vector space is not unique.

39
Q

Dimension of vector space

A

Dimension of vector space os equal to number of independent vectors in it

40
Q

Relationship between Dimension and basis

A

Dimension(V) = number of elements in basis
[Here V is vector space]

41
Q

Dimension of Rⁿ

A

Dimension of Rⁿ = n

42
Q

If W₁ and W₂ are Subspaces of Vector space ‘V’ then
_______________
________________
(2 points)

A

1.) W₁+W₂ is also subspace of ‘V’
2.) dim(W₁U W₂) = dim(W₁) + dim(W₂) - dim(W₁∩ W₂)

43
Q

Inequalities of dot product (2)

44
Q

How to find angle between two vectors