Abakus is a computer algebra program which performs not only
arithmetic but even symbolic calculations of mathematical formulas.
The current Android version 1.0 contains the following functions:
- Exact arithmetic calculations, e.g. handling of integer numbers with "arbitrary" size
- Transforming mathematical formulas, e.g. factorization of polynomials
- Discussing mathematical functions, e.g. integration including solution steps
- Solving mathematical equations
- Vector and matrix calculations
Abakus-Diff is a free version of Abakus with reduced functionality:
You can calculate derivatives of mathematical functions including solution steps.
For example, the command "differentiate + trace" applied to the formula
"x*sin(x)" with variable "x" yields the following output:
diff(x*sin(x),x)
# Differentiate product: (f*g)' = f'*g+f*g'
diff(x,x)*sin(x)+x*diff(sin(x),x)
# diff(x,x) = 1
1*sin(x)+x*diff(sin(x),x)
# Table
1*sin(x)+x*cos(x)
# Simplify
sin(x)+x*cos(x).
Moreover Abakus contains a special editor for mathematical formulas.
So you can enter even complex expressions very fast.
At the moment, the following functions are supported:
sin, cos, tan, cot (trigonometric functions),
arcsin, arccos, arctan, arccot (inverse trigonometric functions),
sinh, cosh, tanh, coth (hyperbolic functions),
arsinh, arcosh, artanh, arcoth (inverse hyperbolic functions),
sqrt (square root),
crt (cubic root),
exp (exponential function),
ln (natural logarithm),
abs (Betrags function),
sgn (signum function).
Feasible operators are '+' (addition), '-' (subtraction),
'*' (multiplication), '/' (division), and '^' or '**' (power).
熱門國家 | 系統支援 | 版本 | 費用 | APP評分 | 上架日期 | 更新日期 |
---|---|---|---|---|---|---|
未知 | Android Google Play | 1.0 App下載 | 免費 | 1970-01-01 | 2015-03-12 | |
未知 | iOS App Store | 1.0 App下載 | 免費 | 2011-03-01 | 2015-06-03 |