|
1
2
|
|
Editor:
Time: 2007/11/17 22:12:36 GMT-8
|
Note: feature present via trivial transformation
|
changed:
-
It would be very nice if function simplify could operate on matrices, simplifying each element.
From BillPage Sat Nov 12 17:54:29 -0600 2005
From: Bill Page
Date: Sat, 12 Nov 2005 17:54:29 -0600
Subject: use map
Message-ID: <20051112175429-0600@page.axiom-developer.org>
\begin{axiom}
A:=matrix _
[[tan(x)**6 + 3*tan(x)**4 + 3*tan(x)**2 + 1, _
tan(x)**5 + 3*tan(x)**3 + 3*tan(x)], _
[tan(x)**4 + 3*tan(x)**2, _
tan(x)**3 + 3*tan(x)]]
map(simplify,A)
\end{axiom}
From kratt6 Sun Nov 13 11:47:57 -0600 2005
From: kratt6
Date: Sun, 13 Nov 2005 11:47:57 -0600
Subject: feature present via trivial transformation
Message-ID: <20051113114757-0600@wiki.axiom-developer.org>
Status: open => closed
It would be very nice if function simplify could operate on matrices, simplifying each element.
axiom
A:=matrix _
[[tan(x)**6 + 3*tan(x)**4 + 3*tan(x)**2 + 1, _
tan(x)**5 + 3*tan(x)**3 + 3*tan(x)], _
[tan(x)**4 + 3*tan(x)**2, _
tan(x)**3 + 3*tan(x)]]
Type: Matrix Expression Integer
Type: Matrix Expression Integer
Status: open => closed