|
|
last edited 11 months ago by test1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ||
Editor: meliusja
Time: 2008/04/08 10:39:29 GMT-7 |
||
Note: |
added:
From meliusja Tue Apr 8 10:39:28 -0700 2008
From: meliusja
Date: Tue, 08 Apr 2008 10:39:28 -0700
Subject:
Message-ID: <20080408103928-0700@axiom-wiki.newsynthesis.org>
\begin{axiom}
radicalsolve(s=vt+at^2/2,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)
(1) |
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.