AI math handbook calculator - Fractional Calculus Computer Algebra System software
Home
| list
| math
| function
| coding
| graphics
| example
| help
| 中文
+
+
+
=
4. Classification by domain
Real function
in real domain
Input your function, click the re button. e.g.
re(pow(x,x))
First graph is real function, second graph is complex function, where blue line is real part re(z) and red line is imag part im(z) by convert to complex with tocomplex(x)
re2D(pow(x,x))
in imag domain
Input your function, click the im button. e.g.
im(pow(x,x))
First graph is real function, second graph is complex function, where blue line is real part re(z) and red line is imag part im(z) by convert to complex with tocomplex(x)
im2D(pow(2,x))
More in complex2D 2 curves of real and imag parts
in Laplace domain
First graph is in real domain, second graph is in Laplace domain by Lapalce transform laplace(x)
Input your function, click the laplace button. e.g.
laplace(sin(x))
in Fourier domain
First graph is in real domain, second graph is in Fourier domain by Fourier transform fourier(x)
Input your function, click the Fourier button. e.g.
fourier(exp(x))
sine wave
Weierstrass function animation
in convolution domain
First graph is in real domain, second graph is in convolution domain by convolution transform convolute(x) with x
Input your function, click the convolute button. e.g.
convolute(exp(x))
in contour domain
put your function f(x,y) into sin(f(x,y)) by contour transform sin(z). First graph is in real domain, second graph is in contour domain.
Input your function, click the plot button. e.g.
sin(x*x+y*y-1)
Input your function, click the plot2D button. e.g.
plot2D( sin(x*x+y*y-1) )
in polar domain
Input equation r=x, click the plot button. e.g.
r=x
Input your function, click the polar button. e.g.
polarplot(x)
Input equation x=cos(t),y=sin(t), click the plot button. e.g.
x=cos(t),y=sin(t)
by parametric( ) button
parametricplot(cos(t),sin(t))
by parametric2D( ) button
parametric2D(cos(t),sin(t))
by parametric3D( ) button
parametric3D(cos(t),sin(t))
in 3D polar domain
by parametric3D, e.g.
parametric3D(x)
parametric3D(cos(t),sin(t),t)
by wireframe3D. e.g.
wireframe3D(x)
wireframe3D(cos(x),sin(x),x)
More is in graph .
Complex function
in WebXR domain
color WebXR surface of complex function on complex plane
in complex domain
Input your function, click the complex button. e.g.
complexplot(z)
Input your function, click the complex button. e.g.
plotcomplex(z)
Input your function, click the complex3D button. e.g.
complex3D(pow(x,x))
More in complex function
Complex
complex
- complex function
- complex math
complex animate (z) or complex2D(x) for phase animation in complex plane, the independent variable must be z.
complex plot (z) for phase and/or modulus in complex plane, the independent variable must be z.
plot complex (z) for phase and/or modulus in complex plane, the independent variable must be z.
complex2D show re2D(x) and im2D(x) for complex 2 curves of real and imag parts in real and imag domain, the independent variable must be x.
complex3D (x) for 3 dimensional graph, the independent variable must be x.
color WebXR surface of complex function on complex plane
Riemann surface
- Complex Branches
- complex coloring
References
math handbook content 2 chapter 10 complex function
math handbook content 3 chapter 10 complex function
math handbook content 4 chapter 10 complex function
Complex analysis
<= back - content - Next =>
See Also