Matrix Multiplication: Is A Solution Possible?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Yankel
Messages
390
Reaction score
0
Hello

I have a question, I need to tell if there exist A such as:

[tex]A\cdot \begin{pmatrix} 0\\ 1\\ 4 \end{pmatrix} =\begin{pmatrix} 1\\ 2\\ 3\\ 4 \end{pmatrix}[/tex]

how do you approach this kind of questions ?

thanks !
 
Physics news on Phys.org
You already know what size $A$ must be. What would that be?
 
Yankel said:
Hello

I have a question, I need to tell if there exist A such as:

[tex]A\cdot \begin{pmatrix} 0\\ 1\\ 4 \end{pmatrix} =\begin{pmatrix} 1\\ 2\\ 3\\ 4 \end{pmatrix}[/tex]

how do you approach this kind of questions ?

thanks !
Define a linear transformation $T:\mathbb{R}^3\rightarrow \mathbb{R}^4$ as $T(1,0,0)=(0,0,0,0), T(0,1,0)=(1,2,3,4), T(0,0,1)=(0,0,0,0)$. Find the matrix of $T$ with respect to the standard bases. That is one possible matrix for $A$.