Solving Matrix Equations: k Values and Matrix Multiplication

AI Thread Summary
The discussion centers on solving matrix equations involving k values and matrix multiplication. For the first question, the determinant of the matrix must equal zero, leading to the corrected equation k^2 - 7k - 8 = 0 for determining k values. In the second question, the participants confirm that the multiplication of matrices must adhere to specific order rules, with parts a) and b) being correctly identified as defined. However, part c) raises confusion regarding matrix addition, which requires matrices to have the same dimensions. Clarifications on the mistakes in calculations and the rules for matrix operations are provided to assist in understanding.
dagg3r
Messages
66
Reaction score
0
hi all just got stuck on these questions on matrices just wondering if anyone can help me out thanks


1. For which values of k is the folowing equation satisfied?

|3-k 5 |
= 0
|4 4-k |

its all in a matrix. I am thinking it is the determinant =0 so
(3-k)(4-k) - 20 = 0

12-7k-k^2 - 20 = 0
-k^2-7k-44=0
then we solve for k? that's out ans?

2. IF A is a matrix or order 2x1, B is 2x3 and C is 3x3 which of the folowing is defined?
a) ABC
b) AT B ( a is transposed * B)
c) BCT + AT (B*Ctransposed + Atransposed)

well i know a) cannot be defined since when you multiply matrices must be the order ie 2x1 * 1x3 etc but won't work

b) can be defined

c) confused since adding matrices not sure how that works.

please reply

thanks
 
Physics news on Phys.org
Question 1:
The question askes for what k that make Det(A) = 0. A is the matrix the problem gives.
Yes. That's correct, but it should read : k^2 -7k - 8 = 0.
Question 2:
a, and b you got it right. For c, A + B is defined iff they have the same dimensions (same number of rows and columns).
Viet Dao,
 
Last edited:
This part is right:

(3-k)(4-k) - 20 = 0

but from there, you said:

12-7k-k^2 - 20 = 0
-k^2-7k-44=0

which is wrong. The mistakes are in red. For the second question, part c), do you know how to add matrices, and what rules there are for adding matrices? Matrices must have the same dimension to be added.

EDIT : Sorry, I see VietDao has already said pretty much what I've said. However, he gave you the equation for part 1, but I'm adding some information by telling you where the mistakes are, so hopefully this helps too.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top