If you click on the advertising that is displayed, you help applications like this are still free. Thanks for your support!
For any questions or suggestions, may do so via email: master@fajoiodo.com
Simple App that in the future, we hope contains a variety of numerical methods for engineers. These methods are supported so far:
- Roots of equations:
- Graphical method
- Bisection
- Rule false (or False position)
- Fixed Point
- Newton-Raphson
- Drying
- Enter any function! For this, consider the following:
- Implied multiplication (eg 3x -> 3 * x) is allowed
- 'E' -------> constant value E = 2.7182818284590452354
- 'Pi' ------> value of the constant PI = 3.14159265358979323846
- 'X' -------> Variable Value
- '^' -------> Power
- '-N' ------> Less unary
- '%' -------> Pizza (modulus) of a division
- '/' -------> Division
- '*' -------> Multiplication
- '+', '-' -> Addition / Subtraction
- Acos ---> Arc cosine (?)
- Asin ---> Arc sine (?)
- Lace ---> Arc-tangent (?)
- Cos ----> Cosine (?)
- Cot ----> Cotangent (?)
- No ----> Seno (?)
- So ----> Tangent (?)
- Cosh ---> Hyperbolic cosine (?)
- (?) Sinh ---> Hyperbolic sine
- (?) Tanh ---> hyperbolic tangent
- Acosh (?) -> Inverse hyperbolic cosine
- Asinh (?) -> Inverse hyperbolic sine
- Atanh (?) -> Inverse hyperbolic tangent
- Abs ----> absolute value (magnitude) (?)
- Exp ----> Exponential (?)
- Ln -----> Natural logarithm (?)
- (?) Log ----> base 10 logarithm
- Log2 ---> logarithm base 2 (?)
- Rand ---> random number between '0 'and the argument given (?)
- (?) Sqrt ---> Square Root
- You can graph any function!
Then we will incorporate, as it can be, the following items:
- System of linear algebraic equations
- Curve Fitting
- Integration
- Ordinary Differential Equations
... Everything is perfect in this life, so if you notice that there is an error, discrepancy, or have any suggestions, please feel free to contact us.
For any questions or suggestions, may do so via email: master@fajoiodo.com
Simple App that in the future, we hope contains a variety of numerical methods for engineers. These methods are supported so far:
- Roots of equations:
- Graphical method
- Bisection
- Rule false (or False position)
- Fixed Point
- Newton-Raphson
- Drying
- Enter any function! For this, consider the following:
- Implied multiplication (eg 3x -> 3 * x) is allowed
- 'E' -------> constant value E = 2.7182818284590452354
- 'Pi' ------> value of the constant PI = 3.14159265358979323846
- 'X' -------> Variable Value
- '^' -------> Power
- '-N' ------> Less unary
- '%' -------> Pizza (modulus) of a division
- '/' -------> Division
- '*' -------> Multiplication
- '+', '-' -> Addition / Subtraction
- Acos ---> Arc cosine (?)
- Asin ---> Arc sine (?)
- Lace ---> Arc-tangent (?)
- Cos ----> Cosine (?)
- Cot ----> Cotangent (?)
- No ----> Seno (?)
- So ----> Tangent (?)
- Cosh ---> Hyperbolic cosine (?)
- (?) Sinh ---> Hyperbolic sine
- (?) Tanh ---> hyperbolic tangent
- Acosh (?) -> Inverse hyperbolic cosine
- Asinh (?) -> Inverse hyperbolic sine
- Atanh (?) -> Inverse hyperbolic tangent
- Abs ----> absolute value (magnitude) (?)
- Exp ----> Exponential (?)
- Ln -----> Natural logarithm (?)
- (?) Log ----> base 10 logarithm
- Log2 ---> logarithm base 2 (?)
- Rand ---> random number between '0 'and the argument given (?)
- (?) Sqrt ---> Square Root
- You can graph any function!
Then we will incorporate, as it can be, the following items:
- System of linear algebraic equations
- Curve Fitting
- Integration
- Ordinary Differential Equations
... Everything is perfect in this life, so if you notice that there is an error, discrepancy, or have any suggestions, please feel free to contact us.
Show More