Commit Graph

407 Commits

Author SHA1 Message Date
janishutz 0770c76ef3 [SPCA] Fixes a few errors 2026-01-25 08:11:16 +01:00
RobinB27 eb6240c26e [SPCA] MSI section, minor changes 2026-01-24 19:25:09 +01:00
janishutz ac6c215adf [Analysis] Enable auto-upload 2026-01-24 15:31:21 +01:00
janishutz 3c5e8cc1f9 [EProg] Make summary compile again 2026-01-24 15:27:55 +01:00
janishutz 0a5a444c2c [SPCA] Integrate auto-upload 2026-01-24 15:22:12 +01:00
janishutz 9ab8a012d4 [SPCA] Add title page 2026-01-24 15:20:02 +01:00
janishutz 8514adadc6 [NumCS] Update PDF 2026-01-24 15:15:20 +01:00
Janis Hutz 8db53b80a7 Merge pull request #6 from bfeitknecht/patch-1
patch-dx
2026-01-24 14:12:22 +00:00
janishutz ff86cef50c [SPCA] Virtual memory, Caches updated 2026-01-24 15:04:32 +01:00
Basil Feitknecht c394721942 Update semester3/numcs/parts/02_quadrature/00_introduction.tex
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-24 12:40:11 +01:00
Basil Feitknecht b4ca0ead95 Update semester3/numcs/parts/02_quadrature/00_introduction.tex
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-24 12:39:39 +01:00
RobinB27 28fb91c42d [SPCA] MESI diagram 2026-01-23 19:01:50 +01:00
janishutz 6648f2a188 [Analysis] Fixes 2026-01-23 16:16:59 +01:00
janishutz fe01067f51 [Analysis] Add notes 2026-01-23 13:07:46 +01:00
janishutz 6f2d107a52 [NumCS] Fix error in code 2026-01-23 12:41:49 +01:00
janishutz 878cac1217 [SPCA] Additions to floating point 2026-01-23 11:57:27 +01:00
janishutz 25b3381294 [SPCA] Fix various errors 2026-01-23 10:33:49 +01:00
Janis Hutz b86fd00a60 Update 05_stack.tex 2026-01-23 06:25:31 +00:00
janishutz 6680a29f97 [Analysis] Notes on Green's Formula 2026-01-22 17:24:45 +01:00
janishutz 2f392def81 [Analysis] Add notes for how to do multi-dim integrals 2026-01-22 16:28:02 +01:00
janishutz adac7e17d3 [SPCA] Finish multicore 2026-01-22 13:06:24 +01:00
janishutz f7eeac5470 [SPCA] Synchronization 2026-01-22 07:35:49 +01:00
janishutz 5dffd7391c [SPCA] Update code imports 2026-01-22 07:35:37 +01:00
janishutz f92b002524 [SPCA] Multicore continued 2026-01-21 18:41:40 +01:00
RobinB27 e2ca1266a3 [SPCA] devices 2026-01-21 15:35:22 +01:00
janishutz beca74b40e [SPCA] Start multicore section 2026-01-21 11:27:04 +01:00
janishutz dcc430aff8 [SPCA] Add new sections 2026-01-21 08:42:35 +01:00
janishutz da1897b6b6 [SPCA] HW restructure 2026-01-21 08:35:22 +01:00
RobinB27 5200e02221 [SPCA] Begin HW 2026-01-20 18:24:24 +01:00
RobinB27 28dbcadf2b [NumCS] Compile PDF 2026-01-20 14:31:29 +01:00
RobinB27 d00ec94745 Merge branch 'main' of https://github.com/janishutz/eth-summaries 2026-01-20 14:29:57 +01:00
RobinB27 722ce04126 [NumCS] Reference more code 2026-01-20 14:29:10 +01:00
janishutz 3c1cb6086c [NumCS] Compile summary 2026-01-19 21:03:10 +01:00
janishutz 925dde9771 [NumCS] Add notes on exam 2026-01-19 21:01:29 +01:00
janishutz 26134eb63d [NumCS] Compile changes by @bfeitknecht 2026-01-19 07:05:39 +01:00
Janis Hutz 247814035e Merge pull request #5 from bfeitknecht/main 2026-01-19 06:01:22 +00:00
Basil Feitknecht e0ccc4418d Fix docstring 2026-01-19 00:36:02 +01:00
Janis Hutz 4345c5744f Update 00_introduction.tex
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-18 13:45:34 +00:00
Basil Feitknecht 8d8fc8bf7b Fix my silly mistake (no reevaluation of functions) 2026-01-18 14:36:24 +01:00
Basil Feitknecht 2765f49320 Fix Newton's Method
The old one incorrectly uses the absolute value of the derivative
2026-01-18 14:30:02 +01:00
Basil Feitknecht b824e10269 Fix LaTeX: add missing variable x to \dx macro on line 91 2026-01-18 14:14:15 +01:00
Basil Feitknecht a3686f964c Fix typo in error bounds for quadrature method 2026-01-18 13:38:26 +01:00
janishutz 5de9a21514 [NumCS] Add more sympy tricks 2026-01-18 11:38:17 +01:00
janishutz 3bc264184b [Analysis] Fix error 2026-01-18 08:12:00 +01:00
RobinB27 d41a37eee2 [NumCS] Add code (Gauss-Newton) 2026-01-16 17:19:09 +01:00
janishutz 48529d9495 [Analysis] More notes 2026-01-16 16:19:22 +01:00
RobinB27 2044b9ea79 [NumCS] Add code (GS) 2026-01-16 15:02:33 +01:00
RobinB27 f80c5d0195 [NumCS] Add code (Broyden) 2026-01-16 14:09:56 +01:00
RobinB27 b98fca0205 [NumCS] Add code (damp. newton) 2026-01-16 11:48:57 +01:00
janishutz ad5098bb07 [SPCA] Finish unorthodox control flow 2026-01-16 08:19:39 +01:00