I'm using Axiom 3.9 and when I execute inverseLaplace I got a result in function of %%A0 but Axiom dosn't say what %%A0 is. In gmane.comp.mathematics.axiom.general tell me that it could be a bug not reporting what the temporaru symbol %%A0 is. Example: axiom F(s) == (s**2 - 9*s - 32)/(2*s**3 - 3*s + 4) Type: Void
axiom inverseLaplace(F(s), axiom Compiling function F with type Variable(s) -> Fraction(Polynomial( Integer))
Type: Union(Expression(Integer),
Regards, Daniel See #262 --kratt6, Fri, 28 Dec 2007 05:45:01 -0800 reply
axiom definingPolynomial %%A0
Type: Expression(Integer)
|