01:51 -!- Prax01D(n=Prax01D@tor58-10-92-36.dynamic.rogerstelecom.net) has joined #maxima 02:44 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 07:56 -!- Prax01D(n=Prax01D@tor58-4-75-108.dynamic.rogerstelecom.net) has joined #maxima 09:54 -!- wally345(n=op@fgb122.internetdsl.tpnet.pl) has joined #maxima 09:55 Should i ignore this warning or intervent ? 09:56 Output from maxima-exec-clisp-5.11.0-2.3@i586: 09:56 warning: user abuild does not exist - using root 11:16 -!- trebor_win(n=none_ask@mail.dki.tu-darmstadt.de) has joined #maxima 13:58 -!- Prax01D(n=Prax01D@149.99.89.122) has joined #maxima 14:56 -!- rtoy_(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 15:32 -!- Prax01D(n=Prax01D@149.99.89.122) has joined #maxima 17:09 -!- McEnroe(n=eduard@p54955A04.dip.t-dialin.net) has joined #maxima 17:13 i know, this is probably a stupid question, but how can i find x in an equation which is build of variables? i mean that the solution should be like this: x = y^2*z*(2+y^2)... 17:46 McEnroe: solve might be able to. Solve is not very smart, however. 19:03 -!- mike_ferrara(n=mikef@65.119.39.220) has joined #maxima 19:04 -!- mike_ferrara(n=mikef@65.119.39.220) has left #maxima 19:04 -!- trebor_win(n=none_ask@mail.dki.tu-darmstadt.de) has left #maxima 19:31 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 19:48 -!- Prax01D(n=Prax01D@tor58-7-82-81.dynamic.rogerstelecom.net) has joined #maxima 20:20 -!- glen_quagmire(n=glen_qua@pool-70-18-27-52.ny325.east.verizon.net) has joined #maxima 20:21 hey 20:21 how do I enter a matrix in a batch file? 20:21 i used to use entermatrix() interactively 20:24 matrix() 21:01 -!- McEnroe(n=eduard@p54955A04.dip.t-dialin.net) has joined #maxima 22:55 glen_quagmire: Yes, matrix creates a matrix. 23:19 is there a way to make maxima to always print real part first? for a + b*%i ? 23:19 sometimes maxima prints b %i + a 23:19 for matrix 23:25 glen_quagmire: Actually I think maxima always prints "b %i + a", because "b+a" is the canonical form of the simplifier. 23:25 I don't know, why it is "a*b*c" but "c+b+a". 23:26 oh no idea. just started to use maxima 23:27 It's been that since ages. Perhaps you can ask on the mailing list. Other then that, I think you would need to write "b+a*%i" to get the order you want. 23:33 ok 23:35 It has something to do with sorting of the variable names. But I can't remember exactly what. 23:43 I guess it is "a*b*c" vs "c+b+a" to get constant factors first but constant terms last.