|
|
last edited 16 years ago by kratt6 |
1 2 | ||
Editor: kratt6
Time: 2007/12/28 15:03:36 GMT-8 |
||
Note: |
added:
From kratt6 Fri Dec 28 15:03:35 -0800 2007
From: kratt6
Date: Fri, 28 Dec 2007 15:03:35 -0800
Subject:
Message-ID: <20071228150335-0800@axiom-wiki.newsynthesis.org>
Category: New feature request => Axiom Library
It would be very nice if function simplify could operate on matrices, simplifying each element.
(1) -> A:=matrix _ [[tan(x)**6 + 3*tan(x)**4 + 3*tan(x)**2 + 1,Status: open => closed Category: New feature request => Axiom Library_ tan(x)**5 + 3*tan(x)**3 + 3*tan(x)], _ [tan(x)**4 + 3*tan(x)**2, _ tan(x)**3 + 3*tan(x)]]
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.