Linear Algebra and Its Applications 4ed - Gilbert Strang


-
英文原版MIT线性代数大神 吉尔·伯特 先生所著的有关线性代数的书,这可写的比国内的教材好太多了~
Contents Preface 1 Matrices and gaussian elimination 1.1 Introduction 1. 2 The Geometry of Linear Equations 1. 3 An Example of Gaussian elimination 13 1.4 Matrix Notation and matrix multiplication 1.5 Triangular Factors and row exchanges 36 1.6 Inverses and Transposes 50 1.7 Special Matrices and Applications 66 Review exercises 72 2 Vector Spaces 2. 1 Vector Spaces and Subspaces 77 2.2 Solving ax=0 and ax= b 86 2.3 Linear Independence, Basis, and Dimension 103 2.4 The Four Fundamental Subspaces ....,,,.,,.,115 2.5 Graphs and Networks 128 2. 6 Linear transformations 140 Review exercises ..154 3 Orthogonality 159 3. 1 Orthogonal Vectors and subspaces 159 3.2 CoSines and Projections onto lines ..171 3.3 Projections and Least Squares 180 3.4 Orthogonal Bases and gram-schmidt 195 3.5 The Fast Fourier transfo 211 Review exercises 221 CONTENTS 4 Determinants 224 4.1 Introduction 224 4.2 Properties of the determinant .,,226 4.3 Formulas for the determinant .235 4.4 Applications of Determinants 246 Review exercises 256 5 Eigenvalues and Eigenvectors 258 1 Introduction 5 5.2 Diagonalization of a matrix .271 5.3 Difference Equations and Powers A 281 5.4 Differential Equations and eat 294 5.5 Complex matr 309 5.6 Similarity Transformations 323 Review exercises .338 6 Positive definite matrices 342 6.1 Minima. Maxima, and saddle points 342 6.2 Tests for Positive definiteness 349 6.3 Singular Value Decomposition 364 6.4 Minimum Principles 373 6.5 The Finite Element Method 381 7 Computations with matrices 387 7.1 Introduction 387 7.2 Matrix norm and Condition number 388 7.3 Computation of eigenvalues 396 7.4 Iterative methods for ax=b 405 8 Linear Programming and game Theory 414 8.1 Linear inequalities 414 8.2 The Simplex method ..419 8. 3 The dual problem .431 8. 4 Network models ·鲁 441 8.5 Game Theory.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,448 a Intersection, Sum, and Product of Spaces 456 AI The Intersection of Two Vector Spaces 456 A. 2 The Sum of Two Vector Spaces .457 A. 3 The Cartesian Product of Two Vector Spaces ,,,,458 A.4 The Tensor Product of Two Vector Spaces 458 A. 5 The Kronecker Product A B of Two matrices ...,.459 CONTENTS b The Jordan Form 463 c Matrix Factorizations 470 D Glossary: A Dictionary for Linear Algebra 472 E MATLAB Teaching Codes 481 F Linear Algebra in a Nutshell 483 Preface Revising this textbook has been a special challenge, for a very nice reason. So many people have read this book, and taught from it, and even loved it. The spirit of the book could never change. This text was written to help our teaching of linear algebra keep up with the enormous importance of this subject-which just continues to grow One step was certainly possible and desirableto add new problems. Teaching for all these ycars required hundreds of new exam questions(especially with quizzes going onto the web). I think you will approve of the extended choice of problems. The questions are still a mixture of explain and compute the two complementary approaches to learning this beautiful subject N personally believe that many more people need linear algebra than calculus. Isaac Newton might not agree! But he isnt teaching mathematics in the 2lst century(and maybe he wasn't a great teacher, but we will give him the benefit of the doubt). Cer tainly the laws of physics are well expressed by differential equations. Newton needed calculus--quite right. But the scope of science and engineering and management(and life)is now so much wider, and linear algebra has moved into a central place May I say a little more, because many universities have not yet adjusted the balance toward linear algebra. Working with curved lines and curved surfaces, the first step is always to linearize. Replace the curve by its tangent line, fit the surface by a plane and the problem becomes linear. The power of this subject comes when you have ten variables. or 1000 variables instead of two You might think i am exaggerating to use the word"beautiful,for a basic course in mathematics. Not at all. This subject begins with two vectors v and wi, pointing in different directions. The key step is to take their linear combinations. We multiply to get 3v and 4w, and we add to get the particular combination 3v+ 4w. That new vector is in the same plane as v and w. When we take all combinations, we are filling in the whole plane. If I draw v and w on this page, their combinations cv+dw fill the page (and beyond), but they don't go up from the page In the language of linear equations, I can solve cv+dw= b exactly when the vector b lies in the same plane as v and w Matrices will keep going a little more to convert combinations of three-dimensional vectors into linear algebra. If the vectors are v=(1, 2, 3 )and w=(1, 3, 4), put them into the columns matrix To find combinations of those columns, "multiply"the matrix by a vector (c, d) Linear combinations cy+dw C2|+d|3|. 34 Those combinations fill a vector space. We call it the column space of the matrix( For these two columns, that space is a plane. To decide if b=(2, 5, 7)is on that plane,we have three components to get right. So we have three equations to solve C+d=2 means 2c+3d=5 3c+4l=7 I leave the solution to you. The vector b=(2, 5, 7)does lie in the plane of v and w If the 7 changes to any other number, then b wont lie in the plane--it will not be a combination of v and w, and the three equations will have no solution Now I can describe the first part of the book, about linear equations Ax=6. The matrix a has n columns and m rows. Linear algebra moves steadily to n vectors in m dimensional space. We still want combinations of the columns (in the column space We still get m equations to produce b(one for each row ) Those equations may or may not have a solution. They always have a least-squares solution The interplay of columns and rows is the heart of linear algebra. It's not totally easy, but it's not too hard here are four of the central ideas 1. The column space(all combinations of the columns) 2. The row space (all combinations of the rows) 3. The rank(the number of independent columns)(or rows) 4. Elimination( the good way to find the rank of a matrix) I will stop here, so you can start the course PREFACE Web Pages It may be helpful to mention the web pages connected to this book. So many messages come back with suggestions and encouragement, and I hope you will make free use ofeverythingYoucandirectlyaccesshttp://web.mitedu/18.06,whichiscontinuall updated for the course that is taught every semester. Linear algebra is also on MiTs OpenCourseWaresitehttplocw.mit.edu,where18.06becameexceptionalbyincluding videos of the lectures(which you definitely dont have to watch.). Here is a part of what is available on the web I. Lecture schedule and current homeworks and exams with solutions 2. The goals of the course, and conceptual questions 3. Interactive Java demos(audio is now included for eigenvalues) 4. Linear Algebra Teaching Codes and maTlab problems 5. Videos of the complete course(taught in a real classroom) The course page has become a valuable link to the class, and a resource for the students I am very optimistic about the potential for graphics with sound. The bandwidth for voiceover is low, and FlashPlayer is freely available. This offers a quick review(with active experiment), and the full lectures can be downloaded. I hope professors and students worldwide will find these web pages helpful. My goal is to make this book as useful as possible with all the course material I can provide Other Supporting Materials Student Solutions Manual 0-495-01325-0 The Student Solutions Manual provides solutions to the odd-numbered problems in the text Instructor's solutions manual o-030-10588-4 The Instructor's Solutions man- ual has teaching notes for each chapter and solutions to all of the problems in the text Structure of the course The two fundamental problems are Ax= b and Ax=nx for square matrices A. The first problem Ax= b has a solution when A has independent columns. The second problem Ax= hx looks for independent eigenvectors. A crucial part of this course is to learn what¨ independence” means I believe that most of us learn first from examples. You can see that A=123 does not have independent columns Column 1 plus column 2 equals column 3. A wonderful theorem of linear algebra says that the three rows are not independent either The third row must lie in the same plane as the first two rows. Some combination of rows I and 2 will produce row 3. You might find that combination quickly(i didnt). In the end i had to use elimination to discover that the right combination uses 2 times row 2. minus row 1 Elimination is the simple and natural way to understand a matrix by producing a lot of zero entries. So the course starts there. But dont stay there too long! You have to get from combinations of the rows, to independence of the rows, to" dimension of the row space. That is a key goal, to see whole spaces of vectors: the row space and the column space and the nullspace A further goal is to understand how the matrix acts. When A multiplies x it produces the new vector Ax. The whole space of vectors moves-it istransformed"by A Special transformations come from particular matrices, and those are the foundation stones of linear algebra: diagonal matrices, orthogonal matrices, triangular matrices, symmetric matrices The eigenvalues of those matrices are special too. i think 2 by 2 matrices provide terrific examples of the information that eigenvalues n can give. Sections 5.1 and 5.2 are worth careful reading, to see how Ax=ax is useful. Here is a case in which small matrices allow tremendous insight Overall, the beauty of linear algebra is seen in so many different ways I. Visualization. Combinations of vectors. Spaces of vectors. Rotation and reflection and projection of vectors Perpendicular vectors. Four fundamental subspaces 2. Abstraction. Independence of vectors. Basis and dimension of a vector space Linear transformations. Singular value decomposition and the best basis 3. Computation. Elimination to produce zero entries. Gram-Schmidt to produce orthogonal vectors. Eigenvalues to solve differential and difference equations 4. Applications. Least-squares solution when Ax= b has too many equations. Dif- ference equations approximating differential equations. Markov probability matrices (the basis for Google! ) Orthogonal eigenvectors as principal axes(and more To go further with those applications, may I mention the books published by Wellesley Cambridge Press. They are all linear algebra in disguise, applied to signal processing and partial differential equations and scientific computing(and even GPS). If you look athttp://www.welleslevcambridge.comyouwillseepartofthereasonthatlinearalgebra is so widely used. After this preface, the book will speak for itself. You will see the spirit right away The emphasis is on understanding-l try to explain rather than to deduce. This is a book about real mathematics, not endless drill. In class, I am constantly working with examples to teach what students need PREFACE Acknowledgments I enjoyed writing this book, and I certainly hope you enjoy reading it. a big part of the pleasure comes from working with friends. I had wonderful help from Brett Coonley and Cordula robinson and erin maneri. They created the tx files and drew all the figures. Without Brett's steady support I would never have completed this new edition Earlier help with the Teaching Codes came from Steven Lee and Cleve Moler. Those follow the steps described in the book; MATLAB and Maple and Mathematica are faster for large matrices. All can be used (optionally)in this course. I could have added "Factorization to that list above. as a fifth avenue to the understanding of matrices U, P]=lu(a) for linear equations [Q,R]= gr(a)to make the columns orthogonal S, E]= eig(a)to find eigenvectors and eigenvalues In giving thanks, I never forget the first dedication of this textbook, years ago. That was a special chance to thank my parents for so many unselfish gifts. Their example is an inspiration for my life And i thank the reader too, hoping you like this book Gilbert strang

-
2014-11-02
-
2014-07-29
-
2012-11-12
1.54MB
Gilbert_Strang-Linear_Algebra_and_Its_Applications_4ed_solutions
2018-01-06Gilbert_Strang-Linear_Algebra_and_Its_Applications_4ed 课后答案
3.15MB
Linear Algebra and Its Applications 第四版 [Gilbert Strang]
2018-09-02MIT经典线性代数教材(第四版) Linear Algebra and Its Applications; 4th edition; Gilbert Strang
Linear Algebra and Its Applications 第四版 [Gilbert Strang]下载_course
2020-06-23MIT经典线性代数教材(第四版) Linear Algebra and Its Applications; 4th edition; Gilbert Strang 相关下载链接://download.
Linear Algebra and Its Applications 4ed.MIT Gilbert Strang 麻省线代公开课教材下载_course
2018-05-04Linear Algebra and Its Applications 4ed.MIT Gilbert Strang 相关下载链接://download.csdn.net/download/ericj
3.27MB
Linear Algebra and Its Applications习题解答
2014-03-06Linear Algebra and Its Applications习题解答
2.63MB
Linear Algebra and Its Applications.pdf 4th Gilbert Strang 带书签
2017-07-20Linear Algebra and Its Applications.pdf 4th Gilbert Strang 带书签
2.65MB
Linear Algebra and Its Applications 4ed.MIT Gilbert Strang 麻省线代公开课教材
2018-05-03Linear Algebra and Its Applications 4ed.MIT Gilbert Strang
2.14MB
Linear Algebra and Its Applications第4版pdf Gilbert Strang
2011-12-22Renowned professor and author Gilbert Strang demonstrates that linear algebra is a fascinating subje
34.41MB
Introduction to Linear Algebra, 4th edition--Gilbert Strang(英文清晰目录)
2018-03-02Introduction to Linear Algebra, 4th edition--Gilbert Strang(中文清晰目录)
9.12MB
线性代数及其应用Linear Algebra and Its Applications, 中文+英文 高清+书签
2019-04-08线性代数及其应用Linear Algebra and Its Applications, 4th-Gilbert Strang, 中文+英文 高清+书签
2.62MB
Gilbert_Strang-Linear_Algebra_and_Its_Applications_4ed
2010-09-24Contents Preface iv 1 Matrices and Gaussian Elimination 1 1.1 Introduction . . . . . . . . . . . . .
32.58MB
Introduction to Linear Algebra, 4th edition--Gilbert Strang
2018-12-10Introduction to Linear Algebra, 4th edition--Gilbert Strang 清晰扫描版
11.20MB
Linear Algebra and Its Applications 4e Solutions Manual
2017-11-05LINEAR ALGEBRA AND ITS APPLICATIONS FOURTH EDITION SOLUTIONS MANUAL David C. Lay
56.87MB
Introduction to Linear Algebra, 5th edition--Gilbert Strang
2019-03-17Ed 5, Gilbert Strang - Introduction to Linear Algebra (2016, Wellesley-Cambridge Press),有书签,内容清晰,非扫描
3.54MB
Linear Algebra and Its Applications -- Student Study Guide, 5th Edition(线性代数及其应用——学生学习指南,第5版).pdf
2019-07-12Linear Algebra and Its Applications -- Student Study Guide, 5th Edition.pdf
10.60MB
Strang G. Linear algebra and its applications 4th
2010-10-10之前上传过第3版,这是2006年出的最新版,第4版,也是djuv格式的,超清晰,希望大家喜欢!
8.58MB
Linear Algebra and Its Applications(2012 4th Ed)
2019-01-23Linear Algebra and Its Applications(Pearson 4ed 2012) By David.C Lay
32.13MB
Linear Algebra and Its Applications 5th Edition
2018-06-01Linear Algebra and Its Applications 5th Edition 线性代数及其应用,计算机图形学基础
8.55MB
Linear Algebra and Its Applications by David C.Lay
2014-02-20Linear Algebra and Its Applications by David C.Lay
13.0MB
线性代数教材 Linear algebra and its applications 英文原版
2018-01-25Linear algebra and its applications 麻省理工 线性代数公开课教材 可以配合视屏使用
11.4MB
Linear_Algebra_and_Its_Applications-5th_Edition-David.C.Lay
2018-01-24David C.Lay 的线性代数及其应用第五版,英文版PDF,非扫描。
2.62MB
Linear Algebra and its Application(4ed) Gilbert_Strang
2010-10-18这是英文版的货真价实的第四版,为文字版,比扫描的好多了。好不容易找到的。可惜的是没找到相应的solution,希望大家帮忙找一下
60.97MB
Gilbert Strang - Introduction to Linear Algebra 5th (1).pdf
2019-09-12Gilbert Strang - Introduction to Linear Algebra-Wellesley-Cambridge Press (2016) (1) 英文版线性代数书籍 最新版 内
16.9MB
Linear Algebra And Its Applications by David C. Lay
2011-05-06classical linear algebra textbook by david c. lay
13.1MB
Linear+Algebra+and+Its+Applications.pdf
2019-01-02Linear+Algebra+and+Its+Applications.pdf 原版书。
56.27MB
Introduction to Linear Algebra 5th Gilbert Strang
2018-11-13Linear algebra is something all mathematics undergraduates and many other students, in subjects rang
16.27MB
Study_Guide_to_Linear_Algebra_and_Its_Applications(pdf).zip
2019-09-09Student Study Guide for Linear Algebra and Its Applications (David C. Lay) 线性代数及其应用-学习指导-第3版-en
45.43MB
线性代数 Gilbert Strang
2019-05-19Introduction to Linear Algebra 4th Edition Gilbert Strang Solution Manual for Introduction to Linear
8.56MB
Linear Algebra and Its Applications D.C.Lay 4th
2015-07-09经典的线性代数教材,机器学习数学基础系列,修书必备
-
博客
ActiveMQ拒绝链接
ActiveMQ拒绝链接
-
博客
CSPX(CBM+ResUnit+Concat)
CSPX(CBM+ResUnit+Concat)
-
博客
单调栈及其应用
单调栈及其应用
-
下载
猫咪咖啡厅创业计划书.doc
猫咪咖啡厅创业计划书.doc
-
学院
Cocos Creator游戏开发-消灭星星 (接穿山甲广告SDK)
Cocos Creator游戏开发-消灭星星 (接穿山甲广告SDK)
-
下载
一维磁激波管\激波管matlab数值计算
一维磁激波管\激波管matlab数值计算
-
学院
《文件过滤及内容编辑处理命令》<Linux核心命令系列Series>
《文件过滤及内容编辑处理命令》<Linux核心命令系列Series>
-
学院
基于微信的同城小程序、校园二手交易小程序 毕业设计毕设源码使用教程
基于微信的同城小程序、校园二手交易小程序 毕业设计毕设源码使用教程
-
下载
《五人墓碑记》课件.ppt
《五人墓碑记》课件.ppt
-
下载
修正的混响多普勒扩展非对称统计模型
修正的混响多普勒扩展非对称统计模型
-
下载
八年级下册英语课文翻译.doc
八年级下册英语课文翻译.doc
-
学院
VMware vSphere ESXi 7 精讲/VCSA/VSAN
VMware vSphere ESXi 7 精讲/VCSA/VSAN
-
下载
秦汉魏晋篆隶字形表.pdf
秦汉魏晋篆隶字形表.pdf
-
下载
数据结构ch05.doc
数据结构ch05.doc
-
博客
alias的使用
alias的使用
-
博客
2019河北省大学生程序设计竞赛 L. smart robot(bfs)
2019河北省大学生程序设计竞赛 L. smart robot(bfs)
-
学院
CCNA_CCNP 思科网络认证 《 综合案例设计_配置高可用企业网络
CCNA_CCNP 思科网络认证 《 综合案例设计_配置高可用企业网络
-
博客
爬虫笔记—bs4
爬虫笔记—bs4
-
博客
hdu-1262欧拉筛法
hdu-1262欧拉筛法
-
博客
手动实现keras.utils.to_categorical
手动实现keras.utils.to_categorical
-
学院
MySQL 备份与恢复详解(高低版本 迁移;不同字符集 相互转换;表
MySQL 备份与恢复详解(高低版本 迁移;不同字符集 相互转换;表
-
下载
ctf 主题插件.rar
ctf 主题插件.rar
-
博客
C#窗口闪烁问题解决
C#窗口闪烁问题解决
-
博客
如何用华为手机NFC功能刷公交卡?
如何用华为手机NFC功能刷公交卡?
-
博客
【TARS】PUSH功能
【TARS】PUSH功能
-
下载
0034、基于单片机的电集中抄表设计论文资料.rar
0034、基于单片机的电集中抄表设计论文资料.rar
-
学院
CCNA_CCNP 思科网络认证 《 配置路由器作为DHCP服务器;无
CCNA_CCNP 思科网络认证 《 配置路由器作为DHCP服务器;无
-
学院
MySQL DML 语言(插入、更新与删除数据)
MySQL DML 语言(插入、更新与删除数据)
-
下载
提案改善活动手册.doc
提案改善活动手册.doc
-
下载
年产8兆瓦固体氧化物燃料电池发电系统项目环评报告.pdf
年产8兆瓦固体氧化物燃料电池发电系统项目环评报告.pdf