mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
33 lines
636 B
Typst
33 lines
636 B
Typst
// Main VL template
|
|
#import "../preamble.typ": *
|
|
|
|
// Fix theorems to be shown the right way in this document
|
|
#import "@preview/ctheorems:1.1.3": *
|
|
#show: thmrules
|
|
|
|
// Main settings call
|
|
#show: conf.with(
|
|
// May add more flags here in the future
|
|
num: 5,
|
|
type: 0, // 0 normal, 1 exercise
|
|
date: datetime.today().display(),
|
|
//date: datetime(
|
|
// year: 2025,
|
|
// month: 5,
|
|
// day: 1,
|
|
//).display(),
|
|
)
|
|
|
|
= Uebersicht
|
|
|
|
== Kondensatoren und Kapazitaet
|
|
|
|
Die Laplace Gleichung
|
|
$
|
|
Delta f_(i) (arrow(x)) = 0 space forall arrow(x) in V
|
|
$
|
|
mit den Randbedingungen
|
|
$
|
|
f_(i) (arrow(x)) = 1 \, space forall j != i \, space f_(i) |_(j) = 0
|
|
$
|