数学符号π (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 环境下使用数学符号,需 ...
随机推荐
- CosCos2D-android 代码总结
CosCos2D-android 学习总结 资料: Android游戏开发视频教程 Cocos-android-1代码包下载 直接上代码: MainActivity中Cocos常规写法: //coco ...
- shell脚本应用(2)--变量,数值和字符串
变量 定义,赋值: var=value 引用 $var,${var} 特殊变量 $?上条命令状态 $*/$@所有参数列表 $#参数个数 $0执行的命令名称 $1/${10}第1/10个参数 数值运算 ...
- UEditor 使用过程中问题
UEditor 百度的文本编辑器 具体详细信息请去百度文本编辑器官网,这里不多说了. 我使用的是 UBuilder 版本的NET版本 ,我只是需要图片上传功能,所以就做了最小化的定制.(可以在官 ...
- Kafka系列(二)特性和常用命令
Kafka中Replicas复制备份机制 kafka将每个partition数据复制到多个server上,任何一个partition有一个leader和多个follower(可以没有),备份的个数可以 ...
- [置顶] 使用U盘安装ubuntu系统
使用U盘安装ubuntu系统 在网上找了很多教程,都不起效,提示:“从光盘上读取数据出错”. 总结出了几个关键点. 首先,版本,Ubuntu 12.04 Server,一般的U盘安装都会报:“从光盘上 ...
- Mozilla NPAPI开发示例之一(VS2012 + Win7(64位))
入门级的NPAPI开发. NPAPI & NPRuntime 简介 Netscape Plugin Application Programming Interface (NPAPI) NPAP ...
- 10个可以直接拿来用的JQuery代码片段
jQuery里提供了许多创建交互式网站的方法,在开发Web项目时,开发人员应该好好利用jQuery代码,它们不仅能给网站带来各种动画.特效,还会提高网站的用户体验. 本文收集了10段非常实用的jQue ...
- spring boot 数据库连接池配置
HikariCP 连接池配置: http://stackoverflow.com/questions/29650501/hikaricp-starts-when-mvn-spring-bootrun- ...
- IOS获取物理尺寸中7Plus中获取的是7的物理尺寸
IOS获取物理尺寸中7Plus中获取的是7的物理尺寸: 在开发调试过程中我的7Plus手机获取[uiscreen mainscreen].bounds为750 .1334. 解决方案:在手机中的显示 ...
- 《Spring技术内幕》学习笔记17——Spring HTTP调用器实现远程调用
1.Spring中,HTTPInvoker(HTTP调用器)是通过基于HTTP协议的分布式远程调用解决方案,和java RMI一样,HTTP调用器也需要使用java的对象序列化机制完成客户端和服务器端 ...