mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
10 lines
229 B
Typst
10 lines
229 B
Typst
#let ee = "e"
|
|
#let ii = "i"
|
|
#let span = $op("span")$
|
|
#let Poly = math.cal("P")
|
|
#let LinearMap = math.cal("L")
|
|
#let complexification(vv) = $vv_upright(C)$
|
|
#let rhs = "R.H.S."
|
|
#let lhs = "L.H.S."
|
|
#let restricted(ff, uu) = $ff|_uu$
|