axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [SquareMatrix]


From: billpage
Subject: [Axiom-developer] [SquareMatrix]
Date: Thu, 17 Feb 2005 19:24:17 -0600

Changes http://page.axiom-developer.org/zope/mathaction/SquareMatrix/diff
--

??changed:
-a b 
-ab
-
SquareMatrix(2,Integer) is an example of a domain constructor that
accepts both a particular data value as well as an integer. In this
case the number 2 specifies the number of rows and columns the square
matrix will contain. Elements of the matricies are integers.

\begin{axiom}
A:SquareMatrix(2,Integer)
A:=1
\end{axiom}

or even

\begin{axiom}
B:SquareMatrix(2,SquareMatrix(3,Float))
B:=1
\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]