Matrix/vector : (A-B)s = 0 does not imply A=B

  • Context: Graduate 
  • Thread starter Thread starter elgen
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the mathematical relationship between matrices and vectors, specifically addressing why the equation (A-B)s = 0 does not imply A = B. It highlights that when A is a non-zero linear operator, there exist non-invertible matrices that can yield a zero vector without the vector itself being zero. The example provided illustrates a projection matrix that confirms the presence of a NULL space, demonstrating that non-invertible matrices can lead to non-trivial solutions. The discussion concludes that the non-invertibility of certain linear operators is key to understanding this phenomenon.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly matrix operations
  • Familiarity with diagonal matrices and their properties
  • Knowledge of NULL spaces and their significance in linear transformations
  • Basic comprehension of invertible versus non-invertible matrices
NEXT STEPS
  • Explore the properties of non-invertible matrices in linear algebra
  • Study the concept of NULL spaces and their implications in vector spaces
  • Learn about projection matrices and their applications in various fields
  • Investigate the relationship between linear operators and their eigenvalues
USEFUL FOR

Mathematicians, students of linear algebra, and professionals working with matrix computations who seek a deeper understanding of linear operators and their properties.

elgen
Messages
63
Reaction score
5
Let s be a column vector and L be a diagonal matrix. Then

s^T L s L s = L s s^T L s

by noticing that s^TLs is a scalar.

However,

s^T L s L \neq L s s^T L.

Is there some mathematical explanation behind this? Thank you.

elgen
 
Physics news on Phys.org
Are you looking for a reason why Ax=0 doesn't imply x=0, when A is a non-zero linear operator and x a vector (or equivalently, when A is a m×n matrix and x an n×1 matrix)? One way of looking at it is that there are non-zero linear operators that aren't invertible. This is different from how real numbers behave, since every non-zero real number r has the multiplicative inverse 1/r. If A is invertible, we clearly have x=0. But we can easily find examples of non-invertible, non-zero A such that Ax=0 with x≠0.

\begin{pmatrix}0 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1\end{pmatrix}\begin{pmatrix}1 \\ 0\\ 0\end{pmatrix}=0

Here A projects onto the 23 plane, and x is in the 1 direction.
 
Thank you for replying my message, Fredrik. Even though it is not the expected answer, it does explain well the presence of the NULL space of the matrix A.

What has surprised me is that, let \alpha=s^TL s, the equality is really
\alpha Ls = L s \alpha.

Since
s^T L s Ls = L s s^T L s
we have
(s^T Ls L - L s s^T L)s = 0

This does not imply that s^T L s L = L s s^T L.
 
Right. I answered the question in the title (or rather, one that's easily seen to be completely equivalent to it), and the answer should explain the issue you brought up in the post (the one you're repeating now). If sTLsL-LssTL had been invertible, we would obviously have had s=0. The fact s≠0 is a possibility means that we have found an example (sTLsL-LssTL) of a non-zero, non-invertible linear operator.
 
Thank you for the discussion.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 31 ·
2
Replies
31
Views
2K