I have been going though some matrix multiplication problem and there I faced this kind of problem where I am trying to show the whole multiplication form in the next line of H.S.T.H.zero // MatrixForm but it's not working and I have to put all the matrix elements manually.
zero = {{1}, {0}} // MatrixForm
H = 1/sqrt[2] {{1, 1}, {1, -1}} // MatrixForm
S = {{1, 0}, {0, I}} // MatrixForm
T = {{1, 0}, {0 , E^(I Pi/4)}} // MatrixForm
H.S.T.H.zero // MatrixForm
If there any way to solve this please let me know! I would be very greatful.





