01:38 -!- Prax01D(n=Prax01D@149.99.96.169) has joined #maxima 03:41 -!- istefano(n=istefano@65.39.87.25) has joined #maxima 04:28 -!- cunzhang(n=chatzill@218.7.43.195) has joined #maxima 05:45 -!- istefano(n=istefano@65.39.87.25) has left #maxima 06:36 -!- stw_(n=stw@e176139103.adsl.alicedsl.de) has joined #maxima 07:06 -!- ASau`(n=user@80.250.218.3) has joined #maxima 07:43 -!- Prax01D(n=Prax01D@tor58-23b-95-3.dynamic.rogerstelecom.net) has joined #maxima 08:23 -!- cunzhang(n=chatzill@218.7.43.195) has joined #maxima 08:39 -!- szymon(n=szymon@bzw178.neoplus.adsl.tpnet.pl) has joined #maxima 08:39 -!- ASau`(n=user@80.250.218.3) has joined #maxima 09:31 -!- ebrosius(i=ebrosius@p57A0EC20.dip.t-dialin.net) has joined #maxima 09:31 moins 09:36 can someone help me with maxima with regard to matrix? 10:56 Good afternoon. 10:57 I don't know, but what is the question? 10:57 "Don't ask to ask, just ask." 11:33 ASau, for example, i have a vector a=1x8 and a vector b=1x8 and i will build a matrix M=24x24 with these vectors. first row is [a,a,b] 11:33 is this possible with maxima? 11:33 if i make matrix([a,a,a]) i get a 1x3 matrix 11:36 oh i see there are two nicks, ASau` (for highlight :) 11:37 Alright, I'm thinking. (Thanks for highlighting, I'm a bit busy now. 11:37 k 11:42 append([1, 2, 3], [1, 2, 3]); 11:42 Use "matrix" to build from rows of "append" results. 11:58 hm, dont really get this. i tried matrix( [append([a,b,a])] , [append([b,a,b])] , [ append([a,b,a])]) 11:58 looks like 3x3 11:59 is there a command to see the dimension of a matrix? 12:01 oh wait, i made a test with multiplication and got an dimension error 12:04 h no, its an 3x3 :( 12:07 No. 12:07 append([1, 2, 3], [1, 2, 3]); 12:07 matrix(%, %, %); 12:08 with 1,2,3 i can take a,b,a? 12:09 or append([a],[b])? 12:10 a: [1, 2, 3]; 12:10 append(a, a, a); 12:10 matrix(%, %, %); 12:10 Try running examples. 12:23 it works with append([1,2,3],[1,2,3],[1,2,3]); but not with append(a,a,a) 12:24 maybe im too stupid 12:24 to 12:25 every time i try it with the vectors i became a 3x3 matrix 12:25 Tried changing number of arguments? 12:25 Have you defined "a"? 12:26 yes 12:26 pastebin your session. 12:26 huh, its chaos here^^ 12:27 Retry and pastebin then. 12:27 k 12:29 I may become off-line for an hour or two. 12:29 Just take that into account. 12:34 btw there is a mistake, i will build with the vectors a 3x24 matrix 12:35 this will work too, or only with quadratic matrix 12:35 ? 12:35 i will try it and paste it later 12:50 hah, i got my error ASau` :) 12:51 i build the vectors with matrix([...]) so this append thing doesnt work 12:51 now i make the vectors with a:[...] and it works now :) 12:51 thank you very much for your help ASau` 13:38 -!- eggauah(n=daniel@201.82.11.172) has joined #maxima 13:43 -!- Prax01D(n=Prax01D@149.99.96.32) has joined #maxima 13:51 -!- apzc2529(n=chatzill@218.7.43.195) has joined #maxima 14:18 -!- gabkdlly(n=pannwitz@cauchy.mi.fu-berlin.de) has joined #maxima 14:34 -!- lisppaste4(n=lisppast@common-lisp.net) has joined #maxima 16:15 -!- turn-omg(n=turn-omg@59-190-31-81.eonet.ne.jp) has joined #maxima 17:14 -!- szymon(n=szymon@bzw178.neoplus.adsl.tpnet.pl) has joined #maxima 17:40 -!- ASau(n=user@79.111.32.87) has joined #maxima 17:56 -!- ASau(n=user@79.111.32.87) has joined #maxima 19:30 -!- Prax01D(n=Prax01D@tor58-4-75-150.dynamic.rogerstelecom.net) has joined #maxima 19:37 -!- gabkdlly(n=gabriel@dslb-088-073-029-239.pools.arcor-ip.net) has joined #maxima 20:03 -!- szymon(n=szymon@cbr19.neoplus.adsl.tpnet.pl) has joined #maxima 20:14 -!- solar_sea(n=kshorg@83.148.81.131) has joined #maxima 20:14 -!- solar_sea(n=kshorg@83.148.81.131) has left #maxima 23:43 -!- HaraldG_log(n=HaraldG_@217.19.46.22) has joined #maxima