A powerful mathematical tool

With MathPro you'll be able to do all kind of numerical analysis and calculation as well as graphical plotting and much more... . With its programming statements as a language and its interface, you can implement any numerical method to solve your problem in any field of science and engineering (e.g. Mechanical, Chemical, Electrical, Industrial... .). Your mobile phone is actually a powerful little computer in your pocket for the first time.

Basic samples

The trial version is accompanied with four (04) demo files:

1— Finding solution of function f(x)=0 by using the bissection method.

2— Determinant of a square matrix.

3— Search solutions of a polynom of degree n (Pn(x)) by using Newton Raphson method.

4— Solving linear system Ax=B by direct factorization.

The example below show some aspects of MathPro language.

Example from demo 1:

Finding solution of function f(x)=0 by using the bissection method.

Creating graphs in MathPro is as easy as one command. let's plot the function f(x).

 

Saving documents:

You can save up to four (04) files of size two (2) Kbyte for each.

Difference between MathPro Version 1.3 and 1.4 :

MathPro Version 1.3 MathPro Version 1.4

- Floating point calculations.

- Slightly slower

- Double precision calculations: the precision is greatlly increased.

- More faster.