User Portlet User Portlet

Discussions
And one more way with the discrete form. This relies on solving the linear system for stasis. (But this does not guarantee the stasis point will be reached.) In[12]:= Solve[{-0.3 fb + 0.2 tw == 0, 0.3 fb - 0.2 tw == 0, tw == 1}] ...