smherwig
Wednesday, June 26, 2013
Related Rates
›
Related rates is just an application of the chain rule. Typically, we have a function $y = x$, where $x$ is implicitly dependent on anothe...
Monday, June 24, 2013
The Newton-Raphson Method
›
The Newton-Raphson method (often shorted to Newton's method) is an algorithm for approximating the roots of a real-valued function. T...
›
Linear Approximations Using Differentials If $f$ is a continuous function such that $f'(a) \ne 0$, then the tangent line to the curve ...
Sunday, June 23, 2013
Calculus I - The Derivative
›
Definition For a real-valued function $f$ of a single real variable, the derivative of $f$ is the function $f'$ whose value at $x$ i...
1 comment:
Wednesday, June 19, 2013
MathJax Test
›
This is a simple post to test that MathJax is working. MathJax allows you to embed Latex markup in an HTML page. MathJax Test Mat...
Saturday, June 8, 2013
Iterating Arrays in Objective-C
›
Objective-C provides several mechanisms for iterating through an array. One can Iterate the array by index Use an iterator to walk the ...
Saturday, June 1, 2013
Using Bash and Awk to Print Long Lines
›
Bash and AWK are great tools for writing small programs. In this blog, we use AWK in a Bash script to print long lines in a file. longl...
›
Home
View web version