Hello can you please help me how to write correctly in Wolfram Cloud this system of equations(Wolfram just does not see it as a system of equations)
{Limit[l[n][u[n]],u[n]->0]==0,Limit[p[n][h[n]],h[n]->0]==0,v[n]==v[n-1]+x[n-1],v[n]==u[n]*k,t[n]==t[n-1]+y[n-1],t[n]==h[n]*k,s[n]==s[n-1],s[n]==v[n]*t[n],v[n]==u[n]*k,t[n]==h[n]*k,v[n]==l[n][u[n]],t[n]==p[n][h[n]],g[n][h[n]]==k,Limit[((g[n][h[n]+m]-g[n][h[n]])/m),m->0] ==0,k==MaxValue[g[n][h[n]],h[n]]}
Thank you very much!
0 Answer(s)