Recent content by noize11

  1. N

    Recursive function in a physics equation

    Something more along these lines: v(t) = 3 * v(t) Obviously this equation cannot be solved as there is no terminating condition specified. Trying to solve this when t=1 for instance gives: v(1) = 3* (3* (3 * (3 * (3* ...)))) I have a structure that relies on this form of...
  2. N

    Recursive function in a physics equation

    Hoping someone can point out an example of a recursive function in a physics equation. If this is not a valid step that would be great to hear about too. Also if anyone has even tried to introduce such an equation in the past or how it might be represented. [I'm not the best student of maths]...
Back
Top