Recent content by nmf77

  1. N

    How can I calculate the amount of paint needed?

    number of pieces * area * thickness gives you the volume of paint in cubic metres. Multiply this answer by 1000 to convert to litres and you have your answer. I didn't understand your last step. I think the area you calculated for each piece may also be wrong ... 0.58 * 0.73 = 0.423 sq...
  2. N

    What is Common Core 32 -12 and how can I solve it?

    the subtraction 'method' looks like hard work to me! Starting with 12, if you add, in succession, the numbers 3,5,10 and 2, you reach a total of 32. Hence the answer to 32-12 is equal to the sum of those numbers - 20. The choice of numbers to add seems somewhat arbitrary, save for the fact...
  3. N

    A question about the cross product as related to matrix multiplication

    true, unless you form a skew symmetric matrix from a vector, which is a common way to compute cross products
  4. N

    Can someone help me calculate time to arrival based on position and velocity?

    Are you trying to find the acceleration/deceleration profile that minimises the time of travel, or are there some other constraints perhaps?
  5. N

    What is the meaning of a measurement expressed as 2.0 cm -/+ 0.05 cm?

    I think of the +/- as the uncertainty in the measurement in a statistical sense. This may be a subtlety different view to that posted above. I don't interpret those bounds as definitely encompassing the 'true measurement'. Usually I'd take it to mean that there's a 68% chance (1 sigma) that...
  6. N

    Gyroscope Measurement and Angular Rates

    Thank you DH, that's a very comprehensive answer that will take me some time to digest. I'll start tomorrow! Many thanks
  7. N

    Gyroscope Measurement and Angular Rates

    Hi DH hope you don't mind me resurrecting this thread but something you posted caught my interest. I work in this field but like many of my colleagues my knowledge is practical rather than deeply rooted in the mathematical background. I know about the practical issues with using quaternion...
  8. N

    Calculated Pitch, Yaw, Roll of vectors in a plane

    This link may help ... http://en.wikipedia.org/wiki/Euler_angles I'm sure the PF contributors can cover this topic perfectly well, but you may also want to look further afield. This question crops up all the time in the field of navigation, so resources related to that area may also shed some...
  9. N

    Solving for a variable, transposing equation

    something worries me slightly about your original equation ... I'm not sure it looks sensible in terms of dimensions/units. You have one term on the left (acceleration), and three terms on the right. The third term on the right is velocity I think, which obviously is dimensionally different to...
  10. N

    Interpreting a graph of lab data.

    is there a specific question you need to answer in respect of this data, or is it just a commentary you're after? Questions I'd be asking / thinking about would include the following; 1. Are you actively controlling the pressure variable during data gathering, or are these just measurements of...
  11. N

    How Can I Apply a Quaternion Rotation on a Local Axis After an Initial Rotation?

    I assume that the rotations around X and Y will be achieved by applying by two separate quaternion increments, call them QX and QY. Assuming this is the case I think you need to proceed as follows; 1. apply the QX rotation to Q1, call the result R1. 2. apply the QX rotation to the QY rotation...
  12. N

    Modified least squares fitting?

    Hi, thanks for the reply. I'm using a Matlab script. I wrote the script but it's a straight lift from textbook least squares in matrix form. Basically it's this; observations are in vector b, A is the 'design matrix' and x is the vector of fitting variables. So b = Ax + v (v contains the...
  13. N

    Modified least squares fitting?

    Hi, I wonder if someone could give me some guidance on this problem please. I'm not a mathematician and I'm not even sure what the title of this problem should be - curve fitting, regression, function minimization? It started with something fairly simple, least squares fitting with 3...
Back
Top