This page is set to execute \begin{axiom}... \end{axiom}
commands using FriCAS?:
axiom
)version
Value = "FriCAS 2012-10-18 compiled at Thursday March 14, 2013 at 16:23:44 "
Any comments added here with use this version of FriCAS?.
axiom
solve(s=v*t+a*t^2/2,t)
Type: List(Equation(Fraction(Polynomial(Integer))))
axiom
radicalSolve(s=v*t+a*t^2/2,t)
Type: List(Equation(Expression(Integer)))
axiom
solve(v*t+a*t^2/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))))
axiom
radicalSolve(p^3 - p + 1/10=0,p)
Type: List(Equation(Expression(Integer)))
axiom
R1 ==> Record(foo1: String, remLexs: List Integer)
Type: Void
axiom
R2 ==> Record(foo2: String, remLexs: List Integer)
Type: Void
axiom
r1: R1 := ["a", [1,2,3]]
Type: Record(foo1: String,remLexs: List(Integer))
axiom
r2: R2 := ["b", [5]]
Type: Record(foo2: String,remLexs: List(Integer))
axiom
r1.remLexs
Type: List(Integer)
axiom
r2.remLexs
Type: List(Integer)