| Author |
Comment/Response |
Steven R. Miller
|
03/15/99 05:45am
I have a system of equations common in my field of study that I am applying to Mathematica. The system is a functional system and analysed in functional notation. Problem is I am stuck on the first equation. Abreviated the identity equations are entered as follows; Con:=c[y,r]
Inv:=I[y,r]
Gov=G.
The equilibruim condition is as follows;
y:=Con+Inv+G.
This is the equation giving me a recursive error. Furthermore, my next step will be to take a total differential in hopes of obtaining a result in the following form;
dy=c'dy+c'dr+I'dy+I'dr+dG.
How do I avoid recursive errors with this equation?
Thanx;
Steven R. Miller
URL: , |
|