sui.py

Created by thomas-vignal01

Created on November 16, 2022

699 Bytes


arith : 
un+1 = un + r


terme general d'une suite
un=u0+ n*r
ou
un = u1+(n-1)*r
     u1+(rangcherché-1)*r
un remplacé le terme souhaité

up = un + (p-n)*r

montrer suite arith = 

un+1 - un = r 
positif = croissante et inverse

calculer somme suite ari
(nbr terme(1er terme+dernier terme))/2

calculer dernier et 1er terme
et compter le u0 aussi

((u1+un)/n)*n

u1 = valeur u1
un = valeur dernier terme
n = rang dernie terme

géo 

un+1 = un * q

terme général suite géo
aussi un en fonction de n 
un=u0*q puissance n (rangvoulu)
ou
un= u1 * q puissance n-1


up = un * q**p-n

calculer somme suite géo

= 1er terme * (1-q puissance nbr de terme)/1-q

sn = (u1 * (1-q**n))/ 1-q

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.