dy[5]=-GM_S*yt[4]/Math.pow(dum2,3.0)-GM_J*(yt[4]-yt[0])/Math.pow(dum3,3.0);by
dy[5]=-GM_S*yt[4]*(1.0/Math.pow(dum2,3.0)+A/Math.pow(dum2,4.0));Similarly replace the line
dy[7]=-GM_S*yt[6]/Math.pow(dum2,3.0)-GM_J*(yt[6]-yt[2])/Math.pow(dum3,3.0);by
dy[7]=-GM_S*yt[6]*(1.0/Math.pow(dum2,3.0)+A/Math.pow(dum2,4.0));
< applet code=ThreeBody.class width=300 height=300 > < /applet >Set the file permissions on the .class and .html files and point Netscape at this applet. Sketch the orbit you see. This precession of the orbit due to Einstein's theory can even be seen in the Solar System -- the calculated precession of Mercury agrees perfectly with the predictions of General Relativity and was one of the early successes of the theory.