Multiplication of an Identity Matrix by a Column

k8thegr8
Messages
3
Reaction score
0

Homework Statement


[/B]
This is a seemingly simple problem. All I have to do is multiply two matrices:

[ 1 0 ]
[ 0 1 ] (A)

and

[ 2 ]
[ 3 ] (B)

The Attempt at a Solution


[/B]
Because the matrix A has the same number of columns as matrix B has rows, and because matrix A is an identity matrix, I would expect the answer to just be matrix B. But the back of the book says the answer does not exist which boggles me. Can anyone share any useful insight?
 
Physics news on Phys.org
It's not clear from your problem statement whether you are supposed to calculate AB or BA. They're not the same calculation.
 
k8thegr8 said:

Homework Statement


[/B]
This is a seemingly simple problem. All I have to do is multiply two matrices:
Where is your problem statement? What is A? What is B? I can see you have the two-dimension identity matrix in your first product, but what is the significance of the vector <2, 3> in the second product? Without knowing anything about A and B and without a clear statement of the problem it's impossible to provide you with any help.
k8thegr8 said:
[ 1 0 ]
[ 0 1 ] (A)

and

[ 2 ]
[ 3 ] (B)

The Attempt at a Solution


[/B]
Because the matrix A has the same number of columns as matrix B has rows, and because matrix A is an identity matrix, I would expect the answer to just be matrix B. But the back of the book says the answer does not exist which boggles me. Can anyone share any useful insight?
What
 


If you have a 2x2 times a 2x1, this is okay and will yield a 2x1 matrix.
If you have a 2x1 times a 2x2, this does not work. The # of columns in your first matrix must equal the # of rows in your second. The 2x2 identity matrix can be right or left multiplied onto any other 2x2 matrices with the expected result, but other than that, you have to match your dimensions.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top