added:
From meliusja Tue Apr 8 10:40:28 -0700 2008
From: meliusja
Date: 2008年4月08日 10:40:28 -0700
Subject:
Message-ID: <20080408104028-0700@axiom-wiki.newsynthesis.org>
\begin{axiom}
solve(vt+at^2/2-s=0,t)
\end{axiom}
This page is set to execute \begin{axiom}... \end{axiom} commands using FriCAS?:
axiom)version Value = "Friday November 9, 2007 at 19:35:06 "
Any comments added here with use this version of FriCAS?.
axiomsolve(s=vt+at^2/2,t)
axiomradicalsolve(s=vt+at^2/2,t) There are no library operations named radicalsolve Use HyperDoc Browse or issue )what op radicalsolve to learn if there is any operation containing " radicalsolve " in its name. Cannot find a definition or applicable library operation named radicalsolve with argument type(s) Equation Polynomial Fraction Integer Variable t Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.
axiomsolve(vt+at^2/2-s=0,t)