Thursday

Visual: What is Inflation?

 +----------+        +----------+
 |          |        |          |
 | time t1  |   ==>  | time t2  |
 | item x1  |        | item x1  |
 |          |        |          |
 +----------+        +----------+
                       cost 
                       price
                       salary = 

No comments:

Newton-Raphson Method in C++

The Newton Raphson Method is an open method used to find the roots of a function. It employs the technique of linear approximation and invol...