Skip to content

Commit

Permalink
Add log of matrices week.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Nov 8, 2024
1 parent 1e9d6b3 commit 6b79cfd
Show file tree
Hide file tree
Showing 4 changed files with 2,419 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _posts/2024-11-08-matrices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: "Introduction, lab and review of matrices"
tags:
- matrices
---

This is a brief summary of the 3 classes we have had this week about matrices.

The 3 recordings are available:

- [introduction](https://cardiff.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=af280eb5-6fb8-43d8-87e4-b21a010839c6)
- [virtual lab](https://cardiff.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=eb068ac0-70be-4ac4-8ee3-b22000c19e6b)
- [review](https://cardiff.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=2cdaef07-dc0f-4969-b9ea-b21d00a56425)

You can find the three notebooks here:

- [matrices.ipynb]({{site.baseurl}}/assets/nbs/2024-2025/matrices.ipynb)
- [matrices-tutorial.ipynb]({{site.baseurl}}/assets/nbs/2024-2025/matrices-tutorial.ipynb)
- [matrices-review.ipynb]({{site.baseurl}}/assets/nbs/2024-2025/matrices-review.ipynb)

While there is some new mathematical content here for those of you who have not
done much linear algebra before there is little new programming concepts: just
the code needed to compute some of these new values.

I did not have time today in class to go over question 3 from the exercises
though. This might be a problem that you would find useful to further your
understanding of linear algebra.
Loading

0 comments on commit 6b79cfd

Please sign in to comment.