Recent content by phil0stine

  1. P

    Non-Convex Coordinate Transform Problem Rotating Frame

    I am sure this is not the best description of the problem, so let me know how I can clarify. Say there are 2 coordinate systems, with one orbiting around the other. Call one fixed ƒ and the other rotating ρ. The goal is to find the transform between the two frames. What's known is 1) A...
  2. P

    Solve Nonlinear System of Equations

    I think I have it, I cannot solve the system without an additional set of constraints.
  3. P

    Solve Nonlinear System of Equations

    Hi, I have a set of vectors that I would like to solve for in a nonlinear system of equations. I have tried to use scipy.fsolve to solve the system, but without success. I believe the problem is that scipy expects the same number of inputs as outputs. I have a 12x1 input vector, but I can...
  4. P

    Coordinate System Transformations

    Clean and simple, with the added bonus of triggering a very faint memory of learning that once. Thanks so much for clearing it up, this is what I need for my application.
  5. P

    Coordinate System Transformations

    Lets say I have Coordinate Frame's A and B. and... I have the coordinates of the 3 principle axes of B in terms of Frame A, So for a simple example, a rotation of +pi/2 about the z axis of A would yield the following mapping of the xyz axes of B in terms of Frame A: XA -> -YB YA -> XB ZA ->...
Back
Top