Recent content by Lonely Lemon

  1. L

    Index Notation and Kronecker Delta

    It's the identity matrix, but \delta_{rn} could be either 0 or 1 depending on if r=n or r=/=n... EDIT r=/=n
  2. L

    Index Notation and Kronecker Delta

    There's nothing special about C, the exercise is to just get us used to index notation and what it means I think but I'm struggling a bit. The next question is: A_{ij}B_{nk}C_{rs}\delta_{jr}\delta_{sn}\delta_{ik} but I can't do that until I figure out how to work with delta above...
  3. L

    Index Notation and Kronecker Delta

    Homework Statement Simplify the following expressions involving the Kronecker delta in N dimensions. Where possible, write the final result without indices. C_{ns}\delta_{rn} Homework Equations The Attempt at a Solution I know Kronecker delta is symmetric but that doesn't seem to help. Is...
  4. L

    Determinants as Area or Volume

    I assume so, that's the problem posed word for word. T: R3-->R3 is the linear transformation determined by a 3x3 matrix A, and S is the a parallelepiped in R3, so the vectors define both?
  5. L

    Determinants as Area or Volume

    Homework Statement If S is a parallelepiped determined by v1=(1, 1, 0) and v2= (3, 2, 1) and v3=(6, 1, 2) and T: R3--> R3 by T(x)=Ax, find the volume of T(S) Homework Equations {volume of T(S)}=|det A|.{volume of S} The Attempt at a Solution A is [v1 v2 v3] and the |A| = 9 by my...
  6. L

    Transforming Triangles with ABC Matrix

    Ah, you're right! My textual representation did read [0 -2 -4] as a column, but if I do transpose the matrix I end up with the correct linear transformation. I can see how the answer comes about now, but I still don't see why I need to transpose my transformation matrix? Can you explain?
  7. L

    Transforming Triangles with ABC Matrix

    That's still not giving me the correct result... If I go [0 -2 -4; -2 0 2; 0 0 1][0 0 1] for example [0 0 1] just shoots back out again, which can't be right when there is a translation involved
  8. L

    Transforming Triangles with ABC Matrix

    I did that, my homogeneous vector matrix for the triangle is, call it P: P = [0 0 1; 1 2 1; 2 3 1] But if I multiply the ABC matrix by P such that I get [0 -2 -4; 2 0 2; 0 0 1][0 0 1; 1 2 1; 2 3 1] I end up with [0 0 1; -4 -2 1; -6 -4 -1] which is patently wrong...
  9. L

    Transforming Triangles with ABC Matrix

    Homework Statement Write down 3x3 matrices A, B, C such that when the vectors in R2 are expressed in homogeneous coordinates, the product ABC first translates vectors by (-1, 2), then reflects them about the line y=-x and finally scales them by 2. using your matrix ABC, determine the image...
  10. L

    Proving the Dot Product of Orthonormal Vectors in a Matrix

    Oh, then we have (x^T)(y)=x.y I didn't realize you could break up the dot product components and just multiply them together
  11. L

    Proving the Dot Product of Orthonormal Vectors in a Matrix

    Okay, I get this far: (Ux).(Uy)=(x^T)(U^T).(y^T)(U^T) It's like drawing blood from a stone - I get stuck at every step...
  12. L

    Proving the Dot Product of Orthonormal Vectors in a Matrix

    I know that if U is orthogonal then (U^T)(U)=I, and by the Invertible Matrix Theorgem U inverse = U transpose?
  13. L

    Proving the Dot Product of Orthonormal Vectors in a Matrix

    Homework Statement Let U be an mxn matrix with orthonormal columns, and let x and y be in R^n. Prove (Ux).(Uy)=x.y Homework Equations I know ||Ux||^2=(Ux)^T(Ux) The Attempt at a Solution I just have no idea...
  14. L

    Matrix Algebra Inverse Matrix Question

    Never mind! Click! Just figured out I should have been going (I-A)(I-A)=... Thanks for the help
  15. L

    Matrix Algebra Inverse Matrix Question

    If I do that, I get to option C That is (I-A)(I-A)^-1=(I-A)/(I-A)=I which seems correct, but the answer is apparently E. I+A+A^2 *EDIT: Meant I+A+A^2
Back
Top