Question: Not sure why this equation doesn't plot at all?

with(plots, implicitplot);

eqn := (1 + ln(x))/x = 0;

plot1 := implicitplot(eqn, x = -10 .. 10, y = -10 .. 10)

 

I'm trying to plot this equation, however no lines are showing up on the graph at all. Am I doing something wrong?

The interval I set seems to be correct, double checked it in other software

Please Wait...