Commit graph

12 commits

Author SHA1 Message Date
c206a75f3c
Re-run Chapter 11 files with Python 3.12 2024-04-08 21:57:36 +02:00
96ff64cfb5
Add initial version of chapter 11's review 2020-10-28 23:10:19 +01:00
30127b3553
Add initial version of chapter 11's summary 2020-10-28 22:42:08 +01:00
8dd24414ac
Streamline slides 2020-10-28 17:20:55 +01:00
ca9df9e440
Show only the necessary decimals 2020-10-28 16:57:48 +01:00
85b7fd274c
Add initial version of chapter 11, part 4 2020-10-28 16:55:09 +01:00
4c123d5d01
Streamline the doctests in the sample_package
- add a couple of doctests
- fix failing existing doctests
2020-10-27 17:38:20 +01:00
6bcfff481c
Add sample_package with linear algebra tools
- add sample_package:
  + __init__.py => high-level description and imports
  + matrix.py => define a Matrix class
  + vector.py => define a Vector class
  + utils.py => package-wide utilities
- streamline the code snippets in the chapter 11 notebooks
  to align with the sample_package
2020-10-27 16:41:22 +01:00
2c83a883c5
Add initial version of chapter 11, part 3 2020-10-27 11:18:59 +01:00
da1940d8b6
Add initial version of chapter 11, part 2 2020-10-27 11:00:13 +01:00
fcf3410ddd
Add initial version of chapter 11's exercises 2020-10-26 22:31:56 +01:00
d874c83eb5
Add initial version of chapter 11, part 1 2020-10-26 16:26:32 +01:00