SCalculator

by André Madureira

free


not available



Cutting edge scientific calculator with more than 140 pre-defined functions and 17 default constants. SCalculator performs vector and matrix operations, as well as statistical and geometric calculations. Has built in linear system solvers (using matrices). It features a built-in LaTeX renderer (Beta feature) for better visualization of the produced data. This calculator has extensive customization capabilities, allowing the user to define and use new variables and functions according to their needs. Allows conversion of units of measurement and calculations using different units of measure. It can also do advanced math operations such as definite integrals.Eg. 1 (operating with vectors and matrices): 5+2*80*[5, 8, 9] Result: [805, 1285, 1445]Eg. 2 (defining custom variables and functions): a = 5f(x) = 9+(5-7)*8*xf(a)Result: -71Eg. 3 (unit conversion):1 inch to cmResult: 2.54 cmEg. 4 (math operation with different unit measurements) :1 inch + 5 cmResult: 2.9685 inchEg. 5 (producing identity 3x3 matrix):eye(3,3)Result: [[1,0,0],[0,1,0],[0,0,1]]Eg. 6 (matrix product):[1,2,3]*[[3],[4],[5]]Result: [26]Eg. 7 (definite integral):f(x) = 2*xint(f, 4, 5) = 9