摘要:
目录3.0 个人心得3.1 Spaces of Vectors3.2 The Nullspace of A: Solving Ax=0 and Rx=0reduced row echelon formElimination: The Big PictureWhy row rank equals co 阅读全文
摘要:
目录2.0 个人心得2.1 向量和线性等式 Vectors and Linear Equations知识要点2.2 消元 The Idea of Elimination知识要点2.3 使用矩阵消元 Elimination Using Matrices知识要点2.4 矩阵操作相关的规则 Rules f 阅读全文
摘要:
两个向量的点乘积 是 向量a在向量b上的投影的长度 乘以 向量b的长度。 Another very important interpretation is: \(\mathbf{a}\cdot\mathbf{b}=|\mathbf{a}||\mathbf{b}|\cos\theta\) where: 阅读全文
摘要:
定义 废话不多说,这里先直接给出 Assembly和Module的相关定义。 权威的定义 An assembly is a deployment unit, a building block of a managed application. Assemblies are reusable, all 阅读全文
摘要:
本文由ChatGPT生成 You don’t actually need GLAD specifically—but you do need *something like it when using modern OpenGL. Here’s why. The core problem: Open 阅读全文