数学符号π (Pi)、Σ(Capital Sigma)、μ (Mu) 、σ(sigma)、∏(capital pi), ∫(Integral Symbol)的来历
1、π (Pi; periphery/周长)
March 14 marks Pi Day, the holiday commemorating the mathematical constant π (pi), written numerically as 3.141592+. Since mathematic notation is a language that uses symbols from a multitude of alphabets and typefaces, it seems only fitting that this sixteenth letter of the Greek alphabet get a little attention.
3月14日是Pi节,这个节日纪念数学常量π (pi),即在数学上等于3.141592+的数。
The Latin name of the Greek letter π is pi, pronounced pie. The first recorded use of the letter as a mathematical symbol comes from the Welsh mathematician William Jones in a 1706 work called Synopsis Palmariorum in which he abbreviated periphery or its Greek ancestor περιϕέρεια, meaning “circumference,” to π.
Greek(希腊)字母π在Latin(拉丁语)中转写成了pi,发音类似pie(派)。首次是一个Welsh(威尔士)数学家William Jones在1706年的《Synopsis Palmariorum》书中使用,在这本书中William Jones将periphery或者其希腊词源 περιϕέρεια(指'circumference'「周长」)缩写成了π。
The mathematical pi is defined as the ratio of the circumference of a circle to its diameter. As an irrational number, pi can never repeat when written in decimals; computers have calculated pi to decimal places in the trillions. It is also a transcendental number, a concept that exceeds the capacity of this post to explain.
数学上的pi被定义成圆形的周长和其直径的比。作为一个irrational number(无理数,不能表示成两个整数相除的分数形式),pi如果用十进制记录,pi是不会重复的(不循环)。
Memorizing as many digits of pi as possible is an obsession for some. The Guinness World Record for memorizing digits of π is held by a man named Lu Chao. He set the record in November 2005 at Northwest A&F University in the Shaanxi province of China. It took him 24 hours and 4 minutes to recite the 67,890th decimal place of π without a mistake.
2、Σ(Capital Sigma; Sum notation/求和符号)
Σ(Sigma) is the upper case letter S in Greek. And S stands for Sum(和).
3、μ(Mu; Mean Notation/求平均值符号)
μ (Mu) is mean(均值、平均).
4、σ(sigma)
5、∏(U+220F)(capital pi;连续乘积符号)
product - product of all values in range of series(一系列书的乘积) ∏ xi=x1∙x2∙...∙xn.
6、 ∫(Long s;Integral Symbol/积分符号)
The integral symbol(积分符号)∫is used to denote integrals and antiderivatives in mathematics. The notation was introduced by the German mathematician Gottfried Wilhelm Leibniz(莱布尼茨) towards the end of the 17th century. The symbol was based on the ſ (long s) character, and was chosen because Leibniz thought of the integral as an infinite sum of infinitesimal summands.
∬(double integral; integration of function of 2 variables)
∭(triple integral integration of function of 3 variables)
7、 ℒ(Laplace transform; 拉普拉斯变换符号)
8、δ (delta function)
9、ℱ(U+2131)(ℱ/Fourier transform/傅里叶变换)
X(ω) = ℱ{f (t)}
10、λ (Lamda Expression)
参考:
参考:
1、数学符号 Calculus Symbols
数学符号π (Pi)、Σ(Capital Sigma)、μ (Mu) 、σ(sigma)、∏(capital pi), ∫(Integral Symbol)的来历的更多相关文章
- LaTeX常用数学符号
之前在写博客做笔记时经常会在Word或WPS里写好数学公式再截图上传,一直觉得这样很low.现在实在是不想再去截图上传了,于是决定开始学一下LaTeX.在博客园中使用数学公式的设置可以参考在博客园使用 ...
- Others-常用数学符号大全
常用数学符号读法大全 大写 小写 英文注音 国际音标注音 中文注音 Α α alpha alfa 阿耳法 Β β beta beta 贝塔 Γ γ gamma gamma 伽马 Δ δ deta de ...
- markdown常用数学符号小结
(有任何问题欢迎留言或私聊 && 欢迎交流讨论哦 markdown使用LaTex输入数学公式类 Markdown数学符号&公式 CSDN-MarkDown编辑器使用手册(4)- ...
- 一文学会在Markdown中编辑数学符号与公式
在用Markdown写博客时会涉及到数学符号与公式的编辑,下面进行汇总.随手记录,方便你我他. 行内公式:将公式插入到本行内 $0.98^{365} \approx 0.0006$ 我的365天:\( ...
- Latex 数学符号
本文完全转自 <常用数学符号的 LaTeX 表示方法>,在此转载仅仅为了便于查阅,谨向原作者致以崇高的敬意. 常用数学符号的 LaTeX 表示方法 (以下内容主要摘自“一份不太简短的 LA ...
- 数学符号“s.t.”的意义
在优化问题的求解中,如线性规划.非线性规划问题等,经常会遇到数学符号“s.t.”,它的意思是什么呢? “s.t.”,指 subject to,受限制于.... 例如: 目标函数:min {x+2} 约 ...
- LaTeX常用数学符号表示方法
转自:http://www.mohu.org/info/symbols/symbols.htm 常用数学符号的 LaTeX 表示方法 (以下内容主要摘自“一份不太简短的 LATEX2e 介绍”) 1. ...
- 常用数学符号的 LaTeX 表示方法
常用数学符号的 LaTeX 表示方法 (以下内容主要摘自"一份不太简短的 LATEX2e 介绍") 1.指数和下标可以用^和_后加相应字符来实现.比如: 2.平方根(square ...
- LaTex Verbatim 环境下使用数学符号
参考: Write math and make a box with alltt environment LaTex Verbatim 环境下使用数学符号 在 Verbatim 环境下使用数学符号,需 ...
随机推荐
- 15个易遗忘的Java问题
通常,在面试中,会遇到面试官提一些比较“偏冷”的基础知识,比如基本数据类型所占用的字节数,或者Unicode和UTF-8的区别之类的问题,这时很多应聘者会答错.还有在平常编码的过程中,很多时候会用到除 ...
- poj 1523 SPF【点双连通求去掉割点后bcc个数】
SPF Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 7246 Accepted: 3302 Description C ...
- springMVC学习笔记--初识springMVC
前一段时间由于项目的需要,接触了springMVC(这里主要是讲3.1版,以下内容也是围绕这个版本展开),发觉其MVC模式真的很强大,也简单易用,完全是基于注解实现其优雅的路径配置的.想想以前接手的项 ...
- 第二步 在D2RQ平台上配置jena环境
第二步 在D2RQ平台上配置jena环境 2013年10月16日 9:48:53 搞了这么长时间语义,只用过protege这样的工具,一直没有落实到实际代码上.jena也看过好久了,总认为是hp公司的 ...
- 恼人的Visual Studio 2010崩溃重启问题
上周时Visual Studio 2010突然出现崩溃现象.在源文件修改只要一编译,马上就崩溃,而且还不弹出任何异常窗口,严重影响软件开发工作. google了无数解决方案 试了下面这些方法: 1)h ...
- HTML 的 iframe 元素
在 HTML 中, iframe 元素用于在网页中嵌入其它网页的内容,例如: <iframe src="http://example.com/abc.html">ifr ...
- IOS tableView 自定义cell 多行时 文字重复现象
今天写了一个demo,有一个问题,有很多cell,但是超过一页后往下翻,发现文字有重叠现象, cell用的是重用机制,按说不会这样,最终解决的方案: 勾选这个,clears graphics cont ...
- Oracle Linux 6.3下安装Oracle 11g R2(11.2.0.3)
本文主要描写叙述了在Oracle Linux 6.3下安装Oracle 11gR2(11.2.0.3).从Oracle 11g開始,Oracle官方站点不再提供其Patch的下载链接,须要使用Meat ...
- BDB (Berkeley DB)数据库简单介绍(转载)
近期要使用DBD,于是搜了下相关的资料,先贴个科普性的吧: 转自http://www.javaeye.com/topic/202990 DB综述DB最初开发的目的是以新的HASH訪问算法来取代旧的hs ...
- OPTIMIZE TABLE
INNODB 不支持 mysql> OPTIMIZE TABLE t; +--------+----------+----------+----------------------------- ...