Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- factorielle-3
- thématique, elle est bien sûr intégrée au module "math", appelable par l'instruction "import math". On peut vérifier en mode console de Python via la commande "help(math)" que la fonction "[[https://docs.python.org/3/library/math.html#math.factorial|factorial]]" est effectivemen
- presentation_principes
- fonctions standard ==== <code python> >>> import math >>> math.pi 3.141592653589793 >>> math.cos(0) 1.0 >>> math.__dict__ {'tanh': <built-in function tanh>, 'asin': <built-in function asin>, ... .
- pavage_penrose_2013
- travail de EC et LP, ba2 chimie 2012-2013 import math import cmath import cairo # definir le nombre d'or goldenRatio = (1 + math.sqrt(5)) / 2 def subdivide(triangles): resu... in xrange(10): B = cmath.rect(1, (2*i - 1) * math.pi / 10) C = cmath.rect(1, (2*i + 1) * math.pi / 10) if i % 2 == 0: B, C = C, B # seco
- grille_configurations_melange_binaire_2013
- me binaire modélisé from Tkinter import * import math import random root = Tk() #Fonction appelée lor... s possibles #N!/N1!(N-N1)! nbrEtats = int(math.factorial(size)/(math.factorial(nb1)*math.factorial(size-nb1))) c.create_text(50, 500, text="Nombre d'états possibles: "
- notions_fondamentales
- Importer un module de fonctions. Exemples : from math import * --> les fonction abs, sqrt, sin,... devi... ceci : <code python> a = 16 print(sqrt(a)) from math import * print(sqrt(a)) </code> ==== Veracité/fa... e ces directives en mode interactif sur le module math * pour les programmes longs et utilisant plusie
- matplotlib_simple
- tascience.com/the-simplest-way-of-making-gifs-and-math-videos-with-python-aec41da74c6e|The easiest and fastest way to make GIFs and math videos with Python - How to create amazing animat
- polynomes-5
- fonction mathématique ====== <code python poly05-math-sinus.py> #!/usr/bin/env python # -*- coding: UTF... 'un programme pour évaluer des polynomes """ from math import * def polyeval(x,a): """ Fonction
- attracteur_lorenz
- thon/|animation 3D analogue]] * [[http://images.math.cnrs.fr/Le-moulin-a-eau-de-Lorenz.html?lang=fr|Le
- bokeh_simple
- /bokeh-2-4-6f8a842dfb4f|Bokeh 2.4. Bokeh 2.4 adds math text support, SVG…]] by Bokeh, Sep, Medium FIXM
- courbe_predominance_acide_2013
- -2013 # Courbe de Prédominance d'un Acide # from math import * import matplotlib.pyplot as plt from Tki
- diffusion_chimique_1d
- /usr/bin/env python # -*- coding: utf-8 -*- from math import * # pour utiliser la librairie graphique m
- lennard-jones
- (0.5,0.5,0), (0.5,0,0.5) et (0,0.5,0.5). """ from math import * motif = [(0,0,0),(0.5,0.5,0),(0.5,0,0.5
- math_nombres
- rob.com/]] → 1/99**2 * [[https://mrob.com/pub/math/numbers-14.html]] * [[https://mrob.com/pub/se
- maxwell-boltzmann
- f_speeds """ import matplotlib.pyplot as plt from math import pi,exp # importation des fonctions mathém
- multilateration
- ration|True-range multilateration]] * [[https://math.stackexchange.com/questions/2329756/how-to-conver