Llubanipo
2022-06-25
Trey Ross
Beginner2022-06-26Added 30 answers
You are combining two distinct concepts. In the generic case, given two matrices A,B, it is true that the order in which you list them before multiplying them matters - you wouldn't anticipate AB=BA to be true in the absence of additional information. Technically speaking, matrix multiplication might not be commutative.
When you have 3 or more matrices we can talk about a different kind of "order". If you multiply the three matrices to get the product ABC the question arises whether this means you multiply A and B to get another matrix X and then multiply X and C. Or should you multiply B and C to get another matrix Y and then multiply A and Y. The fact is, out of those two possibilities you always get the same result. It is in this sense that the "order doesn't matter" which you are talking about. The technical name for this is that matrix multiplication is associative.
An object moving in the xy-plane is acted on by a conservative force described by the potential energy function
I need to find a unique description of Nul A, namely by listing the vectors that measure the null space
T must be a linear transformation, we assume. Can u find the T standard matrix.
?Find a nonzero vector orthogonal to the plane through the points P, Q, and R. and area of the triangle PQR
Consider the points below
P(1,0,1) , Q(-2,1,4) , R(7,2,7).
a) Find a nonzero vector orthogonal to the plane through the points P,Q and R.
b) Find the area of the triangle PQR.
Consider two vectors A=3i - 1j and B = - i - 5j, how do you calculate A - B?
Let vectors A=(1,0,-3) ,B=(-2,5,1) and C=(3,1,1), how do you calculate 2A-3(B-C)?
What is the projection of onto ?
What is the dot product of and ?
Which of the following is not a vector quantity?
A)Weight;
B)Nuclear spin;
C)Momentum;
D)Potential energy
How to find all unit vectors normal to the plane which contains the points , and ?
What is a rank matrix?
How to find unit vector perpendicular to plane: 6x-2y+3z+8=0?
Can we say that a zero matrix is invertible?
How do I find the sum of three vectors?
How do I find the vertical component of a vector?