You are not logged in.
Pages: 1
Given is the matrix equation
X-XV=U-X(U-V)
(a) Determine matrix X
(b) Compute X when
4 3 1
3 2 -1 ---> U
8 5 3
2 1 1
0 1 -2 ---> V
2 1 2
Offline
hi vanilla,
Welcome to the forum.
X - XV = U -X(U-V) = U - XU + XV
X - 2XV + XU = X(I - 2V + U) = U
X = U(I - 2V + U)-¹
So compute that bracket, find its inverse, and do U times that inverse, maintaining that order.
Hope that helps,
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Hi vanilla
If you want to check your solution, this is what I'm coming up with:
Last edited by anonimnystefy (2014-02-14 02:27:16)
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Hi vanilla
If you want to check your solution, this is what I'm coming up with:
Thank you very much! It was an exercise from an exam. Indeed, I got the same result, but some colleagues with whom I spoke said that they have different determinants. Some got -3, others -6 or -7. They determined the same matrix X. That is why I was shocked because I got determinant -2 and recalculated the matrix several times since then. It is such a relief now! Thank you once again!!!
Last edited by vanilla (2014-02-14 04:43:19)
Offline
hi vanilla,
Welcome to the forum.
X - XV = U -X(U-V) = U - XU + XV
X - 2XV + XU = X(I - 2V + U) = U
X = U(I - 2V + U)-¹
So compute that bracket, find its inverse, and do U times that inverse, maintaining that order.
Hope that helps,
Bob
Thank you very much!
Offline
Pages: 1