Question: solve _C1*sin(lambda*L)

Hi,

When I solve this equation

Y(lambda):=_C1*sin(lambda*L);

solve(Y(lambda)=0,lambda);

Where _C1 and L are constants, I get 0.

But the solution of this equation which is easy is lambda=n*Pi/L where n=1,2,3,...

Why?

Thanks

Please Wait...