-
Notifications
You must be signed in to change notification settings - Fork 20
/
other.bib
52 lines (52 loc) · 1.58 KB
/
other.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Math Operators:
% REQUIRED for the built-in macros
% to work (\deriv, \vect etc.)!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@entry{derivative,
name={\derivativefmt{\symbolplaceholder}},
description={infinitesimal change in \symbolplaceholder},
unit={\symbolplaceholder},
}
@entry{partial_derivative,
name={\partialderivativefmt{\symbolplaceholder}},
description={partial, infinitesimal change in \symbolplaceholder},
unit={\symbolplaceholder},
}
@entry{difference,
name={\differencefmt{\symbolplaceholder}},
description={Difference in \symbolplaceholder},
unit={\symbolplaceholder},
}
@entry{flow,
name={\flowfmt{\symbolplaceholder}},
description={\symbolplaceholder{} as a flow quantity},
unit={\unit{\symbolplaceholder\per\second}},
}
@entry{nabla,
name={\nablaoperatorfmt{\symbolplaceholder}},
description={Vector of partial derivatives (Nabla operator) of \symbolplaceholder},
unit={\unit{-}},
}
@entry{mean,
name={\meanfmt{\symbolplaceholder}},
description={Arithmetic mean of \symbolplaceholder{}},
unit={\symbolplaceholder},
}
@entry{logmean,
name={\logmeanfmt{\symbolplaceholder}},
description={Logarithmic mean of \symbolplaceholder{}},
unit={\symbolplaceholder},
}
@entry{vector,
name={\ensuremath{\vectfmt{x}}},
description={Vector},
unit={\unit{-}},
}
@entry{abs,
name={\ensuremath{\absfmt*{\symbolplaceholder}}},
description={Absolute of \symbolplaceholder},
unit={\symbolplaceholder},
}