BisMag Math Tools v1.0
Requirements: Android 2.2+
Overview: "BisMag Math Tools" is a powerful mathematical tool for Android consists of two calculators. "Matrix Calculator", a tool to calculate the decompositions and various other matrix operations, and "Graphing Calculator" a real scientific calculator that can draw graphs in 2D and 3D and much more.

"BisMag Math Tools" is a powerful mathematical tool for Android consists of two calculators. "Matrix Calculator", a tool to calculate the decompositions and various other matrix operations, and "Graphing Calculator" a real scientific calculator that can draw graphs in 2D and 3D and much more.
Features in detail:
- Matrix Calculator:
--Elementary Operation
Addition
Subtraction
Multiplication
Scalar Multiplication
Transpose
Norms
--Derived Quantities
Determinant
Rank
Inverse
PseudoInverse
--Decompositions
Cholesky decomposition
LU decomposition whit pivoting
QR decomposition
SVD - Singular Values decomposition
Eigenvalues - Eigenvectors
--Equation solution
Linear Systems M equations N unknowns
When you enter a value in a matrix, you can use the following
Operations: * / - + ^
Functions:
sqrt(x) Calculates the square root of x
exp(x) Calculates e^x (e = Euler’s number)
ln(x) Calculates the natural logarithm (base e) of x
log(x) Calculates the logarithm (base 10) of x
sin(x) Calculates the sine of x
cos(x) Calculates the cosine of x
tan(x) Calculates the tangent of x
asin(x) Calculates the arcsine of x
acos(x) Calculates the arccosine of x
atan(x) Calculates the arctangent of x
The argument x can be a function. Example: log(sin(pi))
The argument x of the trigonometric functions is in radians
Costants:
pi 3.14159… Example: sin(2*pi)
e Euler number 2.71828… Example: 6e-5
On output, the values with point will be displayed with a fraction.
- Graphing Calculator:
--Sample expressions
simple expression: 1+2
variable evaluation: pi
function evaluation: sin(0)
variable definition: a=3.5
function definition: f(x)=x^2-1
parentheses: (1-x)^2
To enter an expression cointaining letters, such as sin(x), use the ⇳ key on the basic keypad. It toggles opened/closed the letter keypad.
--Logarithms and power
sqrt(x): square root; x^0.5
cbrt(x): cube root; x^(1/3)
exp(x): exponential; e^x
log(x), ln(x): natural logarithm
log2(x), lb(x): binary logarithm
log10(x), lg(x): decimal logarithm
log(base,x): arbitrary base logarithm
--Trigonometric - radians
sin(x), cos(x), tan(x)
asin(x), acos(x), atan(x)
--Trigonometric - degrees
sind(x), cosd(x), tand(x)
asind(x), acosd(x), atand(x)
--Hyperbolic
sinh(x), cosh(x), tanh(x)
asinh(x), acosh(x), atanh(x)
--Other
gcd(x,y): greatest common divisor
comb(n,k): combinations
perm(n,k): permutations
min(x,y), max(x,y)
floor(x), ceil(x)
abs(x): absolute value
sign(x): signum
rnd(): random value from [0,1). rnd(max): random value from [0, max).
gamma(x): (x-1)!
mod(x,y): modulo
--Complex numbers
i or j is the complex base. Example:
i*i
(1+i)^2
e^(i*pi)
--Operators
+ - × ÷ basic arithmetic
^ power
% percent
! factorial
# modulo
√ square root
' first derivative
--Binary, octal, hexadecimal
Value converter in binary, octal or hexadecimal input prefixing respectively 0b, 0o, 0x, in decimal.
binary: 0b1010
octal: 0o17
hexa: 0x100
--Derivative
It is possible to compute the first derivative of a function with one argument using the prime notation: log'(5).
The prime mark (quote) must appear immediately after the name of the function, and must be followed by open-parentheses.
The derivative may be plotted e.g. sqrt'(x).
To compute the derivative of an expression you must define the expression as a named function.
Eg f (x) = x ^ 2 + x, after insertion, type f '(x) to display the graph of the derivative.
--Multi plot
To plot multiple functions on the same 2d graph, simply enter them on the same line separated by ";".
Once you have drawn the graph of a function, whether it is 2D or 3D, it will be possible to zoom, to turn, change the scale etc. Moreover by pressing the menu is possible to save a screenshot of the graph.
This app has NO advertisements
More Info:
Download Instructions:
(Closed Filehost) https://ul.to/zi81w3b8
Mirror:
https://rapidgator.net/file/52541933/Bis ... s.rar.html
Requirements: Android 2.2+
Overview: "BisMag Math Tools" is a powerful mathematical tool for Android consists of two calculators. "Matrix Calculator", a tool to calculate the decompositions and various other matrix operations, and "Graphing Calculator" a real scientific calculator that can draw graphs in 2D and 3D and much more.
"BisMag Math Tools" is a powerful mathematical tool for Android consists of two calculators. "Matrix Calculator", a tool to calculate the decompositions and various other matrix operations, and "Graphing Calculator" a real scientific calculator that can draw graphs in 2D and 3D and much more.
Features in detail:
- Matrix Calculator:
--Elementary Operation
Addition
Subtraction
Multiplication
Scalar Multiplication
Transpose
Norms
--Derived Quantities
Determinant
Rank
Inverse
PseudoInverse
--Decompositions
Cholesky decomposition
LU decomposition whit pivoting
QR decomposition
SVD - Singular Values decomposition
Eigenvalues - Eigenvectors
--Equation solution
Linear Systems M equations N unknowns
When you enter a value in a matrix, you can use the following
Operations: * / - + ^
Functions:
sqrt(x) Calculates the square root of x
exp(x) Calculates e^x (e = Euler’s number)
ln(x) Calculates the natural logarithm (base e) of x
log(x) Calculates the logarithm (base 10) of x
sin(x) Calculates the sine of x
cos(x) Calculates the cosine of x
tan(x) Calculates the tangent of x
asin(x) Calculates the arcsine of x
acos(x) Calculates the arccosine of x
atan(x) Calculates the arctangent of x
The argument x can be a function. Example: log(sin(pi))
The argument x of the trigonometric functions is in radians
Costants:
pi 3.14159… Example: sin(2*pi)
e Euler number 2.71828… Example: 6e-5
On output, the values with point will be displayed with a fraction.
- Graphing Calculator:
--Sample expressions
simple expression: 1+2
variable evaluation: pi
function evaluation: sin(0)
variable definition: a=3.5
function definition: f(x)=x^2-1
parentheses: (1-x)^2
To enter an expression cointaining letters, such as sin(x), use the ⇳ key on the basic keypad. It toggles opened/closed the letter keypad.
--Logarithms and power
sqrt(x): square root; x^0.5
cbrt(x): cube root; x^(1/3)
exp(x): exponential; e^x
log(x), ln(x): natural logarithm
log2(x), lb(x): binary logarithm
log10(x), lg(x): decimal logarithm
log(base,x): arbitrary base logarithm
--Trigonometric - radians
sin(x), cos(x), tan(x)
asin(x), acos(x), atan(x)
--Trigonometric - degrees
sind(x), cosd(x), tand(x)
asind(x), acosd(x), atand(x)
--Hyperbolic
sinh(x), cosh(x), tanh(x)
asinh(x), acosh(x), atanh(x)
--Other
gcd(x,y): greatest common divisor
comb(n,k): combinations
perm(n,k): permutations
min(x,y), max(x,y)
floor(x), ceil(x)
abs(x): absolute value
sign(x): signum
rnd(): random value from [0,1). rnd(max): random value from [0, max).
gamma(x): (x-1)!
mod(x,y): modulo
--Complex numbers
i or j is the complex base. Example:
i*i
(1+i)^2
e^(i*pi)
--Operators
+ - × ÷ basic arithmetic
^ power
% percent
! factorial
# modulo
√ square root
' first derivative
--Binary, octal, hexadecimal
Value converter in binary, octal or hexadecimal input prefixing respectively 0b, 0o, 0x, in decimal.
binary: 0b1010
octal: 0o17
hexa: 0x100
--Derivative
It is possible to compute the first derivative of a function with one argument using the prime notation: log'(5).
The prime mark (quote) must appear immediately after the name of the function, and must be followed by open-parentheses.
The derivative may be plotted e.g. sqrt'(x).
To compute the derivative of an expression you must define the expression as a named function.
Eg f (x) = x ^ 2 + x, after insertion, type f '(x) to display the graph of the derivative.
--Multi plot
To plot multiple functions on the same 2d graph, simply enter them on the same line separated by ";".
Once you have drawn the graph of a function, whether it is 2D or 3D, it will be possible to zoom, to turn, change the scale etc. Moreover by pressing the menu is possible to save a screenshot of the graph.
This app has NO advertisements
More Info:
Code: Select all
https://play.google.com/store/apps/details?id=it.bisemanuDEV.mathToolsDownload Instructions:
(Closed Filehost) https://ul.to/zi81w3b8
Mirror:
https://rapidgator.net/file/52541933/Bis ... s.rar.html
# Please don't add mirror in my release, Thanks!
# Free MP3 Search Engine : www.mp3rls.com
# Free MP3 Search Engine : www.mp3rls.com