登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 聯絡我們  | 運費計算  | 幫助中心 |  加入書簽
會員登入   新用戶註冊
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2024年度TOP分類閱讀雜誌 香港/國際用戶
最新/最熱/最齊全的簡體書網 品種:超過100萬種書,正品正价,放心網購,悭钱省心 送貨:速遞 / 物流,時效:出貨後2-4日

2025年08月出版新書

2025年07月出版新書

2025年06月出版新書

2025年05月出版新書

2025年04月出版新書

2025年03月出版新書

2025年02月出版新書

2025年01月出版新書

2024年12月出版新書

2024年11月出版新書

2024年10月出版新書

2024年09月出版新書

2024年08月出版新書

2024年07月出版新書

『簡體書』Numerical Computing with MATLAB revised in 2013(MATLAB数值计算 2013修订版?英文版)(MATLAB之父Cleve B. Moler的经典之作,经Cleve本人正式授权,中国首印)

書城自編碼: 2478000
分類: 簡體書→大陸圖書→計算機/網絡行业软件及应用
作者: [美]莫勒 著
國際書號(ISBN): 9787512415751
出版社: 北京航空航天大学出版社
出版日期: 2014-10-01

頁數/字數: 346/629000
書度/開本: 16开 釘裝: 平装

售價:NT$ 792

我要買

share:

** 我創建的書架 **
未登入.



新書推薦:
大学问·清代银钱比价波动研究(重绘清代全国各省的银钱比价数据序列,为清代货币史、经济史的研究提供了有力的数据支撑)
《 大学问·清代银钱比价波动研究(重绘清代全国各省的银钱比价数据序列,为清代货币史、经济史的研究提供了有力的数据支撑) 》

售價:NT$ 709.0
荷马社会研究(增补版)
《 荷马社会研究(增补版) 》

售價:NT$ 765.0
万千心理·与弗洛伊德的咖啡漫语:一场跨越时空的对话【精装】
《 万千心理·与弗洛伊德的咖啡漫语:一场跨越时空的对话【精装】 》

售價:NT$ 704.0
内北国而外中国:蒙元史研究 精装 中华学术·有道
《 内北国而外中国:蒙元史研究 精装 中华学术·有道 》

售價:NT$ 755.0
山中岁月:在日本小镇与传统相遇、与自然相融
《 山中岁月:在日本小镇与传统相遇、与自然相融 》

售價:NT$ 306.0
创伤自救指南:如何摆脱消极模式、修复人际关系并获得自由
《 创伤自救指南:如何摆脱消极模式、修复人际关系并获得自由 》

售價:NT$ 301.0
失控的孤独
《 失控的孤独 》

售價:NT$ 286.0
怀疑:破解天才困惑与凡人焦虑的心理谜题
《 怀疑:破解天才困惑与凡人焦虑的心理谜题 》

售價:NT$ 408.0

建議一齊購買:

+

NT$ 374
《MATLAB教程(畅销精品,双色内文,全新改版,免费提供可靠》
+

NT$ 432
《MATLAB数值计算(Numerical Computing》
+

NT$ 522
《MATLAB原理与应用(第5版)——工程问题求解与科学计算(》
+

NT$ 359
《MATLAB之父: 编程实践Experiments with》
+

NT$ 632
《Experiments with MATLAB(MATLAB》
內容簡介:
莫勒的《MATLAB数值计算(2013修订版英文版)》 风格生动,适用于数值方法、MATLAB 和技术计算等 方面的初级课程,着重介绍数学软件的熟练使用及其 内在的高效率算法。主要内容包括:MATLAB介绍、线 性方程组、插值、方程求根、最小二乘法、数值积分 、常微分方程、傅里叶分析、随机数、特征值与奇异 值、偏微分方程。
關於作者:
Cleve B.Moler 是The MathWorks公司的主席和首席科学家。曾任密歇根大学、斯坦福大学和新墨西哥大学的数学系或计算机系教授。他在两个计算机硬件制造商Intel公司的Hypercube组织Ardent Computers公司工作了五年。他的主要专业兴趣在于数值分析和科学计算。他是MATLAB软件的创始者,也是著名的矩阵计算软件包LINPACK和EISPACK的作者之一,已撰写了三本有关数值方法的教材。同时,他在SIAM(美国工业与应用数学学会)历任期刊编辑、委员会成员和副总裁,并从1996年开始担任理事会成员。
目錄
Preface
1 Introduction to MATLAB
1.1 The Golden Ratio
1.2 Fibonacci Numbers
1.3 Fractal Fern
1.4 Magic Squares
1.5 Cryptography
1.6 The 3n+l Sequence
1.7 Floating-Point Arithmetic
1.8 Further Reading
Exercises
2 Linear Equations
2.1 Solving Linear Systems
2.2 The MATLAB Backslash Operator
2.3 A 3-by-3 Example
2.4 Permutation and Triangular Matrices
2.5 LU Factorization
2.6 Why Is Pivoting Necessary?
2.7 lutx, bslashtx, lugui
2.8 Effect of Roundoff Errors
2.9 Norms and Condition Numbers
2.10 Sparse Matrices and Band Matrices
2.11 PageRank and Markov Chains
2.12 Further Reading
Exercises
3 Interpolation
3.1 The Interpolating Polynomial
3.2 Piecewise Linear Interpolation
3.3 Piecewise Cubic Hermite Interpolation
3.4 Shape-Preserving Piecewise Cubic
3.5 Cubic Spline
3.6 pchiptx, splinetx
3.7 interpgui
Exercises
4 Zeros and Roots
4.1 Bisection
4.2 Newton''s Method
4.3 A Perverse Example
4.4 Secant Method
4.5 Inverse Quadratic Interpolation
4.6 Zeroin
4.7 fzerctx
4.8 fzeregui
4.9 Value Finding and Reverse Interpolation
4.10 Optimization and fmintx
Exercises
5 Least Squares
5.1 Models and Curve Fitting
5.2 Ncrms
5.3 censusgui
5.4 Householder Reflections
5.5 The QR Factorization
5.6 Pseu doinverse
5.7 Rank Deficiency
5.8 Separable Least Squares
5.9 b-hrther Reading
Exercises
6 Quadrature
6.1 Adaptive Quadrature
6.2 Basic Quadrature Rules
6.3 qusdtx, quadgui
6.4 Specifying Integrands
6.5 Performance
6.6 Integrating Discrete Data
6.7 Further Reading
Exelcises
7 Ordinary Differential Equations
7.1 Integrating Differential Equations
7.2 Systems of Equations
7.3 Lineari2ed Differential Equations
7.4 Single-Step Methods
7.5 The BS23 Algorithm
7.6 ode23tx
7.7 Examples
7.8 Lorenz Attractor
7.9 Stiffness
7.10 Events
7.11 Multistep Methods
7.12 The MATLAB ODE Solvers
7.13 Errors
7.14 Performance
7.15 Further Reading
Exercises
8 Fourier Analysis
8.1 Touch-Tone Dialing
8.2 Finite Fourier Transform
8.3 fftgui
8.4 Sunspots
8.5 Periodic Time Series
8.6 Fast Finite Fourier Transform
8.7 ffttx
8.8 fftmatrix
8.9 Other Fourier Transforms and Series
8.10 Further Reading
Exercises
9 Random Numbers
9.1 Pseudorandom Numbers
9.2 Uniform Distribution
9.3 Normal Distribution
9.4 randtx, randntx
9.5 Twister
Exercises
10 Eigenvalues and Singular Values
10.1 Eigenvalue and Singular Value Decompositions
10.2 A Small Example
10.3 eigshow
10.4 Characteristic Polynomial
10.5 Symmetric and Hermitian Matrices
10.6 Eigenvalue Sensitivity and Accuracy
10.7 Singular Value Sensitivity and Accuracy
10.8 Jordan and Schur Forms
10.9 The QR Algorithm
10.10 eigsvdgui
10.11 Principal Components
10.12 Circle Generator
10.13 Further Reading
Exercises
11 Partial Differential Equations
11.1 Model Problems
11.2 Finite Difference Methods
11.3 Matrix Representation
11.4 Numerical Stability
11.5 The L-Shaped Membrane
Exercises
Bibliography
Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 台灣用户 | 香港/海外用户
megBook.com.tw
Copyright (C) 2013 - 2025 (香港)大書城有限公司 All Rights Reserved.