PhyHunter
- 47
- 0
Can we divide two vector ? If we can't why
Vectors cannot be divided in the same way as numbers due to the lack of a unique result from vector division operations. The discussion highlights that while operations like the dot product and cross product exist, they do not yield a one-to-one correspondence necessary for defining division. Instead, vector operations are typically defined within the context of vector spaces, where division is not a canonical operation. The conversation also touches on the concept of pointwise multiplication of vectors, but emphasizes that this does not equate to division.
PREREQUISITESMathematicians, physics students, and anyone interested in advanced vector mathematics and the principles of linear algebra and Functional Analysis.
divison when [tex said:d,e,f\neq 0[/tex] :
(a,b,c)/(d,e,f)=(a/d,b/e,c/f)
Obviously, you will see this popping up in Functional Analysis, which is a generalization of linear algebra.
PhyHunter said:How do you prove it ?
MathematicalPhysicist said:Obviously, you will see this popping up in Functional Analysis, which is a generalization of linear algebra.
Well, you can check the subject of Banach Algebras, I first encoutered this subject in the second course in Functional analysis which was given at my school.
PhyHunter said:Can I say something.In matrices (2x1)/(2x1)=(2x2) we can say this because If we want to control that we must multiply (2x2)x(2x1) and we get (2x1) so I understand that a/b question's answer is two vector system.Can we say this ?
(HERE a and b vector) and (2x1) or (2x2) is matrices)
( (2x1) matrice symbolize vector)
In words: the product of a 2 x 2 matrix and a 2 x 1 matrix is a 2 x 1 matrix.PhyHunter said:Sure,we symbolize vector in matrix (2x1) so If we try divide two vectors in matrix system, (2x1)/(2x1) we get (2x2) so if we want control this,we will multiply (2x2)x(2x1) and we get (2x1)
(2x1) is one vector (2x2) is two vector system
(2x2)x(2x1)=(2x1)
I don't see how this makes sense. Matrix multiplication is defined if the multiplication is conformable. IOW, AB makes sense if the number of columns of A is the same as the number of rows of B.PhyHunter said:so we can say
(2x1)/(2x1)=(2x2)
PhyHunter said:If we want write this in vector system
pointwise of vectors
(a,b)/(c,d)=((a/c,0),(0,b/d))
or a/b=((c,d))
(a,b,c,d) vectors