In my experience, any cheat sheet that I didn't make myself is useless to me. Going directly to the sheet without having done the synthesis of information yourself skips the most important part of the process.
Mathematics Cheat Sheet [pdf]
21–30 of 70 posts
Re: Mathematics Cheat Sheet [pdf]
#22This came up 2 years ago on Hacker News[1] and I wrote the following: /QUOTE I think the author's page (Alex Spartalis) deserves to be mentioned: https://www.alexspartalis.com/cheat-sheet.html He has the same version (v2.10) there and mentions that, "The Web version does not include the distribution functions due to file size restrictions. Email me if you would like a copy of these." That explains why pages 213-330 a…
Re: Mathematics Cheat Sheet [pdf]
#23Do people really use this or any other of the cheatsheets you find online? In my experience, any cheat sheet that I didn't make myself is useless to me. Going directly to the sheet without having done the synthesis of information yourself skips the most important part of the process.
Re: Mathematics Cheat Sheet [pdf]
#24Typo on page 56, "Laprange" instead of "Lagrange". Also I find it strange that logarithms are part 10 / page 121, after Newtonian mechanics.
> PART 2: MATHEMTAICAL SYMBOLS
Re: Mathematics Cheat Sheet [pdf]
#25Do people really use this or any other of the cheatsheets you find online? In my experience, any cheat sheet that I didn't make myself is useless to me. Going directly to the sheet without having done the synthesis of information yourself skips the most important part of the process.
Often going through that process leaves you remembering them.
Re: Mathematics Cheat Sheet [pdf]
#26My first thought what an outstanding pdf, my second though; this should be in latex on github/gitlab, so people can contribute and maintain, I would love to add numerical psedo code to as much equations as I possibly can with my primitive comprehension of mathematics.
Let's do this; I just created https://github.com/Accacio/math-cheatsheet , When I get time I will implement CI/CD to genereate the pdfs
You may take a look on `.travis.yml`[0] used for MetaPost + ConTeXt rendition of Oliver Byrne's "The first six books of the Elements of Euclid".[1]
[0] https://github.com/jemmybutton/byrne-euclid/blob/master/.tra...
[1] https://github.com/jemmybutton/byrne-euclid/releases/tag/Cur...
Re: Mathematics Cheat Sheet [pdf]
#27Earlier quoted context omitted.
Let's do this; I just created https://github.com/Accacio/math-cheatsheet , When I get time I will implement CI/CD to genereate the pdfs
> When I get time I will implement CI/CD to genereate the pdfs You may take a look on `.travis.yml`[0] used for MetaPost + ConTeXt rendition of Oliver Byrne's "The first six books of the Elements of Euclid" .[1] [0] https://github.com/jemmybutton/byrne-euclid/blob/master/.tra... [1] https://github.com/jemmybutton/byrne-euclid/releases/tag/Cur...
Re: Mathematics Cheat Sheet [pdf]
#28Earlier quoted context omitted.
Let's do this; I just created https://github.com/Accacio/math-cheatsheet , When I get time I will implement CI/CD to genereate the pdfs
> When I get time I will implement CI/CD to genereate the pdfs You may take a look on `.travis.yml`[0] used for MetaPost + ConTeXt rendition of Oliver Byrne's "The first six books of the Elements of Euclid" .[1] [0] https://github.com/jemmybutton/byrne-euclid/blob/master/.tra... [1] https://github.com/jemmybutton/byrne-euclid/releases/tag/Cur...
Re: Mathematics Cheat Sheet [pdf]
#29What is this useful for, page 45? Rational Numbers: Every rational number can be written as r = [(r - 1) + (r + 1)] / 2 I would have expected p / q with p and q integers or some variation of this.
It's also totally trivial when you rewrite it slightly: (r + r + 1 - 1) / 2. So basically adding r to itself to get 2r then dividing by 2 gives you back r, with a pointless plus and minus 1 thrown in.
When you have to go the opposite direction, you start with r and must turn it something that fits some other expression, there are infinite ways to proceed. Right ones rarely just pop up into your mind.
Remembering trivial identities things like that are useful as small intermediate steps when manipulating expressions.
Re: Mathematics Cheat Sheet [pdf]
#30This came up 2 years ago on Hacker News[1] and I wrote the following: /QUOTE I think the author's page (Alex Spartalis) deserves to be mentioned: https://www.alexspartalis.com/cheat-sheet.html He has the same version (v2.10) there and mentions that, "The Web version does not include the distribution functions due to file size restrictions. Email me if you would like a copy of these." That explains why pages 213-330 a…
Isn't it here? http://mathscheats.weebly.com/2019-downloads.html