add chapter 6

This commit is contained in:
Bogumił Kamiński
2022-01-17 00:22:06 +01:00
parent 2ca7eb6737
commit 8b39fdb427
4 changed files with 267 additions and 1 deletions

View File

@@ -38,4 +38,8 @@ To work with codes from some given chapter:
* execute the commands sequentially as they appear in the file;
the codes were prepared in a way that you do not need to restart Julia
when working with material from a single chapter, unless it is explicitly
written in the instructions to restart Julia (some of the codes require this).
written in the instructions to restart Julia (some of the codes require this);
* before each code there is a comment allowing you to locate the relevant part
of the book where it is used; if in the code there is a blank line between
consecutive code sections this means that in the book these codes are
separated by the text of the book explaining what the code does