Fractals/trigonometric

How to compute it

One can use Maxima CAS to find it :

(%i1) z: x+y*%i;
(%o1) %i*y+x
(%o2) %i*y+x
(%i3) realpart(sinh(z));
(%o3) sinh(x)*cos(y)
(%i8) trigrat(sinh(x));
(%o8) (%e^−x*(%e^(2*x)−1))/2
(%i11) expand(%);
(%o11) %e^x/2−%e^−x/2

sin(Z) =

cos(Z)

sinh(Z)

cosh(Z)

Images

See : commons:Category:Trigonometric maps

Videos

See also