I’m trying to learn how to do a hill cipher encryption / decryption by hand. For decryption, I calculate the derterminant, but when I need to invert it, I don't understand how I can get it ... I follow this example:

How did he get the 9 ??? for me you calculate something like 0,33333 mod 26 ...
I tried another example with a determinant 21 but no good result. Can I have a explanation about it
Thank you very much !
All that he is saying is that $3\times9\equiv1\pmod{26}$, which is true, since $3\times9=27=26+1$.