Web log de Serge Boisse
On line depuis 1992 !
Si cette page vous a plu, Copiez son adresse et partagez-la !
http://sboisse.free.fr/science/maths/image-fonction-complexe.php
Auteur: Serge Boisse
Date: Le 26/03/2023 à 16:03
Type: web/MOC
Tags:
pub: oui
commentaires: oui
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!
Some examples z^2
zz*
(z+1)/(z-1)
sin(z)
e^z
log(z)
sech(z)
arctan(z)
z^3-1
0.926(z+7.3857e-2 z^5+4.5458e-3 z^9)
Jacobi elliptic sn(z, 0.3)
Gamma function gamma(z)
Iterated function iter(z+z*^2,z,12)
Les constantes i, pi 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 ::
Commentaires (1) :
Page : [1]Le 03/10/2020 à 19h57
Ajouter un commentaire (pas besoin de s'enregistrer)
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.