Hi I am trying to determine the equilibrium points in terms of the nondimensional parameters. the following is the non dimensionalised system:
f[u_, v_] := u (1 - u + (-1 + E^(-u \[Alpha])) v)
g[u_, v_] := v (\[Beta] - E^(-u \[Alpha]) \[Beta] - \[Gamma])
I used the following codes to determine the equilibrium points :
equilibrio = Solve[{f[u, v] == 0, g[u, v] == 0}, {u, v}]
And i get the following error:
'' This system cannot be solved with the methods available to Solve. ''
how can i get the equilibrium points? Please leave your thoughts Thanks Jo