|
|
last edited 17 years ago by kratt6 |
1 2 3 4 | ||
Editor:
Time: 2007/11/17 22:15:31 GMT-8 |
||
Note: |
changed: - 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: \begin{axiom} F(s) == (s**2 - 9*s - 32)/(2*s**3 - 3*s + 4) inverseLaplace(F(s),s,x) \end{axiom} Regards, Daniel
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:
axiomF(s) == (s**2 - 9*s - 32)/(2*s**3 - 3*s + 4)
axiominverseLaplace(F(s),s,x)
Compiling function F with type Variable s -> Fraction Polynomial Integer
![]() | (1) |
Regards, Daniel