fbpx

[email protected]

购物车

 查看订单

  • 我的帐户
东东购 | EasternEast
  • 中文书店
    • 畅销排行榜
      • 小说 畅销榜
      • 童书 畅销榜
      • 外语畅销榜
      • 管理畅销榜
      • 法律畅销榜
      • 青春文学畅销榜
    • 热门分类
      • 社会小说
      • 成功/励志 畅销榜
      • 人物传记
      • 大陆原创
      • 绘本童书
      • 影视小说
    • 文学推荐
      • 文集
      • 戏剧
      • 纪实文学
      • 名家作品
      • 民间文学
      • 中国现当代随笔
    • 新书热卖榜
      • 小说 新书热卖榜
      • 青春文学 新书热卖榜
      • 童书 新书热卖榜
      • 管理 新书热卖榜
      • 成功/励志 新书热卖榜
      • 艺术 新书热卖榜
  • 精选分类
    • 小说
    • 保健养生
    • 烹饪/美食
    • 风水/占卜
    • 青春文学
    • 童书
    • 管理
    • 成功/励志
    • 文学
    • 哲学/宗教
    • 传记
    • 投资理财
    • 亲子家教
    • 动漫/幽默
    • 法律 Legal
    • 经济 Economics
    • 所有分类
  • 关于东东
  • 帮我找书
搜索
首页畅销榜自然科学 畅销榜矩阵计算(英文版·第4版)

矩阵计算(英文版·第4版)

作者:Gene H.Golub 出版社:人民邮电出版社 出版时间:2014年03月 

ISBN: 9787115346100
年中特卖用“SALE15”折扣卷全场书籍85折!可与三本88折,六本78折的优惠叠加计算!全球包邮!
trust badge

EUR €55.99

类别: 数学, 研究生/本科/专科教材, 自然科学 畅销榜 SKU:5c242508421aa985877c50dc 库存: 有现货
  • 描述
  • 评论( 0 )

描述

开 本: 大16开纸 张: 胶版纸包 装: 平装是否套装: 否国际标准书号ISBN: 9787115346100丛书名: 图灵原版数学·统计学系列

编辑推荐
  现代矩阵计算奠基人Gene H. Golub名著,国际上关于数值线性代数方面*权威、*全面的一本专著,被美国加州大学、斯坦福大学、华盛顿大学、芝加哥大学、中国科学院研究生院等众多世界知名学府用作相关课程教材或主要参考书。
  书中系统介绍了矩阵计算的基本理论和方法,提及的许多算法都有现成的软件包实现。每节后附有习题,并给出了大量注释和参考文献,有助于读者自学和巩固正文内容。
  第4版全新改版,新增了约四分之一内容,包括张量计算、快速变换、并行LU等主题,反映了近年来矩阵计算领域的**进展。
 
内容简介
  《矩阵计算(英文版?第4版)》是数值计算领域的名著,系统介绍了矩阵计算的基本理论和方法。内容包括:矩阵乘法、矩阵分析、线性方程组、正交化和最小二乘法、特征值问题、Lanczos方法、矩阵函数及专题讨论等。书中的许多算法都有现成的软件包实现,每节后附有习题,并有注释和大量参考文献。新版增加约四分之一内容,反映了近年来矩阵计算领域的飞速发展。
  《矩阵计算(英文版?第4版)》可作为高等院校数学系高年级本科生和研究生教材,亦可作为计算数学和工程技术人员参考书。
作者简介
  Gene H. Golub (1932-2007) 生前曾任美国科学院、工程院和艺术科学院院士,世界著名数值分析专家,现代矩阵计算奠基人,矩阵分解算法的主要贡献者。曾长期担任斯坦福大学教授。
  Charles F. Van Loan 著名数值分析专家,美国康奈尔大学教授,曾任该校计算机科学系主任。他于1973年在密歇根大学获得博士学位,师从Cleve Moler。
目  录

1 Matrix Multiplication 
1.1 Basic Algorithms and Notation 
1.2 Structure and Efficiency 
1.3 Block Matrices and Algorithms 
1.4 Fast Matrix-Vector Products 
1.5 Vectorization and Locality 
1.6 Parallel Matrix Multiplication 

2 Matrix Analysis 
2.1 Basic Ideas from Linear Algebra 
2.2 Vector Norms 
2.3 Matrix Norms 
2.4 The Singular Value Decomposition 
2.5 Subspace Metrics 
2.6 The Sensitivity of Square Systems 
2.7 Finite Precision Matrix Computations 

3 General Linear Systems 
3.1 Triangular Systems 
3.2 The LU Factorization 
3.3 Roundoff Error in Gaussian Elimination 
3.4 Pivoting 
3.5 Improving and Estimating Accuracy 
3.6 Parallel LU 

4 Special Linear Systems 
4.1 Diagonal Dominance and Symmetry 
4.2 Positive Definite Systems 
4.3 Banded Systems 
4.4 Symmetric Indefinite Systems 
4.5 Block Tridiagonal Systems 
4.6 Vandermonde Systems 
4.7 Classical Methods for Toeplitz Systems 
4.8 Circulant and Discrete Poisson Systems 

5 Orthogonalization and Least Squares 
5.1 Householder and Givens Transformations 
5.2 The QR Factorization 
5.3 The Full-Rank Least Squares Problem 
5.4 Other Orthogonal Factorizations 
5.5 The Rank-Deficient Least Squares Problem 
5.6 Square and Underdetermined Systems 

6 Modified Least Squares Problems and Methods 
6.1 Weighting and Regularization 
6.2 Constrained Least Squares 
6.3 Total Least Squares 
6.4 Subspace Computations with the SVD 
6.5 Updating Matrix Factorizations 

7 Unsymmetric Eigenvalue Problems 
7.1 Properties and Decompositions 
7.2 Perturbation Theory 
7.3 Power Iterations 
7.4 The Hessenberg and Real Schur Forms 
7.5 The Practical QR Algorithm 
7.6 Invariant Subspace Computations 
7.7 The Generalized Eigenvalue Problem 
7.8 Hamiltonian and Product Eigenvalue Problems 
7.9 Pseudospectra 

8 Symmetric Eigenvalue Problems 
8.1 Properties and Decompositions 
8.2 Power Iterations 
8.3 The Symmetric QR Algorithm 
8.4 More Methods for Tridiagonal Problems 
8.5 Jacobi Methods 
8.6 Computing the SVD 
8.7 Generalized Eigenvalue Problems with Symmetry 

9 Functions of Matrices 
9.1 Eigenvalue Methods 
9.2 Approximation Methods 
9.3 The Matrix Exponential 
9.4 The Sign, Square Root, and Log of a Matrix 

10 Large Sparse Eigenvalue Problems 
10.1 The Symmetric Lanczos Process 
10.2 Lanczos, Quadrature, and Approximation 
10.3 Practical Lanczos Procedures 
10.4 Large Sparse SVD Frameworks 
10.5 Krylov Methods for Unsymmetric Problems 
10.6 Jacobi-Davidson and Related Methods 

11 Large Sparse Linear System Problems 
11.1 Direct Methods 
11.2 The Classical Iterations 
11.3 The Conjugate Gradient Method 
11.4 Other Krylov Methods 
11.5 Preconditioning 
11.6 The Multigrid Framework 

12 Special Topics 
12.1 Linear Systems with Displacement Structure 
12.2 Structured-Rank Problems 
12.3 Kronecker Product Computations 
12.4 Tensor Unfoldings and Contractions 
12.5 Tensor Decompositions and Iterations 

Index

 

媒体评论
  “多年来,这本书一直是我在研究生院讲授‘数值线性代数’的教材。”
  ——袁亚湘,中科院院士,中国运筹学学会理事长,冯康奖得主
  “本书内容非常丰富,有老而经典的,也有新的正在研究中的课题。论你是数值线性代数领域的工作人员,还是学生,这都是一本有价值的参考书。”
  ——SIAM Review
  “这是一部见解深刻、内容丰富的经典教材,引人深入思考。……没有比它更好的矩阵计算参考书了。”
  ——美国数学及应用研究所
书摘插画
插图

插图

插图

插图

插图

插图

插图

插图

插图

插图

插图

抢先评论了 “矩阵计算(英文版·第4版)” 取消回复

评论

还没有评论。

相关产品

阅读更多
缺货

程序员的数学1+2+3 数学思维+概率统计+线性代数(套装共3册)

EUR €132.97
加入购物车

魔鬼数学

EUR €38.99
加入购物车

怎样解题–数学思维的新方法

EUR €23.99
评分 5.00 / 5
阅读更多
缺货

几何原本(建立空间秩序久远权威的逻辑推测语系)

EUR €38.99

东东购的宗旨是服务喜爱阅读中文书籍的海外人民,提供一个完善的购书平台,让国人不论何时何地都能沉浸在书香之中,读着熟悉的中文字,回忆着家乡的味道。


安全加密结账 安心网络购物 支持Paypal付款

常见问题

  • 货物配送
  • 退换货政策
  • 隐私政策
  • 联盟营销

客户服务

  • 联系东东
  • 关于东东
  • 帮我找书
  • 货物追踪
  • 会员登入

订阅最新的优惠讯息和书籍资讯

选择币别

EUR
USD
CAD
AUD
NZD
NOK
GBP
CHF
SEK
CNY
UAH
ILS
SAR
MXN
KRW
MYR
SGD
HUF
TRY
JPY
HKD
TWD
facebookinstagram
©2020 东东购 EasternEast.com

限时特卖:用“SALE15”优惠券全场书籍85折!可与三本88折,六本78折的优惠叠加计算。 忽略