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?.
axiom
solve(s=vt+at^2/2,t)
Type: List Equation Fraction Polynomial Integer
axiom
radicalsolve(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.
axiom
solve(vt+at^2/2-s=0,t)
Type: List Equation Fraction Polynomial Integer
axiom
solve(vt+at/2-s=0,t)
Type: List Equation Fraction Polynomial Integer
axiom
solve(v*t+a*t/2-s=0,t)
Type: List Equation Fraction Polynomial Integer
axiom
solve(v*t+a*t^2/2-s=0,t)
Type: List Equation Fraction Polynomial Integer