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