Example with Julia and Pluto: constant e from discrete interest rate payments
Andre C. Silva
September 2022
CONTENTS
- expdiscrete.jl --- Julia source to be opened with Pluto
- expdiscretePluto.pdf --- The result of the source code saved as PDF
- expdiscretePluto.mp4 --- A video showing how the slider works, and how the value of interest payments in a continuous interval gets close to the constant e = exp(1)
TO RUN THE CODE
- Install Julia. See https://julialang.org/
- Run Julia and install the package Pluto. See https://github.com/fonsp/Pluto.jl/blob/master/README.md
- In the Julia REPL, type Pluto.run()
For a step by step installation guide, see https://computationalthinking.mit.edu/Spring21/installation/