add solutions to exercises codes

This commit is contained in:
Bogumił Kamiński
2021-12-29 16:08:09 +01:00
parent b82be9e882
commit 99457be917
2 changed files with 72 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ presented in the book please perform the following setup steps:
The codes for each chapter are stored in files named *chXX.jl*, where *XX* is
chapter number.
Solutions to the exercises that are presented in appendix B in
the book are stored in *appB.jl* file. These solutions assume that they are
executed in the same Julia session as the codes from the chapter where the
question was posted (so that appropriate variables and functions are defined
and appropriate packages are loaded).
To work with codes from some given chapter:
* start a fresh Julia session using the `julia --project` command in a folder
containing the downloaded material;