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

Edit detail for SandBoxFriCAS revision 7 of 7

1 2 3 4 5 6 7
Editor: meliusja
Time: 2008/04/08 10:42:42 GMT-7
Note:

added:

From meliusja Tue Apr 8 10:42:37 -0700 2008
From: meliusja
Date: Tue, 08 Apr 2008 10:42:37 -0700
Subject: 
Message-ID: <20080408104237-0700@axiom-wiki.newsynthesis.org>

\begin{axiom}
solve(v*t+a*t^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.

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