login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

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)
LatexWiki Image(1)
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)
LatexWiki Image(2)
Type: List Equation Fraction Polynomial Integer

axiom
solve(vt+at/2-s=0,t)
LatexWiki Image(3)
Type: List Equation Fraction Polynomial Integer

axiom
solve(v*t+a*t/2-s=0,t)
LatexWiki Image(4)
Type: List Equation Fraction Polynomial Integer

axiom
solve(v*t+a*t^2/2-s=0,t)
LatexWiki Image(5)
Type: List Equation Fraction Polynomial Integer




subject:
  ( 7 subscribers )  
Please rate this page: