About Métodos Numéricos
Si haces clic en la publicidad que se muestra, ayudarías a que aplicaciones como esta sigan siendo gratis. Gracias por tu apoyo!!!
Para cualquier duda o sugerencia, lo podrán hacer a través del correo: master@fajoiodo.com
App sencilla que, a futuro, esperamos contenga una gran variedad de Métodos Numéricos para ingenieros. Estos son los métodos soportados hasta el momento:
- Raíces de ecuaciones:
- Método gráfico
- Bisección
- Regla falsa (o Falsa posición)
- Punto fijo
- Newton-Raphson
- Secante
- Permite ingresar cualquier función!!! Para esto, tenga en cuenta lo siguiente:
- Se permite la multiplicación implícita (por ejemplo, 3x --> 3*x)
- 'e' -------> Valor de la constante E = 2.7182818284590452354
- 'pi' ------> Valor de la constante PI = 3.14159265358979323846
- 'x' -------> Valor variable
- '^' -------> Potencia
- '-n' ------> Menos unario
- '%' -------> Resto (módulo) de una división
- '/' -------> División
- '*' -------> Multiplicación
- '+', '-' --> Adición/Substracción
- acos(?) ---> Arco-coseno
- asin(?) ---> Arco-seno
- atan(?) ---> Arco-tangente
- cos(?) ----> Coseno
- cot(?) ----> Cotangente
- sin(?) ----> Seno
- tan(?) ----> Tangente
- cosh(?) ---> Coseno hiperbólico
- sinh(?) ---> Seno hiperbólico
- tanh(?) ---> Tangente hiperbólica
- acosh(?) --> Coseno hiperbólico inverso
- asinh(?) --> Seno hiperbólico inverso
- atanh(?) --> Tangente hiperbólica inversa
- abs(?) ----> Valor absoluto (Magnitud)
- exp(?) ----> Exponencial
- ln(?) -----> Logaritmo natural
- log(?) ----> Logaritmo base 10
- log2(?) ---> Logaritmo base 2
- rand(?) ---> Número aleatorio, entre el '0' y el argumento dado
- sqrt(?) ---> Raíz cuadrada
- Permite graficar cualquier función!!!
Luego, iremos incorporando, a medida de que se pueda, los siguientes renglones:
- Sistema de ecuaciones algebráicas lineales
- Ajuste de curvas
- Integración
- Ecuaciones diferenciales ordinarias
...no todo es perfecto en esta vida, por lo que si usted nota que exista algún error, discrepancia, o tiene alguna sugerencia, por favor no dude en contactarnos. 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.