Tips and Tricks
Tags |
---|
Common mistakes
Don’t look at a diagram with joints and assume that the joints will be frozen; ALWAYS come back to the frames of reference. That’s all you know.
Multivar review
- can be split, but you can’t just remove the integral. Remember that still can be non-1 if the bounds are not unitary
Math review
- cross product:
- is the arctan of the triangle with in the y direction and extending in the x direction. Note that this is not the traditional arctan which has symmetry around the sign. Here, you get a distinct answer for every angle in .
- what if are both divided by zero? This is still bad; you can’t feed in something divided by zero
- derivative of WRT is just .
- Determinant of a 3x3 matrix:
- you can transpose a matrix and get the same determinant
- You can expand based on column or row
- If you swap a column, the determinant is negated (same for rows)