math

Recherche

Voici les résultats de votre recherche.

factorielle-3
8 Occurrences trouvées, Dernière modification :
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
7 Occurrences trouvées, Dernière modification :
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
5 Occurrences trouvées, Dernière modification :
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
4 Occurrences trouvées, Dernière modification :
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
3 Occurrences trouvées, Dernière modification :
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
2 Occurrences trouvées, Dernière modification :
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
2 Occurrences trouvées, Dernière modification :
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
1 Occurrences trouvées, Dernière modification :
thon/|animation 3D analogue]] * [[http://images.math.cnrs.fr/Le-moulin-a-eau-de-Lorenz.html?lang=fr|Le
bokeh_simple
1 Occurrences trouvées, Dernière modification :
/bokeh-2-4-6f8a842dfb4f|Bokeh 2.4. Bokeh 2.4 adds math text support, SVG…]] by Bokeh, Sep, Medium FIXM
courbe_predominance_acide_2013
1 Occurrences trouvées, Dernière modification :
-2013 # Courbe de Prédominance d'un Acide # from math import * import matplotlib.pyplot as plt from Tki
diffusion_chimique_1d
1 Occurrences trouvées, Dernière modification :
/usr/bin/env python # -*- coding: utf-8 -*- from math import * # pour utiliser la librairie graphique m
lennard-jones
1 Occurrences trouvées, Dernière modification :
(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
1 Occurrences trouvées, Dernière modification :
rob.com/]] → 1/99**2 * [[https://mrob.com/pub/math/numbers-14.html]] * [[https://mrob.com/pub/se
maxwell-boltzmann
1 Occurrences trouvées, Dernière modification :
f_speeds """ import matplotlib.pyplot as plt from math import pi,exp # importation des fonctions mathém
multilateration
1 Occurrences trouvées, Dernière modification :
ration|True-range multilateration]] * [[https://math.stackexchange.com/questions/2329756/how-to-conver
numpy_simple
1 Occurrences trouvées, Dernière modification :
pandas
1 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011
1 Occurrences trouvées, Dernière modification :
pieges
1 Occurrences trouvées, Dernière modification :
polynomes-6
1 Occurrences trouvées, Dernière modification :
polynomes-7
1 Occurrences trouvées, Dernière modification :
polynomes-8
1 Occurrences trouvées, Dernière modification :
polynomes-11
1 Occurrences trouvées, Dernière modification :
progappchim
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :