Skip to content

nurfnick/Mathematical_Musings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathematical_Musings

A place to store some random programming files

Occasionally I have a great programming idea that I am sure is not as novel as I believe. I will place them here and forget I ever did it. Perhaps they can provide future inspiration.

  1. The first file I created was a checker for pythagorean triples. I have a proof that for any odd numer $x$, there is a triple in the form $$ x, y, y+1$$ To see this just note that $y= \frac{x^2-1}2$.

  2. Next file I uploaded explored random project matricies and the fact that on average, they will preserve the length of a higher dimensional vector. I found this result quite shocking when I read about it. My baby Monte Carlo simulation clearly holds that it is true. This result is related to the Johnson-Lindenstrauss Lemma.

  3. I learned some dynamical programming so I applied it to A. Wells favorite example in American sports, the seven game series. You can compute the probability of winning the series based on your advantage of winning each game.

About

A place to store some random programming files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published