I need to multiply two matrices one we call P type 1x4 another called Q type 4x1
I cannot find values that will give me an identity matrix as a result when I multiply PQ together.
Where zeros are not allowed.
I need to multiply two matrices one we call P type 1x4 another called Q type 4x1
I cannot find values that will give me an identity matrix as a result when I multiply PQ together.
Where zeros are not allowed.
Copyright © 2021 JogjaFile Inc.
Take $P=(1\;1\;1\;1)$ and $Q=\frac14^{\mathrm t\!}P$.