Question: Error, (in simplify/table) too many levels of recursion

I input

w := proc (x, theta, t) options operator, arrow; sin(m*Pi*x/L)*cos(n*theta)*exp(I*omega*t-I*g*x) end proc;l[1] := (D[`$`(1, 2)](w))(1, (1/3)*Pi, 2)+(1-sigma)*(D[`$`(2, 2)](w))(1, (1/3)*Pi, 2)/(2*R^2)-K*rho[C]*h*(D[`$`(3, 2)](w))(1, (1/3)*Pi, 2); L[1] := simplify(l[1]/exp((2*I)*omega-(1.326880917*10^14*I)*gg*kk))

and it shows

                                            Error, (in simplify/table) too many levels of recursion
 

that is why?

 

Please Wait...