title: Helpful Math Notes
A collection of helpful notes and info on key topics within undergraduate math courses.
I created this database to help me with two things:
This database is no where near comprehensive and is sometimes just incorrect but it tries to reference course notes or external sources in order to account for this. I recommend you use this database alongside a textbook or another, more in depth, source.
If you find an error, glitch, or incorrect information please note it down. I am planning on creating a way to report these issues and it will be posted here once I figure it out.
You can use the search button above to quickly search for specific files or see below for more broad topics. Note: this index file doesn't have links to every document in this database and some topics must be manually searched for.
Calculus is defined as the "the mathematical study of continuous change" by Wikipedia. Simply put it is the study of the how different parts of a graph are related to each other. It is split into two major branches, differential and integral calculus.
Differential calculus is the rate of change of a graph, the slope of the line. Integral calculus is the area under the, or sometimes between two, graph(s). One interesting and very useful aspect of these two branches are how they relate to each other. If you find the integral of a graph of a function's derivative you get the original function that, albeit missing some information.
See the calculus info-dump for more topics/links.
Linear Algebra is defined as "the branch of mathematics concerning linear equations" by Wikipedia. Simply put it is the study or equations have a linear behavior, in that they are not exponential. It is generally used to find values within these equations and usually follow the form
In order to solve these equations scalars, vectors, and matrices are often used. A scalar is a signal number, for example if
You can visit Wikipedia for more information on what linear algebra is and what it is used for.
See the linear algebra info-dump for more topics/links.
To be expanded.
Python is a programming language that can be used in a wide variety of applications, most useful for us is its ability to solve many different problems.
Please note that all examples in this database assume that you are working within the online interpreter or (if you are running your Python program elsewhere) have already ran the commands listed in python -> installation.