矩陣計(jì)算

出版時(shí)間:2009  出版社:人民郵電出版社  作者:Gene H. Golub,Charles F. Van Loan  頁數(shù):644  譯者:袁亞湘  
Tag標(biāo)簽:無  

前言

  The field of matfix computations continues to grow and mature.In the Third Edition we have added over 300 new references and 100 new problems.The LINPACK and EISPACK citations have bden replaced with appropriate pointers to LAPACK With key codes tabulated at the beginning of appropriate chapters.  In the first Edition and Second Edition we identified a small number of global refefences:Wilkinson(1965),F(xiàn)orsythe and Moler(1967),Stewart (1973),Hanson and Lawson(1974)and Parlett (1980).These volumes are as important as ever to the research landscape,but there are some mag- nificent new textbooks and monographs on the scene.See The Litemture section that follows.  We continue as before With the practice of giving references at the end of each section and a master bibliography at the end of the book.  The earlier editions suffered from a large number of typographical errors and we are obliged to the dozens of readers who have brought these to our attention.Many corrections and clarifications have been made. Here are some specific highlights of the new edition.Chapter 1(Matrix Multiplication Problems)and Chapter 6(Parallel Matrix Computations) have been completely rewritten with less formality.We think that this facilitates the building of intuition for high performance computing and draws a better line between algorithm and implementation on the printed page.  In Chapter 2(Matrix Analysisl we expanded the treatment of CS de- composition and included a proof.The overview of floating point arithmetic has been brought up to date.In Chapter 4(Special Linear Systems) we embellished the Toeplitz section with connections to circulant matrices and the fast Fourier transform.A subsection on equilibrium systems has been included in our treatment of indefinite systems.  A more accurate rendition of the modified Gram.Schmidt process is oifered in Chapter 5 fOrthogonalization and Least Squares).Chapter 8 (The Symmetric Eigenproblem)has been extensively rewritten and rear ranged SO as to minimize its dependence upon Chapter 7 fThe Unsymmetric Eigenproblem).Indeed,the coupling between these two chapters is now so minimal that it is possible to read either one flrst.

內(nèi)容概要

本書系統(tǒng)介紹了矩陣計(jì)算的基本理論和方法。內(nèi)容包括矩陣乘法、矩陣分析、線性方程組、正交化和最小二乘法、特征值問題、Lanczos方法、矩陣函數(shù)及專題討論等。書中的許多算法都有現(xiàn)成的軟件包實(shí)現(xiàn),每節(jié)后還附有習(xí)題,并有注釋和大量參考文獻(xiàn)?! ”緯勺鳛楦叩葘W(xué)校數(shù)學(xué)系高年級(jí)本科生和研究生的教材,亦可作為計(jì)算數(shù)學(xué)和工程技術(shù)人員的參考用書。

作者簡介

Gene H.Golub,(1932-2007),美國科學(xué)院、工程院和藝術(shù)科學(xué)院院士,世界著名的數(shù)分析專家,現(xiàn)代矩陣計(jì)算的奠基人,生前曾任斯坦福大學(xué)教授。他是矩陣分解算法的主要貢獻(xiàn)者,與William Kahan在1970年給出了奇異值分解(SingularValue Decomposition,SVD)的可行算法,一直沿用至今。他發(fā)起組織了工業(yè)與應(yīng)用數(shù)學(xué)國際會(huì)議(Intemational Congress on Industrial and Applied Mathematics,ICIAM)。

書籍目錄

1 Matrix Multiplication Problems  1.1 Basic Algorithms and Notation  1.2 Exploiting Structure  1.3 Block Matrices and Algorithms  1.4 Vectorization and Re-Use Issues 2 Matrix Analysis  2.1 Basic Ideas from Linear Algebra   2.2 Vector Norms  2.3 Matrix Norms  2.4 Finite Precision Matrix Computations  2.5 Orthogonality and the SVD  2.6 Projections and the CS Decomposition  2.7 The Sensitivity of Square Linear Systems 3 General Linear Systems  3.1 Triangular Systems  3.2 The LU Factorization  3.3 Roundoff Analysis of Gaussian Elimination  3.4 Pivoting  3.5 Improving and Estimating Accuracy 4 Special Linear Systems 4.1 The LDMT and LDLT Factorizations  4.2 Positive Definite Systems  4.3 Banded Systems  4.4 Symmetric Indefinite Systems  4.5 Block Systems  4.6 Vandermonde Systems and the FFT  4.7 Toeplitz and Related Systems 5 Orthogonalization and Least Squares  5.1 Householder and Givens Matrices  5.2 The QR Factorization  5.3 The Full Rank LS Problem  5.4 Other Orthogonal Factorizations  5.5 The Rank Deficient LS Problem  5.6 Weighting and Iterative Improvement  5.7 Square and Underdetermined Systems 6 Parallel Matrix Computations  6.1 Basic Concepts  6.2 Matrix Multiplication  6.3 Factorizations 7 The Unsymmetric Eigenvalue Problem 8 The Symmetric Eigenvalue Problem 9 Lanczos Methods 10 Iterative Methods for Linear Systems 11 Functions of Matrices 12 Special Topics Index 

圖書封面

圖書標(biāo)簽Tags

評論、評分、閱讀與下載


    矩陣計(jì)算 PDF格式下載


用戶評論 (總計(jì)26條)

 
 

  •   優(yōu)點(diǎn):
    1.該書的作者很權(quán)威,MATLAB的很多計(jì)算函數(shù)都是他編寫的;
    2.該書的用語非常流暢;
    3.該書的安排非常全面;
    4.該書側(cè)重于實(shí)際應(yīng)用,在學(xué)習(xí)完《矩陣論》之后學(xué)習(xí)本書,會(huì)受益頗多;
    5.該書給出了很多程序,質(zhì)量和效率非常高,基本上已是最簡形式,可直接用于實(shí)踐;
    6.作者的做大貢獻(xiàn)就是提出了SVD的數(shù)值計(jì)算方法和TLS-SVD方法。

    缺點(diǎn):
    1.該書的某些程序并非能夠直接運(yùn)行的程序;
    2.有部分程序有小的錯(cuò)誤,需要在引用時(shí)注意修改;
    3.某些算法的描述過于理論化,根據(jù)抽象的描述,很難編寫出預(yù)期的程序,比如SVD算法的程序,必須深入理解書中的理論,循序漸進(jìn)才能實(shí)現(xiàn)該程序;
  •   教材比較經(jīng)典,適合從事矩陣的數(shù)值計(jì)算的人,不過要有一定的矩陣論方面的基礎(chǔ)。
  •   學(xué)矩陣計(jì)算必備!
  •   上矩陣分析的課用的這本書,不錯(cuò)
  •   內(nèi)容十分翔實(shí)!里面雖然是偽程序,但是算法講得很精細(xì),連帶存儲(chǔ)、并行都講了,對計(jì)算工作者十分有幫助
  •   現(xiàn)在還沒有時(shí)間看,感覺還可以,計(jì)算例程很好。這些計(jì)算算法對學(xué)習(xí)或工作會(huì)有用處。
  •   書的內(nèi)容很好,讀起來挺爽。配有大量的習(xí)題鞏固也是老外書的一貫特點(diǎn)。不過書的排版不太好,各知識(shí)點(diǎn)分割的不明顯。
  •   英文版的書錯(cuò)誤非常少,很好!
  •   一直尋找的一本書,找到了,質(zhì)量不錯(cuò),很喜歡。
  •   偏愛數(shù)學(xué)書籍,這本也不例外,很好的一本書,中文版也買了。
  •   封面破損,不影響閱讀。但是書里夾的上架條顯示,目標(biāo)庫區(qū):沈陽圖書殘品區(qū)。。。如果是殘品書,請?jiān)谏唐方榻B里寫清楚。
  •   工程師一定要讀這樣的書才能得到幫助和提高。
  •   書很好,權(quán)威書籍。就是價(jià)格貴了點(diǎn)
  •   學(xué)計(jì)算機(jī)的也應(yīng)該好好看看這本書。
  •   專業(yè)書籍要買原版的哦
  •   此書巨強(qiáng),推薦推薦
  •   經(jīng)典啊,沒得說
    我有了中文版,但還是破費(fèi)買了英文原版
    中文版翻譯質(zhì)量?。。。“Γ。。。?!
  •   英文講解通俗易懂,適合系統(tǒng)學(xué)習(xí)矩陣計(jì)算方法(應(yīng)該是更面向程序員一點(diǎn))。雖然影印版為了節(jié)約篇幅省略了原書末的總參考文獻(xiàn),但是每一章節(jié)里面都有單獨(dú)列出,所以也不影響讀者查找。

    作為手冊的話應(yīng)該來說不大合適,因?yàn)閭?cè)重不是應(yīng)用。
  •   里面介紹了矩陣計(jì)算的各種技巧,當(dāng)然,在玩轉(zhuǎn)矩陣的同時(shí),也可以更深刻的建立一種矩陣思維的感覺,有助于數(shù)據(jù)挖掘 人工智能領(lǐng)域的科研工作與論文閱讀
  •   基本上做數(shù)值計(jì)算的都應(yīng)該看看,很詳細(xì)很具體,代碼可以直接拿來用的。
  •   很有名氣的書,內(nèi)容沒得說.但是印刷糙了一點(diǎn),看起來不大舒服.
  •   書的內(nèi)容很好,排版也很漂亮,紙張也不錯(cuò),就是封面有折痕,好像有人翻看過似的。第三版已知的錯(cuò)誤也沒有更正,只是影印了一下。另外書比較厚,不知道會(huì)不會(huì)從中間折斷,以前買的c++primier就是從中間折斷了。
  •   很經(jīng)典的書,但沒來得及看
  •   不過相信會(huì)買真本書的都是受過很高教育的
  •   原版的就是過癮~
  •   書被損壞了,而且本身的印刷質(zhì)量不好,內(nèi)容是還挺好的。
 

250萬本中文圖書簡介、評論、評分,PDF格式免費(fèi)下載。 第一圖書網(wǎng) 手機(jī)版

京ICP備13047387號(hào)-7