suites.py

Created by anaali

Created on February 11, 2024

668 Bytes


# Type your text here
'''
croissante : U(n+1)>Un
  
decroissante : U(n+1)<Un

minoree :Un>l
  
majorée : Un<l

convergente 
  Un croissante et majoree
            ou
  Un decroissante et minoree
____________________________
Suite geometrique:
  Vn = V(k)* q**(n-k)
  
  Sens de variation:
    Uo>0 
    q>1 Un croissante
    0<q <1 Un décroissante
    q<0 Un n'est pas monotone
  
   S=1+q**1+q**2...+q**n
    =(1-q(n+1)) /(1-q)
____________________________
Suite arithmetique:
  Un = U(k)*(n-k)r
  
  Croissante: U(n+1)>Un
  r>1
  r<1
  
  S=1+2+...+n =(n(n+1)/2

convergente tend nombre fini
divergente tend infini ou pas de limite.
    
'''

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.