Matrix multiplication - is this plausible?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
catsarebad
Messages
69
Reaction score
0
say X = (AB) (B-1 C)

B-1 = B inverse (B B-1 = B-1 B = I)

then can i write X = AC?

just having a brain fart moment. i would appreciate a speedy response, cheers.
 
Last edited:
Physics news on Phys.org
Simon Bridge said:
You mean:

##X=(AB)(B^{-1}C) = AC## ... you should be able to figure it out from the properties of matrix multiplication.

nah i just needed someone to verify that. thanks :)
 
The "properties of matrix multiplication" that Simon Bridge referred to that are needed here are specifically the "associative law" and the definition of "inverse", that [itex]BB^{-1}= I[/itex]

By the associative law, [itex](AB)(B^{-1}C)= A(BB^{-1})C[/itex] and then [itex]BB^{-1}= I[/itex] gives [itex]A(I)C= AC[/itex].
 
  • Like
Likes   Reactions: 1 person