| The solution of any equations
We solve the equation with unknown x (If it is really problem can be solved)
Step 1. Enter the equation with unknownExamples of solvable equations (simple)
System can not completely solve all equations of the following, but suddenly you're lucky :)
Solution of algebraic (in algebra): square, cubic and other degrees of equations x^4-x=0
Solution of differential equations x'=exp(t) x''+5*x'+x=0
Decision Trigonometry Equations sin(2*x)=1
Regulation of input equationsIn the 'equation' can do the following operations:Terms of the input functionsIn expression f you can do the following operations:- Real numbers
-
introduce in the form 7.5, not 7,5
- 2*x
-
- multiplication
- 3/x
-
- division
- x^3
-
- exponentiation
- x + 7
-
- addition
- x - 6
-
- subtraction
Function f may consist of functions (symbols are given in alphabetical order):- absolute(x)
-
Function - absolute value x (module x or |x|)
- arccos(x)
-
Function - arccosine of x
- arccosh(x)
-
Function - arccosine hyperbolic of x
- arcsin(x)
-
Function - arcsine of x
- arcsinh(x)
-
Function - arcsine hyperbolic of x
- arctan(x)
-
Function - arctangent of x
- arctanh(x)
-
Function - arctangent hyperbolic of x
- e
-
Function - e this is something that is approximately equal to 2.7
- exp(x)
-
Function - exponent of x (same as e^x)
- floor(x)
-
Function - rounding x downward (sample floor(4.5)==4.0)
- log(x) or ln(x)
-
Function - Natural logarithm of x
(For log7(x), must enter log(x)/log(7) (or, for example log10(x)=log(x)/log(10))
- pi
-
Number - "Pi", which is approximately equal to 3.14
- sign(x)
-
Function - Badge x
- sin(x)
-
Function - Sinus of x
- cos(x)
-
Function - Cosinus of x
- sinh(x)
-
Function - Sinus hyperbolic of x
- cosh(x)
-
Function - Cosinus hyperbolic of x
- sqrt(x)
-
Function - Square root of x
- x^2
-
Function - Square x
- tan(x)
-
Function - Tangent of x
- tanh(x)
-
Function - Tangent hyperbolic of x
| |