00:00 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 00:27 -!- rtoym(n=chatzill@user-0c8hpg8.cable.mindspring.com) has joined #maxima 00:31 -!- Prax01D(n=Prax01D@tor58-24b-98-33.dynamic.rogerstelecom.net) has joined #maxima 02:03 -!- rtoym(n=chatzill@user-0c8hpg8.cable.mindspring.com) has joined #maxima 02:41 -!- rtoym(n=chatzill@user-0c8hpg8.cable.mindspring.com) has joined #maxima 03:48 -!- rtoym(n=chatzill@user-0c8hpg8.cable.mindspring.com) has joined #maxima 06:32 -!- Prax01D(n=Prax01D@tor58-7-83-30.dynamic.rogerstelecom.net) has joined #maxima 08:53 -!- trebor_home(n=trebor@L1740.l.pppool.de) has joined #maxima 08:54 hi. 11:35 -!- mSphix(n=msphix@aapq192.neoplus.adsl.tpnet.pl) has joined #maxima 11:40 -!- mSphix(n=msphix@aapq192.neoplus.adsl.tpnet.pl) has joined #maxima 11:40 -!- mSphix(n=msphix@aapq192.neoplus.adsl.tpnet.pl) has joined #maxima 11:43 -!- paoleela|w(i=wd0gcc72@gateway/web/cgi-irc/irc.net/x-c28917035179e3af) has joined #maxima 12:15 -!- MrThingy(n=xxx@C-59-101-200-180.bur.connect.net.au) has joined #maxima 12:27 ha. we're on double-digits again ;) 12:34 i am currently writing on a function to plot functions using gnuplot in a better way. generating a data & a gnuplot file and then run gnuplot. maybe someone else has written something similiar? or is there already a function for this? 12:37 -!- Prax01D(n=Prax01D@tor58-7-83-38.dynamic.rogerstelecom.net) has joined #maxima 13:09 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 14:04 hm. did anyone use make_array? i tried x_num:5.0; y_array : make_array(any, xn); - but this does not result in an arry of size 5... 14:20 How are x_num and xn related? IIRC the second argument of make_array needs to be an integer. 17:00 oh, i mistyped. 17:02 *g* 17:06 it works with ?truncate -> y_array : make_array( any, ?trunc(x_num)); ... 17:55 trebor_home pasted "problem in storing values is array (created with make_array)" at http://paste.lisp.org/display/38391 18:05 hm. this is not a good day for me. everything works fine. 18:07 :) Perhaps you had simplification turned off at you first try? sin() always evaluates to noun forms. Numerical "evaluation" is handled by the simplifier ... 18:12 HaraldG: it was more simple: i forgot to evaluate try1D, so it was an unknown function. yes, i think these are the drawbacks of partially evaluating inside the source file via (maxima-send-full-line-and-goto-next-form) ;) 18:12 maxima crashed several times before that ... 18:34 -!- Prax01D(n=Prax01D@149.99.89.199) has joined #maxima 18:50 hm. i get an error if i try length(make_array( any, 10)); 18:53 nevertheless now things work ... ;) 21:41 The Shell Avenger..? 21:42 Do you Bash people? 22:21 sorry i do not understand you. what do you mean? 22:22 oh. you talked to shavengerAway . 22:23 -!- mSphix(n=msphix@aapq192.neoplus.adsl.tpnet.pl) has left #maxima 22:41 ;> 23:00 hm. i can't figure out how to use with_stdout using filename stored inside a variable, like: filename : "file"; with_stdout( filename, "hello");