Markdown 语法:求和符号(\sum)详解
在Markdown中,可以使用LaTeX语法来表示数学公式和符号。要表示求和符号,可以使用\sum命令。\n\n示例:\n\n$\sum_{i=1}^{n} i$\n\n\n效果:\n$\sum_{i=1}^{n} i$\n\n在上述示例中,$\sum_{i=1}^{n} i$表示求和符号,下标为1,上标为n,并且求和的变量为i。你可以根据需要调整下标、上标和求和的变量。
原文地址: https://www.cveoy.top/t/topic/qdsn 著作权归作者所有。请勿转载和采集!