axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#175 Works on implementation and/or documentation of


From: anonymous
Subject: [Axiom-developer] [#175 Works on implementation and/or documentation of LieSquareMatrix] (new)
Date: Sun, 19 Jun 2005 11:00:20 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/175WorksOnImplementationAndOrDocumentationOfLieSquareMatrix/diff
--
>From the implemetation of LieSquuareMatrix::

    Exports ==> Join(SquareMatrixCategory(n,R,Row,Col), CoercibleTo Matrix R,_
      FramedNonAssociativeAlgebra R)


\begin{axiom}
lieAlgebra?()$LieSquareMatrix(2,FRAC INT)
a:=matrix([[1/2,3/4],[7/2,5/7]])$LieSquareMatrix(2,FRAC INT)
a*a
b:=matrix([[2,4/7],[7/2,5/7]])$LieSquareMatrix(2,FRAC INT)
a*b
1$LieSquareMatrix(2,FRAC INT)
\end{axiom}
\begin{axiom}
a:=matrix([[1/2,3/4],[7/2,5/7]])$LieSquareMatrix(2,FRAC INT)
minRowIndex a
\end{axiom}
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]