Journal d'un Terrien

Web log de Serge Boisse

On line depuis 1992 !

Publicité

Si cette page vous a plu, Copiez son adresse et partagez-la !
http://sboisse.free.fr/science/maths/image-fonction-complexe.php

image-fonction-complexe
Metadata
Serge Boisse
Le 26/03/2023 à 16:03
web/MOC
oui
oui

Image of a point by a complex function: the online application!

This interactive application allows you to visually see the image of a point or a straight line by any function in the complex plane.

Enter a function f(z) such as e^z, and move the red dot. The yellow point will be the image in the complex plane of z. Moreover, as a bonus, this interactive application gives the image by f of a cross centered on the cursor! Click in the white field below to enter any function of the variable z and move the red dot!

z = , f =
  f(z) =

Scale : 5.0

Syntaxe à utiliser pour entrer la fonction z->f(z)

Les constantes ipi et e are recognized and multiplication is implicit ; so e^iz is equivalent to exp(i*z).
z* is the complex conjugate of z, so zz* is the square root of the modulus. But you can get the modulus itself whith  |z| ou si vous préférez, modulus(z).
* is multiplication ^ the power operator. but for compatibility with programming langages, ** is also the power operator? Be careful as z**2 reads like 'z^2'.
If you want to multiply the conjugate of z by 2, use (z*)*2 or  2*z*.
Finally, z! is the factorial of z and it works even if z is complex, thanks obviously to the gamma function.
The recognized functions are ::

  • random(): Gives a complex random number of module between 0 and 1.
  • re(z), im(z) :real and imaginary parts.
  • modulus(z), argz()
  • floor(z), ceil(z)
  • square(z), cube(z), sqrt(z)
  • exp(z) = e^z, log(z)
  • sin(z), cos(z), tan(z), cot(z), sec(z), csc(z)
  • asin(z), acos(z), atan(z). names like arcsin...are also valid:
  • arcsin, arccos, arctan, arccot, arcsec, arccsc
  • sinh(z), cosh(z), tanh(z), coth(z), sech(z), csch(z) :complex hyperbolic trig !
  • arcsinh(z), arccosh(z), arctanh(z), arccoth(z), arcsech(z), arccsch(z)
  • gamma(z)
  • pow(a,b) équivalent de a^b ou a**b
  • binomial(a,b)
  • sn(z,k), cn(z,k), dn(z,k) : Jacobi elliptic functions
  • sum(f(z,n),N) : returns the sum of the values f(z,n) for n varying from 0 to N-1. For example sum(z**-n,5)
  • iter(f(z),z,n) : will iterate f acting on z, n times.
Ads
Commentaires

Commentaires (1) :

Page : [1] 

math fan
Le 03/10/2020 à 19h57
awesome !


Ajouter un commentaire (pas besoin de s'enregistrer)

Pseudo :
Message :


image de protection
En cliquant sur le bouton "Envoyer" vous acceptez les conditions suivantes : Ne pas poster de message injurieux, obscène ou contraire à la loi, ni de liens vers de tels sites. Respecter la "netiquette", ne pas usurper le pseudo d'une autre personne, respecter les posts faits par les autres. L'auteur du site se réserve le droit de supprimer un ou plusieurs posts à tout moment. Merci !
Ah oui : le bbcode et le html genre <br>, <a href=...>, <b>b etc. ne fonctionnent pas dans les commentaires. C'est voulu.
< Retour en haut de la page