Here's your template!

@today automatically stamps your notes with today's date. Fill in the topic of the lecture or class. Then use the Cornell Notes structure below. Click the + New Notes button above to automatically generate a fresh set of notes in this format.

Date: October 5, 2019

Topic:

Recall

Motivation

Constructing the Factorization

Implementing LU

Notes

Move some of the O(n^3) for Gaussian elimination into pre-computation time.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/02cc0b6d-6fc2-4b67-80be-6c9dbbc55f7b/Screen_Shot_2021-04-15_at_3.37.49_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/098cc553-c0e2-4b7d-a451-e8788e2836ab/Screen_Shot_2021-04-15_at_3.36.59_PM.png

Observation

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3f5d131c-8c3c-42cd-8910-9e93f25eb641/Screen_Shot_2021-04-15_at_3.38.01_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0faff11e-7bcf-4b5a-97b1-094b1384f854/Screen_Shot_2021-04-15_at_3.40.03_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a0529c54-6a16-4f54-bf81-6404a673ecb3/Screen_Shot_2021-04-15_at_3.43.07_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d581b432-2539-4d6b-ade6-33d25bdf7206/Screen_Shot_2021-04-15_at_3.43.37_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c31cc1a0-ab5e-40b0-9d28-c4c620a3b1e9/Screen_Shot_2021-04-15_at_3.46.30_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e9d28d9d-01b0-4e96-8c2b-3232148be6d4/Screen_Shot_2021-04-15_at_3.47.12_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ab4cbe05-77fa-454d-8424-351bd5514f84/Screen_Shot_2021-04-15_at_3.47.59_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/435a8d48-b1c5-4d4b-9de1-d6aa5195f219/Screen_Shot_2021-04-15_at_3.53.22_PM.png

pseudocode for the simplest LR factorization strategy:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3b5d56c8-187a-4e05-94a2-144d5d87b413/Screen_Shot_2021-04-15_at_3.55.48_PM.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/27f53524-2f32-4a7d-ad04-ed5a8c7b7817/Screen_Shot_2021-04-15_at_3.56.10_PM.png

<aside> 📌 SUMMARY:

</aside>