This page is set to execute \begin{axiom}... \end{axiom}
commands using FriCAS?:
fricas
)version
>> System error:
The variable *BUILD-VERSION* is unbound.
Any comments added here with use this version of FriCAS?.
fricas
solve(s=v*t+a*t^2/2,t)
Type: List(Equation(Fraction(Polynomial(Integer))))
fricas
radicalSolve(s=v*t+a*t^2/2,t)
Type: List(Equation(Expression(Integer)))
fricas
solve(v*t+a*t^2/2-s=0,t)
Type: List(Equation(Fraction(Polynomial(Integer))))
fricas
solve(v*t+a*t/2-s=0,t)
Type: List(Equation(Fraction(Polynomial(Integer))))
fricas
solve(v*t+a*t^2/2-s=0,t)
Type: List(Equation(Fraction(Polynomial(Integer))))
fricas
radicalSolve(p^3 - p + 1/10=0,p)
Type: List(Equation(Expression(Integer)))
fricas
R1 ==> Record(foo1: String, remLexs: List Integer)
Type: Void
fricas
R2 ==> Record(foo2: String, remLexs: List Integer)
Type: Void
fricas
r1: R1 := ["a", [1,2,3]]
Type: Record(foo1: String,remLexs: List(Integer))
fricas
r2: R2 := ["b", [5]]
Type: Record(foo2: String,remLexs: List(Integer))
fricas
r1.remLexs
Type: List(Integer)
fricas
r2.remLexs
Type: List(Integer)
See also SandboxFriCASIntegration
?
guessPRec [1, 0, 1, 1, 4, 10, 35, 120, 455, 1792, 7413, 31780, 140833, 641928, 3000361, 14338702, 69902535, 346939792, 1750071307, 8958993507, 46484716684, 244187539270, 1\
297395375129, 6965930587924]