Compare commits

...

6 Commits

Author SHA1 Message Date
Jan Meyer
707ab68523 Merge remote-tracking branch 'origin/master' 2026-04-25 18:04:42 +02:00
Jan Meyer
8609ff2517 vault backup: 2026-04-25 18:04:39 2026-04-25 18:04:39 +02:00
Jan Meyer
3421d8160d vault backup: 2026-04-19 23:08:40 2026-04-19 23:08:40 +02:00
Jan Meyer
c1b7ba4561 vault backup: 2026-04-19 23:04:59 2026-04-19 23:04:59 +02:00
Jan Meyer
436b9099a6 vault backup: 2026-04-19 23:02:46 2026-04-19 23:02:46 +02:00
Jan Meyer
f7bb320dd2 vault backup: 2026-04-19 22:58:25 2026-04-19 22:58:25 +02:00
3 changed files with 27 additions and 6 deletions

3
00 Inbox/Untitled 1.base Normal file
View File

@@ -0,0 +1,3 @@
views:
- type: table
name: Table

Binary file not shown.

View File

@@ -1,15 +1,33 @@
#let assignment_header(course, index) = {
set page(
#set page(
header: align(right, [
#set text(size: 9pt)
#set par(leading: .3em)
#pad(y: -.5cm, [
#course \
Hausaufgabe #index \
Mathe II \
Hausaufgabe 01 \
Jan Meyer \
664237
])
])
)
}
#assignment_header("Mathe II", 1)
== Problem 1 _Stammfunktionen_
a) $ &integral x^2 exp(x^3) d x = 1/3 exp(x^3) + C $
b)
$ &integral ln(x^2)/x^2 d x = -(2 ln(x) + 2)/x + C $
c)
$ &integral 1/2 (sin(2x) + 1) d x = 1/4 (-cos(2x) + 2x) + C $
== Problem 2 _Integrale und Stammfuntionen_
a)
$ &integral (2x^2 - 3x + 4) / x d x = x^2 - 3x + 4 ln abs(x) + C $
b)
$ &integral (2 cos(x)) / (1 + sin(x)) d x = 2 ln abs(1 + sin(x)) + C $
c)
$ &integral exp(2x) sqrt(1 + exp(2x)) d x = 1/3(1 + exp(2x))^(3/2) + C $