MajorMax

10 Reputation

One Badge

4 years, 241 days

MaplePrimes Activity


These are questions asked by MajorMax

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

Here is my code (will attach a screenshot below with the errors, since the formatting gets wonky if I try to paste it as text)

What might be the problem here? I seem to have proc and end proc, but Maple seems to be dividing my code into two sections, and evaluating them separately

https://imgur.com/a/npbF9NG

Page 1 of 1