我们还需要一个矩阵,幸运的是它比逆简单得多。它是 A 的“转置”,由 AT 表示。AT 的列都是 A 的行。中文翻译Introduction to Linear Algebra, 5th Edition 2.7节一个下三角矩阵的转置是一个上三角矩阵。需要认真思考的问题是关于乘积
2022-10-12 22:05:57 258KB 数学 线性代数
1
real-time rendering网站上推荐的书。
2022-10-12 14:43:15 45.27MB 线性代数
1
中文翻译Introduction to Linear Algebra, 5th Edition 6.2节
2022-09-28 12:37:23 284KB 线性代数 机器学习数学
1
线性代数基础,编程师必修课,外国经典教材,必读必读必读
2022-09-27 15:38:10 1.27MB 数学
1
Introduction to Linear Algebra, 5th Edition,英文版本。提供大家学习参考。
2022-09-21 23:10:25 4.54MB 线性代数
1
美本线性代数教材 Chapter One: Linear Systems; Chapter Two: Vector Spaces; Chapter Three: Maps Between Spaces; Chapter Four: Determinants; Chapter Five: Similarity;
2022-09-21 03:37:08 7.17MB Linear Algebra 线性代数
1
中文翻译Introduction to Linear Algebra, 5th Edition 2.5节 1 若方阵 A 有逆,则既有 A−1A = I 又有 AA−1 = I。 2 检验可逆性的算法是消元法:A 必须有 n 个(非零)主元。 3 可逆性的代数检验是 A 的行列式:det A 必须非零。 4 可逆性的方程检验为 Ax = 0:x = 0 必须是唯一解。 5 若 A 和 B 都可逆,则 AB 也可逆: (AB)−1 = B−1A−1。 6 AA−1 = I 是关于 A−1 的 n 个列的 n 个方程。高斯—若尔当将 [A I] 消元为 [I A−1]。 7 本书最后一页提供了方阵 A 可逆的 14 个等价条件。 假设 A 是个方阵。我们寻找一个相同大小的“逆矩阵”A−1,使得 A−1 乘以 A 等于 I。无论 A 做 什么,A−1 总是反着来。它们的积是单位矩阵——即对向量什么都不做,因此 A−1Ax = x。然而 A−1 可能不存在。 一个矩阵的主要作用是与一个向量 x 相乘。将 Ax = b 乘上 A−1 得出 A−1Ax = A−1b。这就是 x = A−1b。乘
2022-09-19 09:09:10 194KB 线性代数 数学
1
Linear algebra is relatively easy for students during the early stages of the course, when the material is presented in a familiar, concrete setting. But when abstract concepts are introduced, students often hit a brick wall. Instructors seem to agree that certain concepts (such as linear independence, spanning, subspace, vector space, and linear transformations), are not easily understood, and require time to assimilate. Since they are fundamental to the study of linear algebra, students' understanding of these concepts is vital to their mastery of the subject. David Lay introduces these concepts early in a familiar, concrete R n setting, develops them gradually, and returns to them again and again throughout the text so that when discussed in the abstract, these concepts are more accessible.
2022-09-13 15:48:16 21.83MB 线性代数
1
中文翻译Introduction to Linear Algebra, 5th Edition 2.4节 我将从基本事实开始。矩阵是一个数字或“元素”的矩形数组。当 A 是 m 行 n 列时,它是一个“m×n” 矩阵。若矩阵形状相同,则它们可以相加。它们可以乘上任意常数 c。以下是关于 3 × 2 矩阵的 A + B 与 2A 的例子:  1 2 3 4 0 0  +  2 2 4 4 9 9  与 2  1 2 3 4 0 0  =  2 4 6 8 0 0 。 矩阵加法完全就像向量加法一样——每次算一个元素。我们甚至可将列向量视为一个仅有一列的矩阵 (如此 n = 1)。矩阵 −A 来源于乘以 c = −1(反转所有符号)。A 加上 −A 得零矩阵,此时所有元素为 0。所有这些都只是常识。 行 i、列 j 的元素被称为 aij 或 A(i, j)。沿第一行的 n 个元素为 a11, a12, . . . , a1n。矩阵的左下角 元素是 am1 且右下角元素是 amn。行号 i 从 1 到 m。列号从 j 从 1 到
2022-09-06 17:05:18 682KB 线性代数 数学
1
英文原版MIT线性代数大神 吉尔·伯特 先生所著的有关线性代数的书,这可写的比国内的教材好太多了~
2022-08-28 01:41:46 2.61MB 线性代数 Linear Algebra Gilbert
1