Introduction to Vectors and Operations
What is a Vector?
-
A vector is a mathematical object represented as an ordered set of numbers enclosed by brackets.
- Example: ( \mathbf{a} = \begin{bmatrix} 2 \ 1 \end{bmatrix} )
Vectors are denoted in various notations but represent the same concept. For example:
- ( )
- ( )
- ( )
-
Dimension of Vectors:
- A vector can be defined in 1-dimensional or 2-dimensional space.
- 1D Vector: ( )
- 2D Vector: ( )
-
A vector by itself does not convey much information. It only represents a set of numbers enclosed in brackets, and it becomes meaningful when additional context (like direction or position) is given.
Graphical Representation of Vectors
- A vector can be represented on a graph by indicating the direction and magnitude.
- Example: A vector ( ) on a 2D plane.
Vector Operations
Vector Addition
-
For any two vectors ( ) and ( ) in an ( )-dimensional space:
- The addition is performed component-wise.
- Formula: ( )
-
Example:
- ( )
- ( )
Vector Subtraction
-
Similar to addition, vector subtraction is performed component-wise.
- Formula: ( )
-
Example:
- ( )
- ( )
The Transpose Operation
-
The transpose of a vector involves flipping it, turning rows into columns and vice versa.
- Formula: If ( )
-
Example:
- ( )
- Transpose: ( )
Key Concepts
- Vector notation: Used to represent magnitude and direction.
- Operations: Addition, subtraction, and transposition can be performed on vectors.
- Meaning: A vector itself doesn’t convey much until you provide context or perform operations on it.