axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [#231 simplify working on matrices] use map


From: Bill Page
Subject: [Axiom-developer] [#231 simplify working on matrices] use map
Date: Sat, 12 Nov 2005 17:54:33 -0600

Changes 
http://page.axiom-developer.org/zope/mathaction/231SimplifyWorkingOnMatrices/diff
--
\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}
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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