Finding a 3x3 Matrix D that Satisfies a Given Equation

  • Thread starter Thread starter Divergent13
  • Start date Start date
  • Tags Tags
    3x3 Matrix
AI Thread Summary
The discussion revolves around finding a 3x3 matrix D that satisfies the equation ADA^{-1} = [[1,0,0],[1,0,0],[1,0,0]], given the matrix A and its inverse A^{-1}. The user expresses confusion about how to manipulate the equation to isolate D, particularly regarding the order of matrix multiplication. A suggested approach involves multiplying both sides of the equation by A^{-1} on the left and A on the right, which leads to the expression D = A^{-1}[[1,0,0],[1,0,0],[1,0,0]]A. The user acknowledges their misunderstanding and seeks clarification on the steps involved in this matrix operation. The conversation highlights the importance of understanding matrix multiplication order and properties in solving such problems.
Divergent13
Messages
48
Reaction score
0
Hello everyone the following problem has me completely stumped, I am to find a certain 3x3 matrix D that satisfies the following equation:

ADA^{-1} = \left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)

where :

A = \left(\begin{array}{ccc}1&2&3\\0&1&1\\0&2&1\end{array}\right)

A^{-1} = \left(\begin{array}{ccc}1&-4&1\\0&-1&1\\0&2&-1\end{array}\right)

Heres my reasoning (or lack thereof), I know that AA^{-1} will yield the identity matrix I3, however clearly the D I am looking for is WITHIN this operation, and by matrix multiplication i cannot use this fact since the order is now completely different. But what I do know is how to find the inverse of A, but what property can I use for finding a 3x3 matrix? You see this would be simpler if they were happening to look for a 3x1 matrix D where I could use row operations in gauss jordan elimination to solve for the particular values, however I did not find any examples of this problem in the book--- where I am given an unknown nxn matrix to find and a certain operation that it must adhere to.

I could i solve this one? I have been understanding everything up to this point but i am clearly not understanding some simple rule--- thanks a lot for your help.
 
Last edited:
Physics news on Phys.org
Multiply both sides on the left by A inverse, then multiply both sides on the right by A...then D is on the left and you can expand out the other to find what D is.
 
Last edited:
Wait what do you mean by expanding out the other? What does both sides on the left mean? Like A and D? Thanks.
 
btw i really apologize for the stupid thread title... i was ctually testing out my TeX format and accidentally posted with a wrong name--- id change it if i could but i cannot!
 
lol...its ok :)

EDIT: changed to tex

ADA^{-1}=\left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)

A^{-1}\left(ADA^{-1}=\left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)\right)

A^{-1}ADA^{-1}=A^{-1}\left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)

DA^{-1}=A^{-1}\left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)

\left(DA^{-1}=A^{-1}\left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)\right)A

DA^{-1}A=A^{-1}\left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)A

D=A^{-1}\left(\begin{array}{ccc}1&0&0\\1&0&0\\1&0&0\end{array}\right)A
 
Last edited:
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...

Similar threads

Back
Top