richard ag
unread,Apr 26, 2012, 5:30:17 AM4/26/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I am new to Mathematica and need to solve urgently a system of two
nonlinear difference equations that takes the following form:
x(n) = f[z(n)],
z(n+1) = g[z(n), z(n)],
where where n is time f[] and g[] are nonlinear functional forms.
An obvious solution is to substitute out for x(n) from the first
equation in the second and solve a single equation in m(n), using
RSOLVE.
However, I would prefer to learn how to solve the two equations
simultaneously.
If anybody can direct me to some existing code, I would be most
grateful.
R