關於Matrix Determinant
這個應用程序允許任何方陣的行列式的計算。
This app allows the calculation of the determinant of any square matrix. The app is simple and intuitive, just size the matrix and insert the values, the app will do the rest.
The application can calculate matrices up to 15x15. To avoid crashes derived from the hardware limitations of a smartphone.
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
Facebook:
http://www.facebook.com/pages/BisMag-dev/423719257659310






