Recent content by noize11
-
N
Undergrad 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...- noize11
- Post #3
- Forum: Beyond the Standard Models
-
N
Undergrad 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]...- noize11
- Thread
- Function Physics Recursive function
- Replies: 6
- Forum: Beyond the Standard Models