LaTeX et la plume

Dans cette nouvelle séquence consacrée aux fractions, nous allons insérer des fractions avec les packages units et xfrac, afin d'obtenir un affichage optimal.
#LaTeX #math
youtu.be/ed72HP3WKrU

Paysages Mathématiques

28 mars 1928: #CeJourLà naissance de Alexandre Grothendieck (†13/11/2014), mathématicien français médaillé Fields (1966) pour ses travaux fondamentaux en géom. algébrique, pour avoir introduit l'idée de la K-théorie et "révolutionné l'algèbre homologique"
fr.wikipedia.org/wiki/Alexandr
#mathématiques #maths #math

Alexandre Grothendieck — Wikipédia

fr.wikipedia.org
Rémi Eismann

One day, one decomposition
A212165: Numbers k such that the maximum exponent in its prime factorization is not less than the number of positive exponents (A051903(k) >= A001221(k))

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A212165.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #sequence #OEIS #javascript #php #3D #numbers #exponent #prime #factorization #graph #threejs #webGL

Arne Babenhauserheide

In Mathe-Ass könnt ihr jetzt euren Highscore exportieren und importieren:

draketo.de/anderes/mathe-ass

Ein erster Schritt, um Lernfortschritte sichtbarer zu machen: wenn die Highscore wichtiger wird, muss erstmal sichergestellt werden, dass sie nicht verloren geht.

Bitte sagt Bescheid, wenn was nicht klappt.

Dank für die Motivation, das endlich anzugehen, gebührt dem Architect of Games: “How Monster Hunter Mastered Progression”
youtube.com/watch?v=V4anoUua_M

#programming #math #schule #gamedev

Mar 28, 2025, 00:04 · · · 1 · 0
Paysages Mathématiques

"As history proves abundantly, mathematical achievement, whatever its intrinsic worth, is the most enduring of all." – Godfrey Harold Hardy (1877-1947)
#quote #mathematics #math #maths

Paysages Mathématiques

"Comme l'histoire le prouve abondamment, la réussite mathématique, quelle que soit sa valeur intrinsèque, est la plus durable de toutes." – Godfrey Harold Hardy (1877-1947)
#citation #mathématiques #maths #math

Your Autistic Life FR/EN/ES

"You know how to compute a sine, right?"

"Yes... suck a toe."

"Pardon?"

"Suck a toe."

"I don't want to suck anyone's toe! Let's get back on topic."

"No... S.O.H.C.A.H.T.O.A."

#math #sines #sohcahtoa

ResearchBuzz: Firehose

Vanderbilt University: New course unlocks the power of generative AI for MATLAB programming. “A new Massive Open Online Course (MOOC) on the Coursera platform is teaching professionals and students how to better use artificial intelligence tools like ChatGPT to improve their MATLAB programming skills and productivity.”

https://rbfirehose.com/2025/03/27/vanderbilt-university-new-course-unlocks-the-power-of-generative-ai-for-matlab-programming/

Vanderbilt University: New course unlocks the power of generative AI for MATLAB programming | ResearchBuzz: Firehose

ResearchBuzz: Firehose | Individual posts from ResearchBuzz
Karsten Johansson

Lisp Fun. A mathematical oddity.

Some numbers, when multiplied by consecutive numbers, produce a bit of a cycle. Try this code and notice that all the answers are permutations of the same number, 142857.

(defun cycle-142857 ()
"Prints the magical 142857 × 1..6 cycle."
(let ((n 142857))
(format t "~%Watch this cycle:~%")
(loop for i from 1 to 6 do
(format t "~d × ~d = ~d~%" n i (* n i)))))

When you've exhausted your fun running it, increment the number to see what 142857 * 7 gives you.

#commonlisp #lisp #math

Karsten Johansson

Python Fun. A mathematical oddity.

Some numbers, when multiplied by consecutive numbers, produce a bit of a cycle. Try this code and notice that all the answers are permutations of the same number, 142857.

When you've exhausted your fun running it, increment the number to see what 142857 * 7 gives you.

def cycle_142857():
n = 142857
print("\nWatch this cycle:")
for i in range(1, 7):
print(f"{n} × {i} = {n * i}")

#python #math

Rémi Eismann

One day, one decomposition
A212164: Numbers k such that the maximum exponent in its prime factorization is greater than the number of positive exponents (A051903(k) > A001221(k))

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A212164.
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #sequence #OEIS #javascript #php #3D #numbers #exponent #prime #factorization #graph #threejs #webGL