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.

  1. 参考:What’s the Origin of the Word “Pi”?
  2. 参考:PI in etymonline.com

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.

参考:Integral_symbol

∬(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、淺談 Lisp 裡面的 Lambda

2、匿名函数/Anonymous Function

参考:


1、数学符号 Calculus Symbols

2、Sigma Notation

3、Multiplication Wikipedia

数学符号π (Pi)、Σ(Capital Sigma)、μ (Mu) 、σ(sigma)、∏(capital pi), ∫(Integral Symbol)的来历的更多相关文章

  1. LaTeX常用数学符号

    之前在写博客做笔记时经常会在Word或WPS里写好数学公式再截图上传,一直觉得这样很low.现在实在是不想再去截图上传了,于是决定开始学一下LaTeX.在博客园中使用数学公式的设置可以参考在博客园使用 ...

  2. Others-常用数学符号大全

    常用数学符号读法大全 大写 小写 英文注音 国际音标注音 中文注音 Α α alpha alfa 阿耳法 Β β beta beta 贝塔 Γ γ gamma gamma 伽马 Δ δ deta de ...

  3. markdown常用数学符号小结

    (有任何问题欢迎留言或私聊 && 欢迎交流讨论哦 markdown使用LaTex输入数学公式类 Markdown数学符号&公式 CSDN-MarkDown编辑器使用手册(4)- ...

  4. 一文学会在Markdown中编辑数学符号与公式

    在用Markdown写博客时会涉及到数学符号与公式的编辑,下面进行汇总.随手记录,方便你我他. 行内公式:将公式插入到本行内 $0.98^{365} \approx 0.0006$ 我的365天:\( ...

  5. Latex 数学符号

    本文完全转自 <常用数学符号的 LaTeX 表示方法>,在此转载仅仅为了便于查阅,谨向原作者致以崇高的敬意. 常用数学符号的 LaTeX 表示方法 (以下内容主要摘自“一份不太简短的 LA ...

  6. 数学符号“s.t.”的意义

    在优化问题的求解中,如线性规划.非线性规划问题等,经常会遇到数学符号“s.t.”,它的意思是什么呢? “s.t.”,指 subject to,受限制于.... 例如: 目标函数:min {x+2} 约 ...

  7. LaTeX常用数学符号表示方法

    转自:http://www.mohu.org/info/symbols/symbols.htm 常用数学符号的 LaTeX 表示方法 (以下内容主要摘自“一份不太简短的 LATEX2e 介绍”) 1. ...

  8. 常用数学符号的 LaTeX 表示方法

    常用数学符号的 LaTeX 表示方法 (以下内容主要摘自"一份不太简短的 LATEX2e 介绍") 1.指数和下标可以用^和_后加相应字符来实现.比如: 2.平方根(square ...

  9. LaTex Verbatim 环境下使用数学符号

    参考: Write math and make a box with alltt environment LaTex Verbatim 环境下使用数学符号 在 Verbatim 环境下使用数学符号,需 ...

随机推荐

  1. iOS 第三方库冲突的处理

    最近项目组在做一些第三方功能的集成,不止一次的遇到第三方库冲突的问题,报错如下: duplicate symbol _OBJC_METACLASS_$_JKSerializer in: /Users/ ...

  2. windows 7 下安装 IIS 和 ArcGis Server 9.3 遇到的问题及解决方法

    windows 7 下安装 IIS 和 ArcGis Server 9.3 遇到的问题及解决方法 分类: ArcGIS server 计算机2012-07-31 14:17 631人阅读 评论(0)  ...

  3. JSON ,JSONArray和JSONObject

    和 XML 一样,JSON 也是基于纯文本的数据格式.由于 JSON 天生是为 JavaScript 准备的,因此,JSON 的数据格式非常简单,可以用 JSON 传输一个简单的 String,Num ...

  4. android 开源项目学习<二>

    roottools:   RootTools gives Rooted developers easy access to common rooted tools...  https://code.g ...

  5. Android - TextView Ellipsize属性

    Android - TextView Ellipsize属性 本文地址: http://blog.csdn.net/caroline_wendy android:ellipsize属性: If set ...

  6. Python+Django+SAE系列教程17-----authauth (认证与授权)系统1

    通过session,我们能够在多次浏览器请求中保持数据,接下来的部分就是用session来处理用户登录了. 当然,不能仅凭用户的一面之词,我们就相信,所以我们须要认证. 当然了,Django 也提供了 ...

  7. Redis学习手册(实例代码)

    在之前的博客中已经非常详细的介绍了Redis的各种操作命令.运行机制和服务器初始化参数配置.本篇博客是该系列博客中的最后一篇,在这里将给出基于Redis客户端组件访问并操作Redis服务器的代码示例. ...

  8. linux和windows中设置环境变量经常使用命令

    Linux和Windows下查看环境变量方法 一.查看全部环境变量的名称和值: Linux下:export Windows下:set 二.依据名称查该环境变量的值: Linux下:echo $环境变量 ...

  9. 第一篇:GPU 编程技术的发展历程及现状

    前言 本文通过介绍 GPU 编程技术的发展历程,让大家初步地了解 GPU 编程,走进 GPU 编程的世界. 冯诺依曼计算机架构的瓶颈 曾经,几乎所有的处理器都是以冯诺依曼计算机架构为基础的.该系统架构 ...

  10. iOS中的imageIO与image解码

    ImageIO对外开放的对象有CGImageSourceRef.CGImageDestinationRef,不对外开放的对象有CGImageMetadataRef.CoreGraphics中经常与im ...