#[1]next [2]previous [3]up [4]next [5]next [6]up [7]previous [8]contents [9]index suivant: [10]Termes d'une suite récurrente monter: [11]Les fonctions spécifiques du précédent: [12]Les fonctions spécifiques du [13]Table des matières [14]Index Tableau de valeurs de f (x) : tablefunc On peut avoir, dans le tableur, le tableau des valeurs numériques d'une expression f (x) pour x = x0, x0 + h, x0 + 2*h.... en tapant dans la ligne de commande du tableur : tablefunc(f(x),x,x0,h) ou tablefunc(f(x),x). Après avoir selectionné A0, on tape, par exemple, dans la ligne de commande du tableur : tablefunc(x^2,x,-1,0.2) On obtient si on a 15 lignes : A B 0 x x^2 1 0.2.0 "Tablefunc" 2 -1 1.0 3 -0.8 0.64 4 -0.6 0.36 .. .. .. 14 1.4 1.96 Dans le cas où les valeurs du point de départ x0 et du pas h ne sont pas précisées, ces valeurs valent par défaut x0=X- et h=((X+)-(X-))/10 où X- et X+ sont définis dans la configuration du graphique (bouton rouge geo) et valent au démarrage X-=-5.0 et X+=5.0 et donc x0=-5.0 et h=1.0. On peut donc avoir aussi dans le tableur, les valeurs numériques des termes d'une suite u[n] = f (n) pour n = n0, n0 + 1, n0 + 2,.... en tapant dans la ligne de commande du tableur : tablefunc(f(n),n,n0). Après avoir selectionné A0, on tape, par exemple, dans la ligne de commande du tableur : tablefunc(n^2,n,5,1) On obtient si on a 15 lignes : A B 0 n n^2 1 1.0 "Tablefunc" 2 5 25.0 3 6.0 36.0 4 7.0 49.0 .. .. .. 14 17.0 289.0 Remarque Lorsque la colonne A est sélectionnée, tablefunc(f(x),x,x0,h) a pour effet de placer, dans la colonne A et à partir de la ligne 0 : x,h,x0,A2+A$1 et, dans la colonne B et à partir de la ligne 0 : f(x),"Tablefunc",evalf(subst(B$0,A$0,A2)) _________________________________________________________________ [15]next [16]up [17]previous [18]contents [19]index suivant: [20]Termes d'une suite récurrente monter: [21]Les fonctions spécifiques du précédent: [22]Les fonctions spécifiques du [23]Table des matières [24]Index Documentation de [25]giac écrite par Renée De Graeve References 1. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node27.html 2. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 3. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 4. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node27.html 5. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node27.html 6. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 7. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 8. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node233.html 9. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node232.html 10. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node27.html 11. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 12. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 13. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node233.html 14. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node232.html 15. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node27.html 16. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 17. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 18. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node233.html 19. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node232.html 20. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node27.html 21. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 22. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node25.html 23. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node233.html 24. file://localhost/cygdrive/c/PROJET/pagesaspirees/mathematique/francais/node232.html 25. http://www-fourier.ujf-grenoble.fr/~parisse/giac_fr.html