Question: Solving system of equations as function of a parameter

I'm analyzing the following system: Delta[s] := phi*p*(1-exp(-n))-rho*s Delta[p] := xi*(1-exp(-s))*(Lambda-p)-p Delta[n] := mu*Lambda*p*(1-exp(-n))-omega*n I can find solutions with fsolve. Now I'd like to plot the solutions as a function of Lambda. How would I do that? I've tried using f:=Lambda->fsolve(...) without luck. Any help appreciated. [Sorry, no worksheet. File size is 40.3 kb and it looks like there is a 40 kb limit on uploads...]
Please Wait...