Is this possible or am I dumb - Solving for u

  • Context: Undergrad 
  • Thread starter Thread starter Skatch
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Skatch
Messages
18
Reaction score
0
I've got something like
[tex]u + LuL^T = v[/tex]
and I want to write it like
[tex]u = B_1 v B_2[/tex]
for some B_1 and B_2. Assume L is nice and invertible.

Is this impossible or am I just not seeing it? This is making me feel dumb. Too much programming and its getting late.
 
Physics news on Phys.org
I assume all the letters you wrote are n x n matrices...

Try multiplicating the first u on the left by LL^-1 and on the right by (LL^-1)^T, then collect terms...