Skip to content

Commit 57407ba

Browse files
committed
incorporated changes from code review
1 parent 4e6cd44 commit 57407ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/tools_and_techniques/geom_series.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Below we'll use the following packages:
4747

4848
```{code-cell} julia
4949
using LinearAlgebra, Statistics
50-
using Distributions, Plots, Printf, QuantEcon, Random, Symbolics
50+
using Distributions, Plots, Random, Symbolics
5151
```
5252

5353
## Key Formulas
@@ -816,7 +816,7 @@ After that, we'll use `Symbolics.jl` to compute derivatives
816816
G = (1 + g)
817817
R = (1 + r)
818818
p0 = x0 / (1 - G * R ^ (-1))
819-
print("Our formula is: ", p0)
819+
print("Our formula is: $p0")
820820
```
821821

822822
```{code-cell} julia

0 commit comments

Comments
 (0)