My approach,
$A$ AND $B$ are $n \times n$ matrices such that,
$BA=I$
Now,
We can write, $A = AI$
$A= A (BA)$
$A= (AB)A$
$A(I-AB)=0$
$I-AB =0$
Hence, $AB=I$
I don't feel like what I'm doing is the correct way to go. Please help ! Thanks in advance.