ocelote
Inscrit le: 10 Sep 2006 Messages: 11
|
Posté le: 09 Déc 2006 14:40 Sujet du message: Fonction complexe ? |
|
|
bonjour, j'essaie de tracer une courbe dans C mais apparement elle veut pas se faire
Code: | > f:=(z^2)/(z-2*I);
> plot(f,z=-10..10,y=-10..10);
2
z
f := -------
z - 2 I
Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct
Plotting error, empty plot
|
merci de votre aide |
|