Question: RootOf(_Z+h*tan(_Z)*b)

Hi all,

When I solved:

restart: mu:=solve(h*sin(mu*b)+mu*cos(mu*b)=0,mu,AllSolutions=true);

where b and h are constant, the solution is:

                                                                    mu := 1/b*RootOf(_Z+h*tan(_Z)*b)

I want to get the solution without RootOf ?

I used "allvalues" without any change in the result

Thanks

Please Wait...