Warning: Undefined array key 2 in /home/apkapps/web/jetapk.com/public_html/index.php on line 27

Warning: Undefined array key 3 in /home/apkapps/web/jetapk.com/public_html/index.php on line 28

Warning: Undefined array key 4 in /home/apkapps/web/jetapk.com/public_html/index.php on line 29

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 250

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 253

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 256

Warning: Undefined variable $typeFromURL in /home/apkapps/web/jetapk.com/public_html/index.php on line 262

Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 14

Warning: Undefined variable $thisRelease in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 26

Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 29

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/header.php on line 14

Warning: Undefined variable $versionString in /home/apkapps/web/jetapk.com/public_html/functions.php on line 230
Abakus APK Download for Android
Abakus 3.1 Icon
0
0 Ratings
1K+
Downloads
3.1
version
Dec 22, 2020
release date
~50M
file size
$ 9.49
price

What's New

Version 3.0:

- Improved graphical output (font size, line width)

- New language German

Version 3.1:

- Corrections for English description

About Abakus Android App

Abakus is a computer algebra program which performs not only
arithmetic but even symbolic calculations of mathematical formulas.
Every calculation is performed directly on your smartphone or tablet,
i.e. an internet connection is not necessary.
Abakus shows detailed solution steps for all major functions.
This feature is very useful for pupils and students
to prepare and check their math homework.

The current Android version 3.1 contains the following functions:

Exact arithmetic calculations:
- Exact calculation of integer numbers of "arbitrary" size
- Calculation of real numbers with "arbitrary" precision
- Exact calculation of fractions (with solution steps)
- Least common multiple, greatest common divisor
- Factorial, binomial coefficient
- Prime numbers, prime factor separation, divisor set

Transforming mathematical formulas:
- Simplify, multiply, and factorize formulas; building the common denominator (with solution steps)
- Normalize, divide, and factorize polynomials; separate into partial fractions (with solution steps)

Discussing mathematical functions:
- Calculate function values
- Zeros, singularities, extremal points, turn points (with solution steps)
- Differentiation, integration (with solution steps)
- Calculation of limits (with solution steps)
- Graphical representation (2D and 3D)

Solving mathematical equations:
- Exact and numerical solution of linear and non-linear equations (with solution steps)
- Exact solution of systems of linear equations (with solution steps)

Vector and matrix calculations:
- Simplify matrices (with solution steps)
- Invert matrices
- Calculate determinants, Eigenvalues, and Eigenvectors (with solution steps)

For example, the function "integrate + trace" applied to the formula
"x*sin(x)" with variable "x" yields the following output:

int(x*sin(x),x)
# Partial integration:
int(u(x)*v'(x),x) = u(x)*v(x)-int(u'(x)*v(x),x)
# u = x, v' = sin(x) => u' = 1, v = -cos(x)
-x*cos(x)-int(-cos(x),x)
# int(c*f(x),x) = c*int(f(x),x)
-x*cos(x)-(-1)*int(cos(x),x)
# Table
-x*cos(x)-(-1)*sin(x)
# Simplify
-x*cos(x)+sin(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).

If you have a technical support question, please send an email to
abakusmath@t-online.de

A free demo version "Abakus-Diff" is available on this store.

Other Information:

Package Name:
Requires Android:
Android 4.0
Other Sources:

Download

This version of Abakus Android App comes with one universal variant which will work on all the Android devices.

Variant
Latest
(Dec 22, 2020)
Architecture
all
Minimum OS
Android 4.0
Screen DPI

Warning: Undefined array key "dp" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 222
nodpi (all screens)

All Versions

If you are looking to download other versions of Abakus Android App, We have 1 version in our database. Please select one of them below to download.


Warning: Undefined array key "t" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 247
Loading..