Skip to content

Instantly share code, notes, and snippets.

View Nikolaj-K's full-sized avatar
💭
I'm combinating Why's.

Nikolaj Kuntner Nikolaj-K

💭
I'm combinating Why's.
  • DLR Germany, IST Austria, Infineon, ...
  • Vienna
View GitHub Profile
@Nikolaj-K
Nikolaj-K / matplotlib_animation.py
Last active December 1, 2020 22:04
Social distancing simulation animation
"""
https://youtu.be/rQwnOZFuYsU
In this video I use the animation tools in the matplotlib Python library
to help create a dynamic graph as seen in the Washington Post article
"Why outbreaks like coronavirus spread exponentially, and how to 'flatten the curve'".
Andrej Bauers code:
https://github.com/andrejbauer/social-distancing-simulator
Help translate it into more languages and tell Andrej I sent you.
Andrej Bauers page:
https://social-distancing-simulator.andrej.com/english.html
@Nikolaj-K
Nikolaj-K / axis_angle.txt
Last active September 26, 2020 20:03
The virgin rotation matrix and the Chad Axis–angle representation
https://youtu.be/gBMdTSXhYsY
----
https://en.wikipedia.org/wiki/3D_rotation_group
https://en.wikipedia.org/wiki/Rotation_(mathematics)
https://en.wikipedia.org/wiki/Rotation_formalisms_in_three_dimensions
https://en.wikipedia.org/wiki/Rotation_matrix
https://en.wikipedia.org/wiki/Euler%27s_rotation_theorem
https://en.wikipedia.org/wiki/Axis%E2%80%93angle_representation
@Nikolaj-K
Nikolaj-K / cbdh.py
Last active April 5, 2020 16:20
The Campbell-Baker-Hausdorff and Dynkin formula and its finite nature
"""
The script used in this video presentation:
https://youtu.be/E7V36JvHbsA
Relevant Wikipedia pages:
https://en.wikipedia.org/wiki/Exponential_function
https://en.wikipedia.org/wiki/Matrix_exponential
https://en.wikipedia.org/wiki/Logarithm_of_a_matrix
https://en.wikipedia.org/wiki/Baker%E2%80%93Campbell%E2%80%93Hausdorff_formula
@Nikolaj-K
Nikolaj-K / Euler_formulas.txt
Last active September 26, 2020 20:03
Euler'ss formula, Rodrigues' rotation formula
Video in which this page is discussed:
https://youtu.be/jckyLXSWgZM
===== Euler formlua =====
$z,t\in{\mathbb C}$. Recall
$\cosh(z):=\sum_{k=0}^\infty\frac{z^{2k}}{(2k)!}$
@Nikolaj-K
Nikolaj-K / wolfram_physics_project.txt
Last active September 26, 2020 20:03
Wolframs Theory Of The Universe Physics Project Article Review
# Pitch
https://blog.wolfram.com/
https://blog.wolfram.com/2020/04/14/finally-we-may-have-a-path-to-the-fundamental-theory-of-physics-and-its-beautiful/
(Also posted below)
Computational generation of "universes".
## related
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
@Nikolaj-K
Nikolaj-K / riemann_zeta_function.py
Last active September 30, 2023 04:41
Understanding and computing the Riemann zeta function
"""
Script discussed in this video:
https://youtu.be/Fl3XgPpvSNI
https://en.wikipedia.org/wiki/Riemann_zeta_function
http://www.claymath.org/sites/default/files/ezeta.pdf
http://www.claymath.org/sites/default/files/zeta.pdf
Note:
@Nikolaj-K
Nikolaj-K / algebra_statistics.txt
Last active September 26, 2020 20:03
Review of "At the Interface of Algebra and Statistics"
Those are the notes that I got through in the video here:
https://youtu.be/sIy9pD4sTVA
########## Links:
https://arxiv.org/abs/2004.05631
https://youtu.be/wiadG3ywJIs
@Nikolaj-K
Nikolaj-K / Mathematical_Knowledge_Management.txt
Last active September 26, 2020 20:02
Mathematical Knowledge Management Survey Paper Review
This is my notes to the paper presented in the video
https://youtu.be/Pp85jeBCDmc
And here's some of the other links shown in the video:
https://en.wikipedia.org/wiki/Mathematical_knowledge_management
https://arxiv.org/pdf/1912.03028.pdf (A Survey on Theorem Provers in Formal
Methods)
@Nikolaj-K
Nikolaj-K / page_with_MathJax.html
Last active May 25, 2020 22:09
Minimal LaTeX rendering html scheme via MathJax for live viewing in a browser
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<!-- The following three lines are optional and taken directly from https://getbootstrap.com/docs/3.4/getting-started/>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
@Nikolaj-K
Nikolaj-K / uwu.py
Last active March 30, 2024 13:28
Bijections between the natural numbers and the list of natural numbers
"""
Video
https://youtu.be/soHBNEJlzL0
----
https://arxiv.org/pdf/1301.0129.pdf
http://www.cse.unt.edu/~tarau/
https://www.youtube.com/channel/UCnR2ZTsDZQt5bHpbqo9k77A