Vector equation vs Matrix equation

  • Thread starter Thread starter Instinctlol
  • Start date Start date
  • Tags Tags
    Matrix Vector
Click For Summary
SUMMARY

The discussion clarifies the distinction between vector equations and matrix equations in linear algebra. A vector equation is represented as x1v1 + x2v2 + ... + xnvn = b, where each xi is a scalar and vi is a vector. In contrast, a matrix equation is expressed as Ax = [v1 v2 ... vn][x1, x2, ..., xn], where A is an n x n matrix and x is a vector. The confusion arises from the roles of vectors and scalars in each equation, with the matrix serving as a collection of vectors, necessitating different multiplication rules.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically vector spaces and matrix operations.
  • Familiarity with scalar multiplication and its application in vector equations.
  • Knowledge of matrix dimensions and the rules governing matrix multiplication.
  • Basic proficiency in writing and interpreting mathematical notation.
NEXT STEPS
  • Study the properties of vector spaces and their applications in linear transformations.
  • Learn about matrix multiplication rules and how they differ from scalar multiplication.
  • Explore the concept of linear combinations and their significance in solving linear equations.
  • Investigate the use of augmented matrices in solving systems of linear equations.
USEFUL FOR

Students of mathematics, educators teaching linear algebra, and professionals working in fields requiring mathematical modeling and analysis.

Instinctlol
Messages
79
Reaction score
0
I am a little bit confused about these 2.
A vector equation goes like this: x1v1+x2v2+...+xnvn=b
and Matrix equation goes like this:
Ax= [v1 v2 .. vn][x1
x2
.
.
.
xn]

v is a vector in the vector equation, but in the matrix equation x becomes the vector and v is just the matrix.

My question is, why does it get switched like this?
 
Physics news on Phys.org
Instinctlol said:
I am a little bit confused about these 2.
A vector equation goes like this: x1v1+x2v2+...+xnvn=b
and Matrix equation goes like this:
Ax= [v1 v2 .. vn][x1
x2
.
.
.
xn]

v is a vector in the vector equation, but in the matrix equation x becomes the vector and v is just the matrix.

My question is, why does it get switched like this?

There are different kinds of multiplication going on. In your first equation, each term is a scalar times a vector (I'm assuming that the xi's are scalars).

Your second equation is the product of what appears to be an n X n matrix and a vector with n components. If you switched the order in the 2nd equation to xA, the multiplication would not be defined.
 
  • Like
Likes   Reactions: momina
in your "vector equation" the v's are vectors, and the x's are field elements (scalars).

one way of thinking of a matrix is "a vector of vectors" (it's a 2-array, not a 1-array). so in your "matrix equation" each v is a column (which is why matrix entries need TWO subscripts, one for the row, and one for the column). so what you really have is:

\begin{bmatrix}v_{11}&v_{12}&\dots&v_{1n}\\v_{21}&v_{22}&\dots&v_{2n}\\ \vdots&\vdots&\ddots&\vdots\\v_{m1}&v_{m2}&\dots&v_{mn}\end{bmatrix} \begin{bmatrix}x_1\\x_2\\ \vdots\\x_n\end{bmatrix} = \begin{bmatrix}v_{11}x_1 + v_{12}x_2 + \dots + v_{1n}x_n\\v_{21}x_1 + v_{22}x_2 + \dots + v_{2n}x_n\\ \vdots\\v_{m1}x_1 + v_{m2}x_2 + \dots + v_{mn}x_n\end{bmatrix} = \begin{bmatrix}b_1\\b_2\\ \vdots\\b_n\end{bmatrix}

writing Ax = b is just an abbreviation for that god-awful mess above.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 23 ·
Replies
23
Views
3K
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
3
Views
2K