Numerical Analysis
A tool for solving Numericals in your android phone
If you are looking for an application for android to solve your numerical analysis problems offline in just few clicks than you are at right place.
Methods Present For Different Problems
Numerical Master (Numerical Analysis) is an android application that can solve any problem related to numerical analysis
For Finding Root in Specific Interval:-
- Bisection Method
- Newton Ralphson Method
- Regula Falsi Method
- Secant Method
- Euler Method
- Tylod Method Second Order
- Runge Kutta Method Order 2 And 4
- Adam BashForth Method
Also to Polynomial Approximation:-
- Lagrange Interpolation of nth Degree Ploynomial
- Newton Divided Difference for nth Degree Ploynomial
Syntax For Writing Functions:-
This Software uses the same syntax as matlab and other famous mathematics software
- +,-,/,* for plus , minus , divide , multiply
- The application Follow Order Of Precedence
- sin(x)
- cos(x)
- tan(x)
- asin(x) for sine inverse
- acos(x)
- atan(X)
- sqrt(x) for taking square root
- x^2 mean x*x
- e = 2.67.... it can be used as e^(x)-2*x etc
- pi = 3.14... can be used as sqrt(sin(pi*x)) etc
Examples
Where -8.88178419700125E-16 means -8.88178419700125*10^(-16)
Failure
Please make sure you are writing valid function and also in valid format and parameter for example if you put a variable othter than the recommended one you will never get the required result.
- eg:- if it is asked to write f(x) please write the function with x as a variable
- f(t,y) means function in t and y
- please make sure you are using the syntax correctly
- Always remember this app fails at all those points where the function fails its self for example bisection method can not find root of x^2 in interval [-1,1] because condition f(a)*f(b)<0 fails here
For Download click here
watch video here




No comments:
Post a Comment