http://alpha01.dm.unito.it/personalpages/abbena/gray/

Contents

  1. Curves in the Plane |
  2. Famous Plane Curves |
  3. Alternative Ways of Plotting Curves |
  4. New Curves from Old |
  5. Determining a Plane Curve from Its Curvature |
  6. Global Properties of Plane Curves |
  7. Curves in Space |
  8. Construction of Space Curves |
  9. Calculus on Euclidean Space |
 10. Surfaces in Euclidean Space |
11. Nonorientable Surfaces |
12. Metrics on Surfaces |
13. Shape and Curvature |
14. Ruled Surfaces |
15. Surfaces of Revolution and Constant Curvature |
16. A Selection of Minimal Surfaces |
17. Intrinsic Surface Geometry |
18. Asymptotic Curves and Geodesics on Surfaces |
19. Principal Curves and Umbilic Points |
10. Canal Surfaces and Cyclides of Dupin |
21. The Theory of Surfaces of Constant Negative Curvature |
22. Minimal Surfaces via Complex Variables |
23. Rotation and Animation Using Quaternions |
24. Differentiable Manifolds |
25. Riemannian Manifolds |
26.  Abstract Surfaces and Their Geodesics |
27. The Gauss-Bonnet Theorem
Description

This textbook explains the classical theory of curves and surfaces, how to define and compute standard geometric functions, and how to apply techniques from analysis. With over 300 illustrations, 300 miniprograms, and many examples, it highlights important
theorems and alleviates the drudgery of computations such as the curvature and torsion of a curve in space.

The third edition maintains its intuitive approach, reorganizes the material for a clearer division between the text and the Mathematica code, adds a Mathematica notebook (available
online
) as an appendix to each chapter, and addresses new topics such as quaternions.

Modern Differential Geometry of
CURVES and SURFACES
with Mathematica

by Alfred Gray, Elsa Abbena, Simon Salamon
CRC Press, 2006 

Notebook files

N0 N1 N2 N3 N4 N5 N6
N7 N8 N9 N10 N11 N12 N13
N14 N15 N16 N17 N18 N19 N20
N21 N22 N23 N24 N25 N26 N27

notebooks.rar
notebooks.tar.gz

  

Contents

Curves in the Plane | Famous Plane Curves | Alternative Ways of Plotting Curves | New Curves from Old | Determining a Plane Curve from Its Curvature | Global Properties of Plane Curves | Curves in Space | Construction of Space Curves | Calculus on Euclidean
Space | Surfaces in Euclidean Space | Nonorientable Surfaces | Metrics on Surfaces | Shape and Curvature | Ruled Surfaces | Surfaces of Revolution and Constant Curvature | A Selection of Minimal Surfaces | Intrinsic Surface Geometry | Asymptotic Curves and
Geodesics on Surfaces | Principal Curves and Umbilic Points | Canal Surfaces and Cyclides of Dupin | The Theory of Surfaces of Constant Negative Curvature | Minimal Surfaces via Complex Variables | Rotation and Animation Using Quaternions | Differentiable
Manifolds | Riemannian Manifolds | Abstract Surfaces and Their Geodesics | The Gauss-Bonnet Theorem
Description

This textbook explains the classical theory of curves and surfaces, how to define and compute standard geometric functions, and how to apply techniques from analysis. With over 300 illustrations, 300 miniprograms, and many examples, it highlights important
theorems and alleviates the drudgery of computations such as the curvature and torsion of a curve in space.

The third edition maintains its intuitive approach, reorganizes the material for a clearer division between the text and the Mathematica code, adds a Mathematica notebook (available
online
) as an appendix to each chapter, and addresses new topics such as quaternions.

图书源代码下载: Modern Differential Geometry of CURVES and SURFACES with Mathematica的更多相关文章

  1. <<Differential Geometry of Curves and Surfaces>>笔记

    <Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...

  2. <Differential Geometry of Curves and Surfaces>(by Manfredo P. do Carmo) Notes

    <Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...

  3. 效率最高的Excel数据导入---(c#调用SSIS Package将数据库数据导入到Excel文件中【附源代码下载】) 转

    效率最高的Excel数据导入---(c#调用SSIS Package将数据库数据导入到Excel文件中[附源代码下载])    本文目录: (一)背景 (二)数据库数据导入到Excel的方法比较   ...

  4. 文顶顶iOS开发博客链接整理及部分项目源代码下载

    文顶顶iOS开发博客链接整理及部分项目源代码下载   网上的iOS开发的教程很多,但是像cnblogs博主文顶顶的博客这样内容图文并茂,代码齐全,示例经典,原理也有阐述,覆盖面宽广,自成系统的系列教程 ...

  5. Android深度探索HAL与驱动开发 第四章 源代码下载和编译

    前面说过Android移植主要就是Linux内核的移植,而Linux内核移植主要是Linux驱动的移植,所以为了开发和测试Linux驱动,有必要学习在Ubuntu Linux下如何搭建两套开发环境:A ...

  6. Android源代码下载方法具体解释

    作者:张星 相信非常多下载过内核的人都对这个非常熟悉 git clone git://android.git.kernel.org/kernel/common.git kernel 可是这是在曾经,如 ...

  7. jQuery粘性跟随滚动条滚动的导航栏源代码下载

    jQuery粘性跟随滚动条滚动的导航栏源代码下载 作者:网页模板 大小:0.005MB 点击次数:3494 发布时间:2014-03-07 12:55 分享到:0 特效介绍 jQuery粘性跟随滚动条 ...

  8. 基于视觉的Web页面分页算法VIPS的实现源代码下载

    基于视觉的Web页面分页算法VIPS的实现源代码下载 - tingya的专栏 - 博客频道 - CSDN.NET 基于视觉的Web页面分页算法VIPS的实现源代码下载 分类: 技术杂烩 2006-04 ...

  9. WCF技术剖析之二十九:换种不同的方式调用WCF服务[提供源代码下载]

    原文:WCF技术剖析之二十九:换种不同的方式调用WCF服务[提供源代码下载] 我们有两种典型的WCF调用方式:通过SvcUtil.exe(或者添加Web引用)导入发布的服务元数据生成服务代理相关的代码 ...

随机推荐

  1. JAVA数据库连接池的革命 -- 从BoneCP到HikariCP

    从BoneCP到HikariCP 今天笔者本想更新一下项目中使用到的BoneCP版本的.却无意发现jolbox网站打不开了.起初以为是被墙掉了,经过一番查找,居然在BoneCP的Github站看到了如 ...

  2. 日期-date.js

    Date.prototype.format = function(format) { var o = { "M+" : this.getMonth() + 1, // 月 &quo ...

  3. datagrid鼠标悬浮提示

    /** * 扩展两个方法 */ $.extend($.fn.datagrid.methods, { /** * 开打提示功能 * @param {} jq * @param {} params 提示消 ...

  4. 第二百六十三节,Tornado框架-基于正则的动态路由映射

    Tornado框架-基于正则的动态路由映射 1.在路由映射条件里用正则匹配访问路径后缀2.给每一个正则匹配规则(?P<设置名称>)设置一个名称,3.在逻辑处理的get()方法或post() ...

  5. LoadRunner学习---脚本编写(4)(比较重要)

    今天接着来翻译http://www.wilsonmar.com/中关于LoadRunner脚本编写部分,下面该翻译脚本编写中一些比较重要的部分了. Web用户Action 在VuGen中,脚本产生的默 ...

  6. error C2678: 二进制“+”: 没有找到接受“const char [22]”类型的左操作数的运算符(或没有可接受的转换)没有与这些操作数匹配的“+”运算符

    错误:没有与这些操作数匹配的“+”运算符,操作数类型为const char [20]+CString 分析原因:其提示操作数类型为const char [20]+CString 可见是类型有问题 故加 ...

  7. Linux网卡命名enp3s0说明

    用了很多年Linux的我在升级Ubuntu 16.04之后竟然发现我的以太网卡的名字竟然不是eth0,变成了enp3s0,每次想要修改什么配置,都要先ifconfig查一下网卡名,真是让我很郁闷! 去 ...

  8. iphone中点击input不能选中input中的内容

    点击一个input,通过它的click事件选中这个input框中的内容,这个用jquery挺好实现的,但是有一个问题,在PC端和android手机上都可以让功能正常实现,在iphone上就没有效果了, ...

  9. Egret在Chrome浏览器中的内存占用(内存泄露)

    参考: 怎样查看Chrome的内存占用情况 JS内存泄漏排查方法(Chrome Profiles) chrome内存泄露(一).内存泄漏分析工具 chrome内存泄露(二).内存泄漏实例 目录: 一 ...

  10. 【BZOJ2801】[Poi2012]Minimalist Security BFS

    [BZOJ2801][Poi2012]Minimalist Security Description 给出一个N个顶点.M条边的无向图,边(u,v)有权值w(u,v),顶点i也有权值p(i),并且对于 ...