From 8afe442fcceda542aad14a01bb875f2872c6726e Mon Sep 17 00:00:00 2001 From: Julia van der Kris <juliavdkris@gmail.com> Date: Tue, 13 Feb 2024 15:28:04 +0100 Subject: [PATCH] Fix some issues in the book --- Chapter2/LinearIndependence.md | 2 +- Chapter7/LeastSquares.md | 2 +- _config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chapter2/LinearIndependence.md b/Chapter2/LinearIndependence.md index abd55c2..9c7b94f 100644 --- a/Chapter2/LinearIndependence.md +++ b/Chapter2/LinearIndependence.md @@ -534,7 +534,7 @@ If we had to bring the matrix with these six vectors as columns to echelon form, Often, on news sites or in newspapers, you might see the standings of a football tournament displayed in a large table, as in {numref}`Tab:LinInd:SoccerExample`. Quite a lot of the information in such a table is redundant because some of the columns are linearly dependent. -:::{csv-table} The final standings of the first season of the Eredivisie football played in 1956-57, as shown on <a href=https://en.wikipedia.org/wiki/1992-93_FA_Premier_League>Wikipedia</a> on Wednesday, March 23rd 2022. +:::{csv-table} The final standings of the first season of the Eredivisie football played in 1956-57, as shown on <a href=https://en.wikipedia.org/w/index.php?title=1956%E2%80%9357_Eredivisie&oldid=1057049833>Wikipedia</a> on Wednesday, March 23rd 2022. :class: longtable table-bordered table-striped table-hover :name: Tab:LinInd:SoccerExample :header-rows: 1 diff --git a/Chapter7/LeastSquares.md b/Chapter7/LeastSquares.md index d59d8d9..27165b4 100644 --- a/Chapter7/LeastSquares.md +++ b/Chapter7/LeastSquares.md @@ -1114,7 +1114,7 @@ give a unique least squares solution, and it is $\hat{a} = 1.6$, $\hat{b} = 0.3 {numref}`Figure %s <Fig:LeastSquares:LSline>` shows both lines. -:::{figure} Images/Fig-LeastSquares-LSline.svg +:::{figure} Images/Fig-LeastSquares-LSLine.svg :name: Fig:LeastSquares:LSline Least squares line diff --git a/_config.yml b/_config.yml index 411b997..0260a54 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # in _config.yml title: "Linear Algebra" -author: "Created by a team of lecturers and developers from the Delft Institute of Applied Mathematics from the TU Delft University of Technology. TODO create and add link to authors document." +author: "Created by a team of lecturers and developers from the Delft Institute of Applied Mathematics from the TU Delft University of Technology." only_build_toc_files: true html: -- GitLab