Struggling to code a Lotka-Volterra model , I keep getting the recursion exceeded error message.
Thanks, will try this.
I would avoid using subscripts in function names. Try replacing Subscript[U, 1], Subscript[U, 2] with u1,u2.
Subscript[U, 1], Subscript[U, 2]
u1,u2