👤

Sagot :

Bonjour,

1) f(x) = 77x + 125

2)

def Dichotomie(a,b,e):

  while (b - a) > e:

     m = (a + b) / 2

     if (77*m + 125) * (77*a + 125) > 0:

        a = m

     else:

        b = m

  return m

77x + 125 = 0

x = -125/77

x = -1,62 environ

3)

L'équation 5x² + 5x - 5 = 0 â pour solution 0.618033988749894 à 1*10^-15 près dans l'intervalle [0;1]

Bonne journée

View image DOUCEPATATE
View image DOUCEPATATE

© 2024 IDNLearn. All rights reserved.