|
Written by Administrator
|
|
Ecrire une analyse, un algorithme et un programme Pascal qui permet de saisir un entier n ≥ 2 et un réel x>0 et va remplir et afficher un tableau T par n éléments de la suite U suivante : U 0 = (1 + x) / 2 ; U 1 = (3 + x) / 2 U n = (U n -1 + x / U n -2 ) / 2
|