diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 22:32:38 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 22:32:38 +0200 |
| commit | b28f97f3526859633fde603764b827389279d10f (patch) | |
| tree | ef483985fc0be4237f98b2ad7dd0682b160b4cef /tables/electrical-quantities.typ | |
| parent | 32d3f3d945002c1413490449aa08522c78f4dcad (diff) | |
| download | same-b28f97f3526859633fde603764b827389279d10f.tar.gz same-b28f97f3526859633fde603764b827389279d10f.tar.bz2 same-b28f97f3526859633fde603764b827389279d10f.zip | |
extract figures in separate files
Diffstat (limited to 'tables/electrical-quantities.typ')
| -rw-r--r-- | tables/electrical-quantities.typ | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tables/electrical-quantities.typ b/tables/electrical-quantities.typ new file mode 100644 index 0000000..dd66889 --- /dev/null +++ b/tables/electrical-quantities.typ @@ -0,0 +1,21 @@ +#import "../lib/unify.typ": unit + +#figure( + table( + columns: 3, + table.header([Symbol], [Definition], [Typical unit]), + [$V$], [Voltage (general)], [$unit(V)$], + [$I$], [Current (general)], [$unit(A)$], + [$R$], [Resistance], [$unit("ohm")$], + [$C$], [Capacitance], [$unit(F)$], + [$L$], [Inductance], [$unit(H)$], + [$P$], [Power], [$unit(W)$], + [$f$], [Frequency], [$unit("Hz")$], + [$omega$], [Angular frequency ($omega = 2 pi f$)], [$unit("radian per second")$], + + [$tau$], [Time constant ($tau = upright("RC") "or" upright("L/R")$)], [$unit(s)$], + + [$upright("BW")$], [Bandwidth], [$unit("Hz")$], + ), + caption: [Electrical quantities], +) <table-electrical-quantities> |
