Skip to content

Commit

Permalink
Update chapter_2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EiseWN authored Sep 28, 2023
1 parent a28fe35 commit 8989587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/practicals/chapter_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ $$ (Eq_2_11)
1. Copy the data file _MPMtransportdata.xls_ in your current work directory and open a new _.py_ file, which you'll save as _Exercise3_.
2. Create a new vector $tau2$ containing the total shear stress $\tau$ when $D_{50}$ > 1 mm and the grain related shear stress $\tau_c$ otherwise ($D_{50}$ < 1 mm). You can use part of the script you wrote at {ref}`EXERCISE-1.3`.
2. Create a new vector $tau2$ containing the total shear stress $\tau$ when $D_{50}$ >= 1 mm and the grain related shear stress $\tau_c$ otherwise ($D_{50}$ < 1 mm). You can use part of the script you wrote at {ref}`EXERCISE-1.3`.
```{note}
[np.log()](https://numpy.org/doc/1.18/reference/generated/numpy.log.html) is natural logarithmic whilst [np.log10()](https://numpy.org/doc/1.18/reference/generated/numpy.log10.html) is base-10 logarithmic.
Expand Down

0 comments on commit 8989587

Please sign in to comment.