主要符号表
LaTeX | 符号 | 说明 | How to read letter? |
---|---|---|---|
\mathit{x} | 标量 | ||
\boldsymbol{x} | 向量 | ||
\mathrm{x} | 变量集 | ||
\mathbf{A} | 矩阵 | ||
\mathbf{I} | 单位阵 | ||
\mathcal{X} | 样本空间或状态空间 | calligraphic X | |
\mathcal{D} | 概率分布 | Ɗ calligraphic D | |
\mathit{H} | 数据样本(数据集) | ||
\mathcal{H} | 假设空间 | calligraphic H | |
\mathit{H} | 假设集 | ||
\mathfrak{L} | 学习算法 | is Gothic L ; or frak L fraktur L |
|
\left ( \cdot ,\cdot ,\cdot \right ) | 行向量 | ||
\left ( \cdot ;\cdot ;\cdot \right ) | 列向量 | ||
\left ( \cdot \right )^{T} | 向量或矩阵转置 | ||
\left \{ \cdot \cdot \cdot \right \} | 集合 | ||
\left | \left \{ \cdot \cdot \cdot \right \} \right | | 集合中元素个数 | ||
\left \| \cdot \right \|_{p} | 范数,缺省时为范数 | ||
\mathit{P}\left ( \cdot \right ),\mathit{P}\left ( \cdot |\cdot \right ) | 概率质量函数,条件概率质量函数 | ||
\mathit{p}\left ( \cdot \right ),\mathit{p}\left ( \cdot | \cdot \right ) | 概率密度函数,条件概率密度函数 | ||
\mathbb{E}_{\cdot \sim \mathcal{D}}\left [ f\! \left ( \cdot \right ) \right ] | 函数 对 在分布 下的数学期望;意义明确是将省略 和(或) | ||
sup\left ( \cdot \right ) | 上确界 | Supremum | |
\mathbb{I}\! \left ( \cdot \right ) | 指示函数,在 为真和假分别取值为1 , 0 | ||
sign\left ( \cdot \right ) | 符号函数,在 < 0, = 0 , > 0 时分别取值为 -1,0,1 |
How to read?
is blackboard A; is Gothic A.
If there is only one being used, though, we read it as A regardless to the font.
This is a soft question. We can read the letters , , etc. as bold A, bold B, etc. We can read the letters AA, BB, etc. as italic A, italic B, etc. We can read the letters , , etc. as calligraphic A, calligraphic B, etc. But how do we read letters such as , , etc., or , , etc.?
I think it is just acceptable to say "A" and "B"...
It is quite rare that you have to read out aloud any maths that has the same letter appearing in two different fonts like this.
参考:
✍ Calligraphy ̲ℯ̲̲̲ font generator - (fsymbols.com)
上确界_百度百科 (baidu.com)
Text, Fonts & Gothic symbols (letraspro.com)soft question - How to read letters such as $\mathbb A$, $\mathbb B$, etc., or $\mathfrak A$, $\mathfrak B$, etc.? - Mathematics Stack Exchange
\mathbb
,\mathcal
or\mathfrak
.Jan 23, 2013 at 0:37