On Monday, January 23, 2006 11:28 AM Daniel wrote:
> 
> William wrote:
> 
> > > When I execute inverseLaplace, it only show the packages 
> > > loading but not what %%A0 is.
> 
> > I think it is a bug in Axiom not reporting what the temporary
> > symbol %%A0 is. I figured that out by constructing the 
> > differential equation satisfied by f(t).
> 
> I saw you copied the message to developers list. Did you
> receive any answer?
> 

The best place to report such problems and ensure that they
are not "lost" is:

http://wiki.axiom-developer.org/IssueTracker

Fill-in the "Add a new issue" box at the bottom of the page.
Pick the appropriate category.

You can even include Axiom examples like this:

\begin{axiom}
F(s) == (s**2 - 9*s - 32)/(2*s**3 - 3*s + 4)
inverseLaplace(F(s),s,x)
\end{axiom}

Regards,
Bill Page.


_______________________________________________
Axiom-math mailing list
Axiom-math@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-math

Reply via email to