Categories
math

How to handle rational functions

How to handle rational functions: Rational functions can be tricky. You need to worry about when functions do not exist! What does that even mean? Any rational function can be expressed as f(x) = g(x) / h(x); where g(x) and h(x) are polynomial functions. There will be values of x that cause h(x) to equal […]

Categories
data science math

Random Walks

Here’s a paper I wrote in 2019 for Math 110. I think it might be helpful for anyone taking a statistical mechanics or probability class. It summarizes many of the basic concepts of random walks, Markov processes, and Brownian motion. If you read this please let me know. I wonder if it’s correct….