Skip to content

Commit c0e932f

Browse files
committed
Update linear_equations.md
1 parent 703877b commit c0e932f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/linear_equations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To handle such systems we need two things:
3939

4040
This lecture covers these steps.
4141

42-
We will use the following imports:
42+
We will use the following packages:
4343

4444
```{code-cell} ipython3
4545
import numpy as np
@@ -757,7 +757,7 @@ Before we implement the solution let us consider a more general setting.
757757
It is natural to think about demand systems with more goods.
758758

759759
For example, even within energy commodities there are many different goods,
760-
including crude oil, gasoline, coal, natural gas, ethanol and uranium.
760+
including crude oil, gasoline, coal, natural gas, ethanol, and uranium.
761761

762762
The prices of these goods are related, so it makes sense to study them
763763
together.

0 commit comments

Comments
 (0)