abs

Recherche

Voici les résultats de votre recherche.

progappchim
10 Occurrences trouvées, Dernière modification :
isation comme l'article [[http://pubs.acs.org/doi/abs/10.1021/ed300877z|Software for Demonstration of F... dilution globale : cf. [[http://pubs.acs.org/doi/abs/10.1021/ed400297t|cet article]] : extension de l'... bases conjuguées) : cf..[[http://pubs.acs.org/doi/abs/10.1021/ed400808c|cet article]] * Utilisation d... ions enzymatiques : cf. [[http://pubs.acs.org/doi/abs/10.1021/ed3006677|cet article]] * Tableau pério
numpy_simple
4 Occurrences trouvées, Dernière modification :
== Fonctions mathématiques principales : ==== * abs, sign, sqrt * logarithmes/exponentielles : log,... 10.0,0.025) y1 = f1(x) z1 = fft.fft(y1) w1 = np.abs(z1[:len(z1)//2]) y2 = f2(x) z2 = fft.fft(y2) w2 = np.abs(z2[:len(z2)//2]) y3 = f3(x) z3 = fft.fft(y3) w3 = np.abs(z3[:len(z3)//2]) # doc subplot : http://matplotl
ph-3d
4 Occurrences trouvées, Dernière modification :
dilution globale : cf. [[http://pubs.acs.org/doi/abs/10.1021/ed400297t|cet article]] <code python pH... /ed400297t see fig here : http://pubs.acs.org/doi/abs/10.1021/ed400297t Python code under GPLv3 GNU Ge... olyroots(p) return float(-np.log10(x[np.where(abs(x-27.5)<27.5)])) # only significant [H+] is retu... , références ====== * [[http://pubs.acs.org/doi/abs/10.1021/acs.jchemed.6b00682|3-D Topo Surface Visu
analyse_images
3 Occurrences trouvées, Dernière modification :
ata), data.ndim, data.shape, data.dtype datafft = abs(np.fft.rfft2(data)) datafft[0, 0] = 0 # remove DC... .ndim, datafft.shape, datafft.dtype plt.imshow(np.abs(np.fft.fftshift(datafft)), interpolation='nearest') plt.show() plt.imshow(np.abs(np.fft.fftshift(datafft))[192:320, 192:320], inte
ensemble_mandelbrot_2013
3 Occurrences trouvées, Dernière modification :
ombre d'iteration z = z**2 + c if abs(z) > 2: #abs(z) correspond au module de z break #arrête l'execution du for si la condition est remplie if abs(z) >= 2: return False else: r
epidemie_coronavirus
1 Occurrences trouvées, Dernière modification :
pydemic 0.1.0 documentation]] [[https://arxiv.org/abs/1503.04066|[1503.04066] Compensating for populati
notions_fondamentales
1 Occurrences trouvées, Dernière modification :
s. Exemples : from math import * --> les fonction abs, sqrt, sin,... deviennent accessibles ! Essayez p
pavage_penrose_2013
1 Occurrences trouvées, Dernière modification :
e color, A, B, C = triangles[0] cr.set_line_width(abs(B - A) / 10.0) cr.set_line_join(cairo.LINE_JOIN_R
pylab_simple
1 Occurrences trouvées, Dernière modification :
arange(0.0,10.0,0.025) y1 = f1(x) z1=fft(y1) w1 = abs(z1[:len(z1)/2]) # doc subplot : http://matplotli
scikit_learn
1 Occurrences trouvées, Dernière modification :
entific documents. Cf. [[https://pubs.acs.org/doi/abs/10.1021/acs.jcim.6b00207|ChemDataExtractor: A Too