**TI83F*

Created by TI-Smartview CE 5.4.0.1858     Ü  Ë C8EX106A  Ë É PYCD%08_Indice_TleTechno_ex106_2a_prof.py from math import *
def rectangle():
    x=1
    u=0
    h=1/2
    for i in range(4):
        u=u+h*sqrt(x)
        x=x+h                 
    return u98