-
传热与流体流动的数值计算
-
GNU Scientific Library Reference Manual - Third Edition
The GNU Scientific Library (GSL) is a free numerical library for C and C++ programmers. It provides over 1,000 routines for solving mathematical problems in science and engineering. Written by the developers of GSL this reference manual is the definitive guide to the library. The GNU Scientific Library is free software, distributed under the GNU General Public License (GPL). All the money raised from the sale of this book supports the development of the GNU Scientific Library. This is the third edition of the manual, and corresponds to version 1.12 of the library (updated January 2009). -
C++和面向对象数值计算
本书教你学习C++编程和面向对象的数值计算方法。 本书包括11章,分别从类型、表达式、语句、文件、类、操作符重载、模板、例外等方面探讨了C++编程的基本特点以及在数值计算方面的应用方法,最后一章专门讨论了线性议程组求解的问题。 本书适合学习C++编程的计算机科学或工程专业的学生及科研人员阅读,对于有一定基础的C++程序员通过本书可以了解C++的高级特性和在数值计算方面的应用。 -
数值分析
《教育部高等教育司推荐•国外优秀信息科学与技术系列教学用书:数值分析(第7版)(影印版)》是在对我国高校信息科学和技术专业的课程与美国高校的进行对比分析的基础上展开的;所影印出版的教材均由我国主要高校的信息科学和技术专家组成的专家组,从国外近两年出版的大量最新教材中精心筛选评审通过的内容新、有影响的优秀教材。 -
偏微分方程数值解
偏微分方程是构建科学、工程学和其他领域的数学模型的主要手段。一般情况下,这些模型都需要用数值方法去求解。本书提供了标准数值技术的简明介绍。借助抛物线型、双曲线型和椭圆型方程的一些简单例子介绍了常用的有限差分方法、有限元方法、有限体方法、修正方程分析、辛积分格式、对流扩散问题、多重网格、共轭梯度法。利用极大值原理、能量法和离散傅里叶分析清晰严格地处理了稳定性问题。本书全面讨论了这些方法的性质,并附有典型的图像结果,提供了不同难度的例子和练习。 本书可作为数学、工程学及计算机科学专业本科教材,也可供工程技术人员和应用工作者参考。这是一本备受推崇的有关偏微分方程数值技术的教科书,被国外多家知名大学指定为教材。 本书讲解了求解偏微分方程的标准数值方法和技术,也提供了该领域的最新发展技术。书中透彻地分析了各种方法的性质,严格地讨论了稳定性问题,提供了各种层次的例题和习题。全书结构清晰有序,叙述言简意赅。是数学、工程学及计算机科学专业学生学习偏微分方程数值解法首选入门教材。 -
Numerical Optimization
Optimization is an important tool used in decision science and for the analysis of physical systems used in engineering. One can trace its roots to the Calculus of Variations and the work of Euler and Lagrange. This natural and reasonable approach to mathematical programming covers numerical methods for finite-dimensional optimization problems. It begins with very simple ideas progressing through more complicated concepts, concentrating on methods for both unconstrained and constrained optimization.