Files
TMA4135/exercise7/main.typ
2025-10-10 22:42:11 +02:00

58 lines
949 B
Typst

#import "lib.typ"
#let FONT_SIZE = 18pt;
#set page(paper: "a4", margin: (x: 2.6cm, y: 2.8cm), numbering: "1 : 1")
#set par(justify: true, leading: 0.52em)
#set text(font: "FreeSerif", size: FONT_SIZE, lang: "us")
#show math.equation: set text(
font: "Euler Math",
size: (FONT_SIZE * 1.0),
lang: "en",
)
#set heading(numbering: none)
#show heading.where(level: 1): it => {
rect(inset: FONT_SIZE / 2)[#it]
}
these are my solutions to the seventh exercise set of TMA4135.
this document was created using
#link("https://typst.app/")[#text(blue.darken(5%))[typst]].
#lib.title(size: FONT_SIZE)[exercise 7]
\
#outline(title: none)
#pagebreak()
= problem 1
#include "problem1.typ"
= problem 2
#include "problem2.typ"
= problem 4
#include "problem4.typ"
= problem 8
#include "problem8.typ"
#pagebreak()
= problem 10
#include "problem10.typ"
#line(length: 100%)
I think I understand at least some numerics and ODEs now... 😅