02:37 -!- Prax01D(n=Prax01D@tor58-23b-95-92.dynamic.rogerstelecom.net) has joined #maxima 04:25 -!- lisppaste4(n=lisppast@common-lisp.net) has joined #maxima 06:34 -!- stw(n=stw@e176188122.adsl.alicedsl.de) has joined #maxima 06:36 -!- stw_(n=stw@e176188122.adsl.alicedsl.de) has joined #maxima 08:38 -!- Prax01D(n=Prax01D@tor58-5-76-130.dynamic.rogerstelecom.net) has joined #maxima 11:53 -!- szymon(n=szymon@cab23.neoplus.adsl.tpnet.pl) has joined #maxima 14:39 -!- Prax01D(n=Prax01D@tor58-7-82-121.dynamic.rogerstelecom.net) has joined #maxima 15:11 -!- Beererde(n=Beererde@unaffiliated/beererde) has joined #maxima 15:12 hi. what does %r1, %r2, ... mean? 15:25 Beererde: where? 15:26 lindi-: as result of a solve() call: [[x = %r5, y = 0], [x = 0, y = %r6], ... 15:26 Beererde: a free variable i guess 15:26 lindi-: ah ok, so some real number? 15:26 yep 15:27 ok thanks :) 16:43 -!- cunzhang(n=apzc2529@218.7.43.195) has joined #maxima 16:48 hi,use plot3d to plot 3d drawing, how to set the 3-axis range? 16:50 doesn't seem to be supported :/ 16:50 cunzhang: you could define your function so that it only has values within some range 16:51 lindi-: how to define it? 16:51 lindi-: gnuplot can do this ? 16:51 http://www.walkingrandomly.com/?p=19 16:51 lindi-: I hope to draw this picture 16:52 so funny 16:53 -!- szymon_(n=szymon@cbu31.neoplus.adsl.tpnet.pl) has joined #maxima 16:53 hmm 16:54 -!- HaraldG(n=rldprog@g4v1.g4.wien.funkfeuer.at) has joined #maxima 16:56 -!- Neo__(n=chatzill@83.238.144.118) has joined #maxima 16:59 cunzhang: plot3d('(if (f(x,y) > 0.5) then 0.5 else f(x,y)),[x,1,4],[y,1,4]); 16:59 cunzhang: would plot anything over 0.5 as 0.5 16:59 lindi-: thank you 16:59 :) 17:04 lindi-: get it! 17:04 plot3d('(if (f(x,y) > 0.001) then 0.001 else if (f(x,y)<0) then 0 else f(x,y)),[x,-3,3],[y,-5,5]) 17:04 lindi-: try this command in maxima :) 17:04 with what f? 17:05 sorry 17:05 f(x,y):=exp(-x^2-y^2/2)*cos(4*x)+exp(-3*((x+0.5)^2+y^2/2)) 17:05 :) 17:05 will plot "HI" :) 17:06 but the effect is not good 17:11 lindi-: thank you for your help. 17:11 I'm going to sleep ^_^ goodbye 17:17 -!- szymon(n=szymon@cak138.neoplus.adsl.tpnet.pl) has joined #maxima 17:40 how do i compose the moebius-transform so that h(0)=-1, h(1)=-i and h(oo)=1 ? 17:40 sorry, wrong channel 19:47 -!- gabkdlly(n=gabriel@dslb-088-073-150-015.pools.arcor-ip.net) has joined #maxima 20:22 -!- gabkdlly(n=gabriel@dslb-088-073-150-015.pools.arcor-ip.net) has left #maxima 20:36 -!- Prax01D(n=Prax01D@149.99.86.62) has joined #maxima