00:29 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 00:36 -!- saggerth(n=lindsey@71-220-232-243.eugn.qwest.net) has joined #maxima 00:36 -!- saggerth(n=lindsey@71-220-232-243.eugn.qwest.net) has left #maxima 00:41 -!- Prax01D(n=Prax01D@149.99.99.120) has joined #maxima 06:38 -!- Prax01D(n=Prax01D@tor58-7-83-45.dynamic.rogerstelecom.net) has joined #maxima 07:15 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 08:37 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 08:57 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 09:28 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 09:56 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 10:25 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 10:39 rtoym: what are you doing? 10:40 VERSION 11:24 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 12:31 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 12:45 -!- Prax01D(n=Prax01D@tor58-5-76-46.dynamic.rogerstelecom.net) has joined #maxima 14:26 -!- trebor_win(n=none_ask@mail.dki.tu-darmstadt.de) has joined #maxima 14:28 VERSION 14:59 -!- Absolute0(n=ramin@pool-71-247-168-71.nycmny.east.verizon.net) has joined #maxima 14:59 is there any open source app that reads maple files? 15:00 Absolute0: did you check sourceforge? 15:01 thats a wierd question... 15:01 i checked google... 15:01 but let me try sourceforge :-p 15:02 maybe you can ask on #math as well 15:03 oh cool 15:03 did you find something? 15:20 hm. how can i use a function as an argument of a functionn? 18:40 -!- Prax01D(n=Prax01D@tor58-4-75-173.dynamic.rogerstelecom.net) has joined #maxima 19:27 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 19:51 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 19:54 trebor_win: What's wrong with "myapply(x, func):=func(x);"? 19:54 As an example. 20:11 HaraldG: I will be back in 1 hour. I will check this (wondering why i did not try the obvious thing). 20:11 ciao. 20:11 -!- trebor_win(n=none_ask@mail.dki.tu-darmstadt.de) has left #maxima 21:19 -!- trebor_home(n=trebor@L29a9.l.pppool.de) has joined #maxima 21:44 hm. is there such a thing as catch. in order to proceed even if an error occured? 21:52 oh, i see, there is a catch ;) 21:59 hm. but it does not work for me. i try to evaluate a function within a (for), sometimes evaluation fails and maxima quit with an error. i would like to be able to continue even if one evaluation fails. how can i do so? (HaraldG_log?) 22:18 ah. trying errcatch now ;) 22:54 -!- msphix(n=msphix@aaqh8.neoplus.adsl.tpnet.pl) has joined #maxima 23:08 -!- trebor_home(n=trebor@L29a9.l.pppool.de) has joined #maxima 23:16 -!- msphix(n=msphix@aaqh8.neoplus.adsl.tpnet.pl) has joined #maxima 23:21 -!- mSphix(n=msphix@aaqh8.neoplus.adsl.tpnet.pl) has joined #maxima 23:35 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 23:39 -!- mSphix(n=msphix@aaqh8.neoplus.adsl.tpnet.pl) has joined #maxima 23:54 why does print(" ( \" \" ) "); work, but with_stdout( "maxima-temp.dat", print(" ( \" \" ) ")); does not?