Articles
Register
Sign In
Search
Artwork
Beginner
0
Followers
2
Questões
1
Respostas
Artwork
May 2020 | 2 Respostas
Bonjour ! J'ai un problème pour un DM en Spé (1ère) : sur la tangente d'une courbe sur PYTHON ->Le programme est là : import matplotlib.pyplot as pltimport numpy as npfrom math import sqrtdef f(x): return(sqrt(x))def derivee_f(x): return(1/(2*sqrt(x)))def trace_racine_carre(xmin,xmax): LX=np.linspace(xmin,xmax,100) LY=np.sqrt(LX) plt.plot(LX,LY,"r-")def trace_tangente(f,a): LX=np.linspace(-10,10,100) LY=((derivee_f(a))*(LX-a)+f(a)) plt.plot(LX,LY,"b-")plt.axis([-5,10,0,15])plt.grid()trace_racine_carre(0,10)trace_tangente(f,3)plt.show()
Responda
Artwork
May 2020 | 1 Respostas
J'ai un problème pour mon exo sur Python (1ère) sur l'allure d'une courbe. Si quelqu'un pourrait juste me donner un coup de pouce ou même m'expliquer je suis dispo, merci. (15pts)
Responda
Helpful Links
Sobre nós
Política de Privacidade
Termos e Condições
direito autoral
Contate-Nos
Helpful Social
Get monthly updates
Submit
Copyright © 2024 ELIBRARY.TIPS - All rights reserved.