02:37 -!- Prax01D(n=Prax01D@tor58-7-82-201.dynamic.rogerstelecom.net) has joined #maxima 06:03 -!- holst(i=holst@matmech.com) has joined #maxima 06:30 how can I make an external function declaration and source it in maxima? 06:36 -!- stw(n=stw@e176154101.adsl.alicedsl.de) has joined #maxima 06:36 -!- stw_(n=stw@e176154101.adsl.alicedsl.de) has joined #maxima 06:50 cool =D 06:50 I saved the file in ~/.maxima and then it finds it 08:43 -!- Prax01D(n=Prax01D@tor58-23b-94-122.dynamic.rogerstelecom.net) has joined #maxima 10:14 -!- errordeveloper(n=errordev@78-86-1-110.zone2.bethere.co.uk) has joined #maxima 11:29 -!- zalipuha(n=pinguin@sanc.jinr.ru) has joined #maxima 11:52 -!- szymon(n=szymon@cbi103.neoplus.adsl.tpnet.pl) has joined #maxima 11:56 hmm 11:56 I try and run this program (NEWTON) 11:56 http://www.delorie.com/gnu/docs/maxima/maxima_124.html 11:56 but it says: http://www.delorie.com/gnu/docs/maxima/maxima_124.html 11:56 hmm, wrong paste 11:57 Incorrect syntax: Y is not an infix operator 12:29 -!- cunzhang(n=apzc2529@218.7.43.195) has joined #maxima 12:49 -!- HaraldG(n=rldprog@g4v1.g4.wien.funkfeuer.at) has joined #maxima 12:53 holst: The syntax in this file is really old. 12:53 Maxima is case sensitive now. 12:53 Thus you have to write if, do, ... all in lower case. 14:11 -!- cunzhang(n=apzc2529@218.7.43.195) has left #maxima 14:36 -!- Prax01D(n=Prax01D@tor58-5-77-155.dynamic.rogerstelecom.net) has joined #maxima 16:13 -!- milian(n=milian@p57BB1AAE.dip0.t-ipconnect.de) has joined #maxima 16:14 is it possible to assign a term to a user defined variable? 16:14 something like: 16:14 a := 5 16:14 b := 2 - a // = -3 16:30 milian: a : 5; 16:30 ty 16:30 that works like a charm 16:31 milian: := is used for function definitions, e.g. f(x) := 2*x; 16:31 now another question: Is there a function to get the norm of a vector? 16:31 I hope its called norm ;-) 16:31 what I mean is: 16:31 sqrt(a.a) 16:31 or do I have to type it that way all along? 16:34 milian: there probably is, try running ?? norm 16:36 faroe: Could not find `/usr/share/info/maxima-index.lisp' using paths in file_search_lisp,system 16:36 I'm running ubuntu... damnit ;-) 16:36 ah I see 16:36 they gzipped that file..... 16:37 milian: perhaps apt-get install maxima-doc is needed 16:38 I already looked, it's installed... 16:50 I fixed it, but cant find anything apropriate 16:50 well, nevermind 16:50 I'll stick to sqrt(a.a) then 16:51 milian: you can just define it as a function 16:51 milian: i.e. norm(a) := sqrt(a.a); 16:52 ha, thats good thank you very much 16:52 milian: np 17:51 -!- sebbar(n=sebbar@p5B15503B.dip.t-dialin.net) has joined #maxima 17:51 hi if I write p = cos(a)^2; q = sin(a)^2; p+q 17:51 I get as result p+q 17:51 how do I simplify that to 1? 18:56 -!- lindi-(n=lindi@kulho150.adsl.netsonic.fi) has joined #maxima 19:35 -!- szymon(n=szymon@cbi103.neoplus.adsl.tpnet.pl) has joined #maxima 19:42 sebbar: use a colon instead of the equal sign 19:42 p : cos(a)^2 19:42 etc. 19:53 -!- rtoy_(n=chatzill@user-0c8hpll.cable.mindspring.com) has joined #maxima 20:41 -!- Prax01D(n=Prax01D@tor58-24b-98-195.dynamic.rogerstelecom.net) has joined #maxima 21:50 -!- errordeveloper(n=errordev@78-86-1-110.zone2.bethere.co.uk) has joined #maxima