Is this a valid thing to do, if P and R are both square matrices whose inverse exists?:
P * inverse( I + R*P )
=
inverse( inverse(P) + R )
Printable View
Is this a valid thing to do, if P and R are both square matrices whose inverse exists?:
P * inverse( I + R*P )
=
inverse( inverse(P) + R )
Sure:
Thank you. Thatpart was what I didn't know about.