axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [AxiomProblems] List to matrix?


From: anonymous
Subject: [Axiom-developer] [AxiomProblems] List to matrix?
Date: Mon, 07 Mar 2005 13:52:00 -0600

Changes http://page.axiom-developer.org/zope/mathaction/AxiomProblems/diff
--
Now my second question (extending the second one). Assume that I have a 'List', 
like the one before:
\begin{axiom}
[[- 1,3,- 3,1],[3,- 6,3],[- 3,3],[1]]
\end{axiom}
(which is calculated from some earlier expressions). How can I convert it into 
a 'SquareMatrix'. Namely I want to have a matrix like:
\begin{axiom}
A := matrix[[- 1,3,- 3,1],[3,- 6,3,0],[- 3,3,0,0],[1,0,0,0]]
\end{axiom}
so that I can do
\begin{axiom}
vp := vector[p0,p1,p2,p3]
\end{axiom}
and
\begin{axiom}
vp * 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]