[Maxima] how to generate matrix by existed matrices
=?big5?B?tsAguM62rw==?=
bear.tw at hotmail.com
Wed Oct 28 00:19:08 CDT 2009
how to gernerate matrix by the exited matrices.
I have two matrices A,B. I want to generate C by A and B.
there is my question in my code.
How can I to do it?
(%i65) A:matrix([1,2])
(%o65) matrix([1,2])
(%i66) B:matrix([3,4])
(%o66) matrix([3,4])
(%i67) C:matrix([transpose(A),transpose(B)])
(%o67) matrix([matrix([1],[2]),matrix([3],[4])])
(%i68) determinant(C)
`determinant' called on a non-square matrix.
-- an error. To debug this try debugmode(true);
_________________________________________________________________
¹ñ·sªº Windows 7¡G§ä¥X¾A¦X±zªº¹q¸£¡C²`¤J¤F¸Ñ¡C
http://windows.microsoft.com/shop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20091028/9b08f10a/attachment-0001.htm
More information about the Maxima
mailing list