It would be very nice if function simplify could operate on matrices, simplifying each element.
fricas
(1) -> 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)]]
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.
Status: open => closed
Category: New feature request => Axiom Library