黎曼曲面Riemann Surface
黎曼曲面Riemann Surface

A Riemann surface is a surface-like configuration that covers the complex plane with several, and in general infinitely many, "sheets." These sheets can have very complicated structures and interconnections (Knopp 1996, pp. 98-99). Riemann surfaces are one way of representing multiple-valued functions; another is branch cuts. The above plot shows Riemann surfaces for solutions of the equation
黎曼曲面是一种类似于曲面的结构,它覆盖了多个,通常是无限多个的“片”。这些片可以有非常复杂的结构和相互连接(Knopp 1996,pp.98-99)。Riemann曲面是表示多值函数(功能)的一种方法;另一种是分支切割。上图显示了方程解的黎曼曲面。

其中d=2, 3, 4, and 5, where w(z) is the Lambert W-function (M. Trott).
The Riemann surface S of the function field K is the set of nontrivial
discrete valuations on K. Here, the set S corresponds to the ideals of the ring A of K integers of K over C(z) . ( A consists of the elements
of K that are roots of monic polynomials over C(z) .) Riemann surfaces provide a geometric visualization of functions elements and their analytic
continuations.
函数(功能)域K的Riemann曲面S是K上的一组非平凡离散赋值集,这里的S对应于C(z)上K的整数环A的理想。(A由K的元素组成,这些元素是C[z]上的一元多项式的根)。Riemann曲面提供了函数(功能)元素及其解析连续性的几何可视化。
Schwarz proved at the end of nineteenth century that the automorphism
group of a compact Riemann surface of genus g>=2 is finite, and Hurwitz (1893) subsequently showed that its order is at most 84(g-1) (Arbarello et
al. 1985, pp. 45-47; Karcher and Weber 1999, p. 9). This bound is attained for infinitely many g, with the smallest of g such an extremal surface being 3 (corresponding to the Klein quartic). However, it is also known that there are infinitely many genera for which the bound 84(g-1) is not attained (Belolipetsky 1997, Belolipetsky and Jones).
Schwarz在十九世纪末证明了亏格g>=2的紧致黎曼曲面的自同构群是有限的,Hurwitz(1893)随后证明了它的阶至多为84(g-1)(Arbarello等人。1985年,第45-47页;卡彻和韦伯1999年,第9页)。对于无穷多的g,这个界是得到的,并且这样一个极值曲面的最小g是3(对应于Klein四次曲线)。然而,我们也知道,有无限多的属没有达到84(g-1)的界限(belloipetsky 1997,belloipetsky和Jones)。
黎曼曲面Riemann Surface的更多相关文章
- 普林斯顿数学指南(第一卷) (Timothy Gowers 著)
第I部分 引论 I.1 数学是做什么的 I.2 数学的语言和语法 I.3 一些基本的数学定义 I.4 数学研究的一般目的 第II部分 现代数学的起源 II.1 从数到数系 II.2 几何学 II.3 ...
- Geometry Surface of OpenCascade BRep
Geometry Surface of OpenCascade BRep eryar@163.com 摘要Abstract:几何曲面是参数表示的曲面 ,在边界表示中其数据存在于BRep_TFace中, ...
- OpenCASCADE构造一般曲面
OpenCASCADE构造一般曲面 eryar@163.com Abstract. 本文主要介绍常见的曲面如一般柱面(拉伸曲面).旋转面在OpenCASCADE中的构造方法,由此思考一般放样算法的实现 ...
- How to do Mathematics
著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处.作者:匿名用户链接:http://www.zhihu.com/question/30087053/answer/47815698来源 ...
- 流形(Manifold)初步【转】
转载自:http://blog.csdn.net/wangxiaojun911/article/details/17076465 欧几里得几何学(Euclidean Geometry) 两千三百年前, ...
- 流形(Manifold)初步
原文链接 欧几里得几何学(Euclidean Geometry) 两千三百年前,古希腊数学家欧几里得著成了<几何原本>,构建了被后世称为“欧几里得几何学”的研究图形的方法.欧几里得创立了当 ...
- Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记
The author has a course on web: http://brickisland.net/DDGSpring2016/ It has more reading assignment ...
- Topology and Geometry in OpenCascade-Face
Topology and Geometry in OpenCascade-Face eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法(BRep),并结合程序说明O ...
- Open Cascade DataExchange IGES
Open Cascade DataExchange IGES eryar@163.com 摘要Abstract:本文结合OpenCascade和Initial Graphics Exchange Sp ...
随机推荐
- c++ 第三方库收集
1.boost 这个使用的人多不多说了 2.pthread windows下的posix线程实现 3.libcurl 一个有名的开源网络爬虫库 阿里旺旺中使用到了 4.libeay32 OpenSSL ...
- hdu2722 简单最短路,处理好输入就行
题意: 从左上角走到右下角,有的最短时间,每段路径的长度都是2520,每段上都有自己的限制速度,方向. 思路: 直接写就行了,就是个最短路,权值是2520/限制,输入的时候细心点 ...
- Linux启动流程和服务管理(init和systemd)
目录 一:Linux启动流程 init和Systemd的区别 二:Linux服务管理(service,systemctl) 一:Linux启动流程 Rhel6启动过程: Rhel7启动过程: GRUB ...
- Windows核心编程 第26章 窗口消 息
窗 口 消 息 Wi n d o w s允许一个进程至多建立10 000个不同类型的用户对象(User object):图符.光标.窗口类.菜单.加速键表等等.当一个线程调用一个函数来建立某个对象时, ...
- Git解决中文乱码问题
git status 乱码 解决方法: git config --global core.quotepath false git commit 乱码 解决方法: git config --global ...
- springboot添加操作
更多精彩关注微信公众号 Mybaits技术连接数据库 resources #update tomcat port server.port=8888 #config datasource(mysql) ...
- php基础-php中使用变量
- 痞子衡嵌入式:恩智浦i.MX RTxxx系列MCU启动那些事(6.B)- FlexSPI NOR连接方式大全(RT500)
大家好,我是痞子衡,是正经搞技术的痞子.今天痞子衡给大家介绍的是恩智浦i.MX RT500的FlexSPI NOR启动的连接方式. 这个i.MXRT FlexSPI NOR启动连接方式系列文章,痞子衡 ...
- web.xml常用配置详解
web.xml常用配置详解 context-param 指定 ServletContext(上下文) 配置文件路径,基本配置一般是Spring配置文件,或者是spring-security的配置文件. ...
- 3D深色金属哥特3D项目工具小图标icon高清设计素材
3D深色金属哥特3D项目工具小图标icon高清设计素材