Can both of this vector combine become the following matrix?

In summary, the conversation discusses the possibility of combining two vectors, A and B, into a matrix. The question is how to properly arrange the components of the matrix in relation to the original vectors. The answer lies in understanding the definition of matrix multiplication and considering how the resulting matrix should be related to the original vectors.
  • #1
RyozKidz
26
0
vector A : ai+bj
vector B : ci+dj

can both of this vector combine become the following matrix?

[tex]\stackrel{a}{c}[/tex] [tex]\stackrel{b}{d}[/tex] or [tex]\stackrel{a}{b}[/tex] [tex]\stackrel{c}{d}[/tex]


hope anyone can tell me more about this..coz i search a lot a wiki there..~~
 
Mathematics news on Phys.org
  • #2


RyozKidz said:
vector A : ai+bj
vector B : ci+dj

can both of this vector combine become the following matrix?

[tex]\stackrel{a}{c}[/tex] [tex]\stackrel{b}{d}[/tex] or [tex]\stackrel{a}{b}[/tex] [tex]\stackrel{c}{d}[/tex]


hope anyone can tell me more about this..coz i search a lot a wiki there..~~
What do you mean by combine?
 
  • #3


do you mean put vectors together in column or in row?
 
  • #4


RyozKidz said:
vector A : ai+bj
vector B : ci+dj

can both of this vector combine become the following matrix?

[tex]\stackrel{a}{c}[/tex] [tex]\stackrel{b}{d}[/tex] or [tex]\stackrel{a}{b}[/tex] [tex]\stackrel{c}{d}[/tex]


hope anyone can tell me more about this..coz i search a lot a wiki there..~~
You just need to consider the definition of matrix multiplication. You want to find a matrix A such that

[tex]\left(\begin{array}{c}
a\bold{i} + b\bold{j} \\
c\bold{i} + d\bold{j}
\end{array}\right) = A \left(\begin{array}{c}
\bold{i} \\
\bold{j}
\end{array}\right) =
\left(\begin{array}{cc}
a_{11} & a_{12} \\
a_{21} & a_{22}
\end{array}\right)
\left(\begin{array}{c}
\bold{i} \\
\bold{j}
\end{array}\right)[/tex]

From this you should be able to work out the required components.
 
  • #5


You can put numbers together any way you please and make a matrix. The question is how do you want that matrix to be related to the original vectors and what do you want to do with it?
 
  • #6


I think i found the answer by the definition of the mutiplication of matrix...
Thx a lot..~
coz when i read about the article of the transformation matrix i can't get it..hehe thx
 

Similar threads

Replies
3
Views
5K
Replies
8
Views
2K
Replies
4
Views
1K
Replies
7
Views
2K
Replies
7
Views
430
Replies
4
Views
2K
Replies
1
Views
1K
Back
Top