|
You are here |
micromath.wordpress.com | ||
| | | | |
www.jeremykun.com
|
|
| | | | | For those who aren't regular readers: as a followup to this post, there are four posts detailing the basic four methods of proof, with intentions to detail some more advanced proof techniques in the future. You can find them on this blog's primers page. Do you really want to get better at mathematics? Remember when you first learned how to program? I do. I spent two years experimenting with Java programs on my own in high school. | |
| | | | |
njwildberger.com
|
|
| | | | | Modern mathematics is enormously complicated and sophisticated. It takes some courage, and perhaps some foolishness, to dare to suggest that behind the fancy theories lie serious logical gaps, and indeed error. But this is the unfortunate reality. Around the corner, however, is a new and more beautiful mathematics, a more honest mathematics, in which everything... | |
| | | | |
mathscholar.org
|
|
| | | | | [AI summary] The text presents a detailed, self-contained proof of the Fundamental Theorem of Calculus (FTC) using basic principles of calculus and real analysis. It breaks the proof into two parts: Part 1 establishes that the integral of a continuous function defines a differentiable function whose derivative is the original function, and Part 2 shows that the definite integral of a continuous function can be computed as the difference of an antiderivative evaluated at the endpoints. The proof relies on lemmas about continuity, differentiability, and the properties of integrals, avoiding advanced techniques. The text is structured to provide a clear, step-by-step derivation of the FTC for readers familiar with calculus fundamentals. | |
| | | | |
www.jeremykun.com
|
|
| | | Machine learning is broadly split into two camps, statistical learning and non-statistical learning. The latter we've started to get a good picture of on this blog; we approached Perceptrons, decision trees, and neural networks from a non-statistical perspective. And generally "statistical" learning is just that, a perspective. Data is phrased in terms of independent and dependent variables, and statistical techniques are leveraged against the data. In this post we'll focus on the simplest example of thi... | ||