Why Is (A^{T}A)^{-1}A^{T}=A^{-1}(A^{T})^{-1}A^{T}=A^{-1} Incorrect?

  • Thread starter Thread starter Yegor
  • Start date Start date
  • Tags Tags
    Matrices
AI Thread Summary
The discussion clarifies that the expression (A^{T}A)^{-1}A^{T} is not equal to A^{-1} due to the context of least squares approximation in inconsistent linear systems. While (AB)C = A(BC) and (BA)^{-1} = A^{-1}B^{-1} are valid for invertible matrices, the specific case of (A^{T}A)^{-1}A^{T} arises in scenarios where A is not necessarily invertible. The correct interpretation is that (A^{T}A)^{-1}A^{T} provides the best approximation for solutions to Ax = b, rather than directly inverting A. This distinction is crucial for understanding matrix operations in linear algebra.
Yegor
Messages
147
Reaction score
2
I know that for matrices A, B and C is correct to write: (AB)C=A(BC)
Also (BA)^{-1}=A^{-1}B^{-1}
Why (A^{T}A)^{-1}A^{T}=A^{-1}(A^{T})^{-1}A^{T}=A^{-1} is not correct?
 
Physics news on Phys.org
who says it is incorrect?
 
(BA)^{-1}=A^{-1}B^{-1}

Yes, provided A and B are both invertible matrices...
 
(A^{T}A)^{-1}A^{T} such expression comes in chapter about least squares aproximation.
e.g. if we have inconsistent linear system Ax=b, then x=(A^{T}A)^{-1}A^{T}b is best approximation. It is not equal to x=A^{-1}b
 
Oh, yes. Now i see. Thank you very much, Hurky!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top