01:32 -!- Prax01D(n=Prax01D@tor58-10-92-146.dynamic.rogerstelecom.net) has joined #maxima 03:58 -!- rtoym(n=chatzill@user-0c8hpll.cable.mindspring.com) has joined #maxima 06:32 -!- Prax01D(n=Prax01D@tor58-10-92-219.dynamic.rogerstelecom.net) has joined #maxima 07:32 -!- Prax01D(n=Prax01D@tor58-7-82-58.dynamic.rogerstelecom.net) has joined #maxima 10:15 rtoym_: Thanks, I have the gnuplot postscript output required now. 10:20 One plot ends prematurely, (((n+1)^(n+1))/n^n)-(n^n/(n-1)^(n-1)),[n,1.001,350],[y,0,3] at n=140 xrange is set to 350, Anybody have any Ideas? 12:38 -!- scorpiAway(n=scorpi@164.15.10.67) has joined #maxima 12:38 -!- shavengerAway(n=sha@swarm.ulb.ac.be) has joined #maxima 12:50 my suspicion is that storage space runs out for numbers when n gets bigger, would 350^350 be a difficult number for maxima to handle without special tuning? 13:07 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 13:31 floundering: Overflow probably? 140^140 is pretty close to the largest double-float. 13:31 -!- Prax01D(n=Prax01D@149.99.86.98) has joined #maxima 13:44 rtoym: Thanks, perhaps the school included this to demonstrate a point, perhaps? 13:45 Could be. Hard to say. 18:14 -!- rtoym(n=chatzill@user-0c8hpll.cable.mindspring.com) has joined #maxima 20:29 -!- Prax01D(n=Prax01D@149.99.89.52) has joined #maxima 21:47 -!- thorat(n=doddi@194-144-13-100.du.xdsl.is) has joined #maxima 21:47 is there a maxima bot? 22:20 -!- thorat(n=doddi@194-144-13-100.du.xdsl.is) has joined #maxima 22:20 -!- Prax01D(n=Prax01D@149.99.89.52) has joined #maxima 22:20 -!- rtoym(n=chatzill@user-0c8hpll.cable.mindspring.com) has joined #maxima 22:20 -!- shavengerAway(n=sha@swarm.ulb.ac.be) has joined #maxima 22:20 -!- scorpiAway(n=scorpi@164.15.10.67) has joined #maxima 22:22 -!- thorat(n=doddi@194-144-13-100.du.xdsl.is) has left #maxima 22:32 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 22:48 -!- Prax01D(n=Prax01D@149.99.99.23) has joined #maxima 23:29 -!- dn4(i=werdnAA@cpe-24-26-249-179.satx.res.rr.com) has joined #maxima 23:29 hello 23:32 when I do 23:32 diff (sqrt(1*x)) 23:32 I get 23:32 del(x)/(2*sqrt(x)) 23:32 what does the del part mean? 23:35 when I do diff (sqrt(1*x)) in maxima I get del(x)/(2*sqrt(x)); What does the del mean? 23:38 del(x) is the differential of variable x, because you didn't provide which variable you want diff to work on. 23:38 Try diff(sqrt(x), x); to get the result you want. 23:43 ohhhhh 23:44 hmm 23:45 -!- trebor_home(n=trebor@L020d.l.pppool.de) has joined #maxima