线性代数基础,编程师必修课,外国经典教材,必读必读必读
2022-09-27 15:38:10 1.27MB 数学
1
Fisher's linear discriminant
2022-09-25 12:59:34 9KB Machine learning
1
McCullagh & Nelder, Generalised Linear Models, 2nd edition. Chapman & Hall, 1989.
2022-09-25 12:37:09 15.81MB Linear Model
1
该程序计算 2 个变量的非线性方程组的根。 这是一个脚本文件,您只需在命令窗口中写入“>>newton2v2”,程序就会询问所需的功能和其他元素。 我的意思是“引号”是单引号,像这样: ' 。 我将不胜感激任何评论。 我也有这个程序用于 3, 4 ,5 个变量,并且可以扩展到任意数量的变量
2022-09-22 16:09:00 2KB matlab
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
B.P. Lathi, “ Linear Systems and Signals”, Second edition, Oxford University Press, New York
2022-09-19 21:55:35 25.85MB 信號與系統
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