如何在Latex中编写此函数(图像)?

时间:2016-07-15 19:37:14

标签: latex

如何在Latex中编写此函数(图像)?

enter image description here

1 个答案:

答案 0 :(得分:3)

这应该奠定足够的基础:

enter image description here

\documentclass{article}

\setlength{\parindent}{0pt}% Just for this example
\begin{document}

$f \colon \{0,1\}^N \rightarrow \{0,1\}^M$

$f \colon \{0,1\}^N \mapsto \{0,1\}^M$

\end{document}

您可以根据需要更改:(或\colon)周围的间距,也许使用f~\colon~