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 |
|
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
|
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 |
|
|
|
5de9a21514
|
[NumCS] Add more sympy tricks
|
2026-01-18 11:38:17 +01:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
ad5098bb07
|
[SPCA] Finish unorthodox control flow
|
2026-01-16 08:19:39 +01:00 |
|
|
|
8ca91096af
|
[SPCA] Restructure
|
2026-01-16 07:29:07 +01:00 |
|
RobinB27
|
a656f3b4b0
|
[SPCA] restructure
|
2026-01-15 17:04:16 +01:00 |
|
RobinB27
|
26849b84d3
|
Merge branch 'main' of https://github.com/janishutz/eth-summaries
|
2026-01-15 17:03:12 +01:00 |
|
RobinB27
|
425ea10c05
|
[SPCA] Floating Point
|
2026-01-15 17:03:09 +01:00 |
|
|
|
d874ce7fa9
|
[SPCA] CPP toolchain, prepare unorthodox control flow slides summary
|
2026-01-15 16:33:05 +01:00 |
|
|
|
f45cd52de5
|
[SPCA] Intro to GCC
|
2026-01-15 10:29:31 +01:00 |
|
RobinB27
|
7921cb36c2
|
[NumCS] Add code (Zeros)
|
2026-01-14 19:04:44 +01:00 |
|
RobinB27
|
300448aca2
|
[NumCS] Add code (adapt. quad)
|
2026-01-14 15:41:27 +01:00 |
|
RobinB27
|
2ddf40a6fe
|
[NumCS] Add code (2d quad)
|
2026-01-14 14:41:33 +01:00 |
|
|
|
aae5fd3421
|
[NumCS] Add notes for task from mock exam
|
2026-01-14 13:11:32 +01:00 |
|
RobinB27
|
738115f0b3
|
[SPCA] Vulnerabilities
|
2026-01-13 17:26:14 +01:00 |
|
RobinB27
|
42d368525f
|
[SPCA] finish linking
|
2026-01-13 16:53:01 +01:00 |
|
RobinB27
|
222eb95e4c
|
Merge branch 'main' of https://github.com/janishutz/eth-summaries
|
2026-01-13 15:29:29 +01:00 |
|
RobinB27
|
d2b10811fd
|
[SPCA] start linking
|
2026-01-13 15:29:26 +01:00 |
|
|
|
f584247866
|
[NumCS] Update code in introduction
|
2026-01-13 15:21:12 +01:00 |
|
RobinB27
|
4629cb75e1
|
[SPCA] Improve Stack section
|
2026-01-13 14:46:30 +01:00 |
|
|
|
b1ff4cf1dd
|
[NumCS] Fix python example
|
2026-01-13 13:42:24 +01:00 |
|
|
|
97f600ccb1
|
[NumCS] Fix error from comsol comments
|
2026-01-13 12:18:00 +01:00 |
|
|
|
a7eb412c84
|
[NumCS] Add numpy, scipy and sympy quick overview
|
2026-01-13 11:22:34 +01:00 |
|
|
|
ca0cab49a5
|
[NumCS] Compile PDF
|
2026-01-12 16:34:11 +01:00 |
|
|
|
2d91a6b6cf
|
[NumCS] Fix some errors
|
2026-01-12 16:33:44 +01:00 |
|
RobinB27
|
0d2fc1f47e
|
[NumCS] Update/Add code examples
|
2026-01-12 14:46:51 +01:00 |
|
|
|
9da3a2c0d3
|
[SPCA] Finish stack, data type compilation details
|
2026-01-12 12:02:53 +01:00 |
|
|
|
639c147264
|
[SPCA] Stack
almost complete, still missing variadic functions
|
2026-01-12 08:06:51 +01:00 |
|
RobinB27
|
53c5e984b2
|
[SPCA] new pdf
|
2026-01-11 16:55:51 +01:00 |
|
RobinB27
|
8d819da868
|
Merge branch 'main' of https://github.com/janishutz/eth-summaries
|
2026-01-11 16:54:10 +01:00 |
|
RobinB27
|
42b7451241
|
[SPCA] more assembly
|
2026-01-11 16:52:34 +01:00 |
|
|
|
6446bb2fde
|
[SPCA] Update credits
|
2026-01-11 16:19:00 +01:00 |
|
|
|
601218e590
|
[NumCS] Fix error
|
2026-01-11 15:26:11 +01:00 |
|
RobinB27
|
f0c472bb87
|
[Analysis] Add example
|
2026-01-11 11:40:21 +01:00 |
|
|
|
58b70a2ec6
|
[SPCA] Fix some errors, add example
|
2026-01-11 08:36:55 +01:00 |
|
|
|
acffe6b3e6
|
[SPCA] Format
|
2026-01-11 08:05:05 +01:00 |
|
RobinB27
|
35c06e4edf
|
[SPCA] more assembly
|
2026-01-10 19:57:50 +01:00 |
|
RobinB27
|
59f4151a3e
|
[SPCA] Add example to ASM
|
2026-01-10 17:29:22 +01:00 |
|
RobinB27
|
99ee7507a3
|
[SPCA] Improve Allocation section
|
2026-01-10 15:55:14 +01:00 |
|
|
|
722759c1e8
|
[SPCA] ASM ops, basic syntax
|
2026-01-10 08:36:28 +01:00 |
|
|
|
02f6df0138
|
[LinAlg] Fixes #3
|
2026-01-09 17:44:24 +01:00 |
|