Calculators online >
Calculator complex numbers
Complex numbers
Perform simple operations with complex numbers
Enter the complex expression in the calculator, which is necessary to calculate
Terms of writing complex expressions, with examples
-
A complex number is written as
-
a + bj, example 1.5 + 4.7j (j write fused)
-
Integrated unit (imaginary)
-
- be written in the form of 1j (j simply will not work)
-
(3+4j)/(7-5j)
-
- division
-
(3.6+4j)*(7+5j)
-
- multiplication
-
(3+56j)^7
-
- exponentiation
-
(5+6j) + 8j
-
- addition
-
(5+6j) - (7-1j)
-
- subtraction
-
(1+4j)'
-
Conjugate (complex conjugate) number for (1 + 4j)
You can use the following function of x (eg, x = 1 + 2.5j):
Terms of the input functions
In 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))
-
logical_not(x)
-
Function - Logical "not" of x
-
pi
-
Number - "Pi", which is approximately equal to 3.14
-
radians(x)
-
Function - Translated from degrees x in radians (sample radians(180)==pi)
-
rint(x)
-
Function - Integer of x
-
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
-
square(x) or x^2
-
Function - Square x
-
tan(x)
-
Function - Tangent of x
-
tanh(x)
-
Function - Tangent hyperbolic of x
|