a programming and math blog.

Thursday, April 3, 2014

Limit laws reference

12:45 PM Posted by Unknown , No comments
Here is a (non-exhaustive) list of the limit laws. Basic laws lim  where c is a constant \lim\limits_{x\to a} x = a Addition law \lim\limits_{x\to a} (f(x) + g(x)) = \lim\limits_{x\to a} f(x) + \lim\limits_{x\to a} g(x) Provided \lim\limits_{x\to a} f(x) and \lim\limits_{x\to a} g(x) exist. Subtraction law $\lim\limits_{x\to a} (f(x)...

Wednesday, March 19, 2014

Introduction to derivatives

7:49 PM Posted by Unknown , No comments
Introduction Derivatives are functions that are (as you can assume) derived from other functions. Derivatives tell you the slope (a.k.a. rate of change) of a function at a given point. For example, assume we have a function f(x)=\frac{x^3}{3}:  The derivative of this function is f'(x)=x^2....

Hello World!

5:06 PM Posted by Unknown No comments
I decided to start a blog (mostly) about programming and mathematics to: help me remember things that I learn. use as a reference. improve my writing skills. hopefully help someone else out. I work with many diverse computer topics. So, as you can imagine, I bounce all over the place. One day I'll be working on a project, lose interest or rage quit, then find myself doing something totally different....