MATLAB: How to find the roots of x*tan(x)-5=0

roots

HoIw do find the roots to x*tan(x)-5=0?

Best Answer

Declare syms x and solve the equation using vpasolve() and fplot() to verify the roots.