關於Inverse Matrix
計算平方矩陣的逆矩陣。
This app allows the calculation of the inverse of 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
最新版本3.0更新日誌
Last updated on 2015年10月12日
Bugs Fixed













