01:40 -!- Prax01D10D(n=Prax01D@tor58-7-83-134.dynamic.rogerstelecom.net) has joined #maxima 07:31 -!- Prax01D(n=Prax01D@tor58-5-77-147.dynamic.rogerstelecom.net) has joined #maxima 11:31 -!- cizra(n=cizra@gw.tdng.ttu.ee) has joined #maxima 11:31 Hello. 11:31 I'm confused by Maxima matrix operation. 11:31 operations* 11:31 I entered a nice matrix which looks like 11:31 (%o31) [[1, 1], [1, 3]] 11:32 but it doesn't allow me to calculate its determinant — it says it's a non-square matrix. 11:54 -!- cizra(n=cizra@gw.tdng.ttu.ee) has left #maxima 12:57 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 13:38 -!- Prax01D(n=Prax01D@149.99.85.179) has joined #maxima 14:21 -!- gabkdlly(n=gabriel@dslb-088-073-149-060.pools.arcor-ip.net) has joined #maxima 15:33 -!- longarms2(n=jumperjm@A027243.N1.Vanderbilt.Edu) has joined #maxima 15:35 -!- longarms2(n=jumperjm@A027243.N1.Vanderbilt.Edu) has left #maxima 15:40 cizra: Too late, but determinant(matrix([1,1],[1,3])) -> 2. 15:42 -!- longarms2(n=jumperjm@A027243.N1.Vanderbilt.Edu) has joined #maxima 15:44 is anyone available to help me with a quick question? 15:45 -!- longarms2(n=jumperjm@A027243.N1.Vanderbilt.Edu) has left #maxima 15:47 Not if you leave after just a couple of minutes.... 16:16 -!- lisppaste4(n=lisppast@common-lisp.net) has joined #maxima 17:34 -!- xian(i=xian@pdpc/supporter/base/xian) has joined #maxima 17:34 hello. 17:34 how is it possible to evaluate variables in maxima? 17:34 eg %pi should evaluate to something like 3.1415... 17:43 float(%pi); %pi,numer; bfloat(%pi); etc. 18:12 -!- feklee(n=feklee@pd9e3a7b4.dip.t-dialin.net) has joined #maxima 19:03 How can I sum over the elements of an array, starting at a lower bound N and ending at a higher bound N? 19:09 Found it: "sum" is what I need. 19:37 rtoy_: thanks. 19:40 -!- Prax01D(n=Prax01D@149.99.86.248) has joined #maxima 20:18 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 20:18 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 21:21 -!- feklee(n=feklee@pD9E3BF9F.dip.t-dialin.net) has joined #maxima 21:30 -!- dn4(i=werdnAA@cpe-24-26-249-179.satx.res.rr.com) has joined #maxima 21:30 greetings 21:43 dn4, Hi. 21:46 How do I prevent maxima from printing a result? 21:46 (I'm working with very long lists) 21:50 feklee: Instead of ending with ;, use $ 21:50 rtoy_, Thanks! 23:46 how would I do imlicit differentiation to x^2+y^2=1