You are not logged in.
Hi;
First thing I notice is the new warning about the flash player.
It is funny about the known bug. That is just y = x and should graph as a straight line. Mathematica will graph it like that, Geogebra too, but other graphers like this one have the same problem.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
First thing I notice is the new warning about the flash player.
What warning?
It is funny about the known bug. That is just y = x and should graph as a straight line. Mathematica will graph it like that, Geogebra too, but other graphers like this one have the same problem
Mathematica and Geogebra may do something analytical with the equation first.
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline
Hi;
This warning is new on mine:
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Is that because you have Flash disabled?
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline
Yes, when I enable it everything works as it should.
You might consider a Newton type iteration to find your points instead of a change of sign.
The differentiations would be done numerically and there would be no algebraic manipulations. You could use it when the sign change algorithm you are using failed to find a point.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Breakthrough!
Was finally able to get Newton-Raphson to work.
Latest version (v0.90) now posted: Implicit Equation Grapher
You can still access the old algorithm (called "SignChange").
The "extra lines" seem to have gone, and (x-y)^2=0 works now.
Would really appreciate everyone testing it (try different functions) to make sure it does the best it can.
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline
Did you see post #80? And they say telepathy is kaboobly doo!
I will look at it now, but you probably sensed that already.
Runs really nice and quick. Worked on all of mine. I especially liked this one (x - y)^2 + x^2 = 0.
There is one weird effect I am getting.
When I plot this exp(x-y)=0 which should have no solution among the Reals. I get an empty graph but when I hit 2x or 10x I get a surprise.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I started working on this recently because I wanted to improve it.
I knew that Newton was a possible approach but wasn't convinced. So I started off to see if I could find the slope at any point ... hence the "shaded" plot types. Once I mastered slope I knew it was but a few small steps to Newton.
I was pleasantly surprised by the results, but it was very slow. After some work I was able to speed it up and you see the results.
You and some others over the past 2 years have suggested Newton to me, it just took a while for me to get around to it
exp(x-y)=0 seems to suffer under the Newton algorithm, values below around exp(-7.5)=5.5e-4 lead to Newton heading towards zero. I will investigate.
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline
I use the grapher and it is a good tool. Thanks for writing it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
You are welcome, bobby
... Maybe the ability to graph 2 or more equations.
You asked for it, and I have (I hope) managed to do it in the new v0.91 Implicit Equation Grapher
It is quite fun to overlay plots and find similarities between them.
Let me know if it doesn't behave nicely.
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline
Hi MIF;
Thanks for the new feature. It is working well.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
The thing I noticed about Sign Change is that, when I plot y=ceil(x), for example, extra lines appear.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline