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.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top