📚 A-Level Edexcel Maths: Matrices Revision | 爱德思A-Level数学:矩阵考点精讲
Matrices are a fundamental part of the Edexcel A-Level Further Mathematics syllabus, appearing in Core Pure and applied modules. A solid understanding of matrices enables you to solve systems of linear equations, describe geometric transformations, and tackle eigenvalue problems. This revision guide covers all essential topics, from basic operations to diagonalisation, with clear explanations and exam-focused insights.
矩阵是爱德思A-Level进阶数学课程的核心内容,贯穿核心纯数与多个应用模块。扎实掌握矩阵知识是求解线性方程组、刻画几何变换以及解决特征值问题的关键。本文全面梳理矩阵考点,从基本运算到对角化一网打尽,附上清晰的解释与应试要诀。
1. Introduction to Matrices | 矩阵基础
A matrix is a rectangular array of numbers arranged in rows and columns. The order of a matrix is given as m × n, where m is the number of rows and n is the number of columns. A square matrix has the same number of rows and columns, while a zero matrix contains only zeros. The identity matrix I is a square matrix with ones on the leading diagonal and zeros elsewhere, acting as the multiplicative identity.
矩阵是由行和列排列成的矩形数表。矩阵的阶数记作 m × n,其中 m 为行数,n 为列数。方阵的行数与列数相等,零矩阵的所有元素均为零。单位矩阵 I 是方阵,其主对角线元素为 1,其余为 0,起到乘法单位元的作用。
Edexcel exams often expect you to identify the order of a matrix and recognise special types such as symmetric (A = Aᵀ), skew-symmetric (A = -Aᵀ), and diagonal matrices. The transpose of a matrix A, denoted Aᵀ, is obtained by interchanging rows and columns.
爱德思考试常要求你识别矩阵的阶数,并辨认特殊矩阵类型,例如对称矩阵(A = Aᵀ)、反对称矩阵(A = -Aᵀ)以及对角矩阵。矩阵 A 的转置记作 Aᵀ,通过交换行与列得到。
2. Matrix Operations | 矩阵运算
Matrices of the same order can be added or subtracted element-wise. Scalar multiplication involves multiplying every element by the scalar. Matrix multiplication is defined when the number of columns in the first matrix equals the number of rows in the second. The product C = AB has elements cᵢⱼ = Σₖ aᵢₖ bₖⱼ. Note that matrix multiplication is not commutative: in general, AB ≠ BA.
同阶矩阵可对应元素相加减。标量乘法是将矩阵每个元素乘以该标量。当第一个矩阵的列数等于第二个矩阵的行数时,矩阵乘法才有定义。乘积 C = AB 的元素 cᵢⱼ = Σₖ aᵢₖ bₖⱼ。注意,矩阵乘法不满足交换律:一般情况下 AB ≠ BA。
Be particularly careful with the order of multiplication in exam questions, especially when dealing with transformations or solving equations. Associativity (AB)C = A(BC) and distributivity A(B+C) = AB + AC hold, provided the dimensions match.
在考试中务必留意乘法顺序,尤其是在处理变换或解方程时。结合律 (AB)C = A(BC) 和分配律 A(B+C) = AB + AC 成立,但前提是维度匹配。
3. Determinant and Inverse | 行列式与逆矩阵
The determinant of a 2×2 matrix A = [[a, b], [c, d]] is det(A) = ad – bc. For a 3×3 matrix, the determinant can be found by expansion along any row or column. The determinant of a matrix A is denoted |A|. A matrix is singular if |A| = 0 and non-singular if |A| ≠ 0.
对于 2×2 矩阵 A = [[a, b], [c, d]],行列式为 det(A) = ad – bc。对于 3×3 矩阵,可按任一行或列展开求行列式。矩阵 A 的行列式记作 |A|。若 |A| = 0,则矩阵为奇异矩阵;若 |A| ≠ 0,则为非奇异矩阵。
The inverse of a square matrix A, denoted A⁻¹, satisfies AA⁻¹ = A⁻¹A = I. For a 2×2 matrix, the inverse is given by A⁻¹ = (1/det(A)) [[d, -b], [-c, a]], provided det(A) ≠ 0. For larger matrices, the inverse can be found using row operations or the adjugate method. A matrix is invertible if and only if it is non-singular.
方阵 A 的逆矩阵记作 A⁻¹,满足 AA⁻¹ = A⁻¹A = I。对于 2×2 矩阵,若 det(A) ≠ 0,逆矩阵为 A⁻¹ = (1/det(A)) [[d, -b], [-c, a]]。对更高阶矩阵,可通过行变换或伴随矩阵法求逆。矩阵可逆当且仅当其非奇异。
In Edexcel questions, you may be asked to verify an inverse or use the inverse to solve equations. Also be familiar with properties like (AB)⁻¹ = B⁻¹A⁻¹ and (Aᵀ)⁻¹ = (A⁻¹)ᵀ.
爱德思考题可能会要求验证逆矩阵或用逆矩阵解方程。同时要熟悉性质,如 (AB)⁻¹ = B⁻¹A⁻¹ 和 (Aᵀ)⁻¹ = (A⁻¹)ᵀ。
4. Solving Linear Equations | 解线性方程组
A system of linear equations can be written in matrix form as Ax = b, where A is the coefficient matrix, x is the column vector of variables, and b is the constants vector. If A is square and non-singular, the unique solution is x = A⁻¹b.
线性方程组可写成矩阵形式 Ax = b,其中 A 为系数矩阵,x 为未知数列向量,b 为常数向量。若 A 为方阵且非奇异,则唯一解为 x = A⁻¹b。
When the system has infinitely many solutions or no solution, you need to examine the rank of the augmented matrix [A|b]. Edexcel often tests the geometrical interpretation: three planes intersecting in a line (infinite solutions), a unique point, or no common intersection.
当方程组有无穷多解或无解时,需要分析增广矩阵 [A|b] 的秩。爱德思常考查几何意义:三个平面交于一条直线(无穷多解)、交于唯一点,或无公共交点。
Method of elimination (Gauss-Jordan) is also examinable, especially for 3×3 systems. Ensure you can reduce to row-echelon form and interpret the result.
消元法(高斯-若尔当消元)也在考试范围内,尤其是 3×3 方程组。务必能化成行阶梯形并解读结果。
5. Matrix Transformations | 矩阵变换
A matrix can represent a linear transformation in 2D or 3D. Multiplying a position vector by a transformation matrix maps points to new locations. Common 2D transformations include rotations, reflections, stretches, shears, and enlargements.
矩阵可表示二维或三维空间中的线性变换。位置向量乘以变换矩阵便将点映射到新位置。常见二维变换包括旋转、反射、拉伸、剪切和缩放。
- Rotation by θ anticlockwise: [[cosθ, -sinθ], [sinθ, cosθ]]
- Reflection in x-axis: [[1, 0], [0, -1]]
- Stretch scale factor k in x-direction: [[k, 0], [0, 1]]
- Shear parallel to x-axis: [[1, k], [0, 1]]
你需要识别与描述给定矩阵所对应的几何变换,并能写出完成特定变换的矩阵。行列式的值等于变换的面积或体积缩放因子;行列式的符号表明定向是否翻转。
You need to identify or describe the geometric effect of a given matrix, and write the matrix for a given transformation. The absolute value of the determinant gives the area scale factor (2D) or volume scale factor (3D); its sign indicates whether orientation is preserved.
对于 3×3 矩阵,存在类似的变换。组合变换通过矩阵相乘实现,注意从右到左的顺序。逆变换对应逆矩阵。
For 3×3 matrices, analogous transformations apply. Combined transformations are achieved by multiplying matrices, with the rightmost matrix applied first. The inverse transformation corresponds to the inverse matrix.
6. Eigenvalues and Eigenvectors | 特征值与特征向量
For a square matrix A, a non-zero vector v is an eigenvector if Av = λv, where λ is the corresponding eigenvalue. Eigenvalues are found by solving the characteristic equation det(A – λI) = 0. For a 2×2 matrix this is a quadratic; for a 3×3 it is a cubic.
对于方阵 A,若存在非零向量 v 使得 Av = λv,则 v 是特征向量,λ 是对应的特征值。特征值通过求解特征方程 det(A – λI) = 0 得到。对于 2×2 矩阵这是一个二次方程,而 3×3 则是三次方程。
Once eigenvalues are found, eigenvectors are determined by solving (A – λI)v = 0 for each λ. The eigenvectors are often normalised. Eigenvalues may be real or complex; in Edexcel exam, complex eigenvalues appear in later topics like systems of differential equations.
求出特征值后,对每个 λ 求解 (A – λI)v = 0 以确定特征向量。特征向量通常需要归一化。特征值可以是实数或复数;在爱德思考试中,复数特征值出现在后续的微分方程组等专题里。
Properties: the sum of eigenvalues equals the trace of A (sum of diagonal elements), and the product equals the determinant. If A is symmetric, eigenvectors corresponding to distinct eigenvalues are orthogonal.
性质:特征值之和等于 A 的迹(对角线元素之和),特征值之积等于行列式。若 A 对称,则对应于不同特征值的特征向量正交。
7. Diagonalisation | 对角化
A square matrix A is diagonalisable if it can be written as P⁻¹AP = D, where D is a diagonal matrix whose entries are the eigenvalues of A, and P is an invertible matrix whose columns are the corresponding eigenvectors. Diagonalisation simplifies computing powers of A: Aⁿ = PDⁿP⁻¹.
若方阵 A 可写成 P⁻¹AP = D 的形式,则 A 可对角化,其中 D 是对角矩阵,其对角元为 A 的特征值,P 是可逆矩阵,其列为对应的特征向量。对角化可简化 A 的幂计算:Aⁿ = PDⁿP⁻¹。
Not all matrices are diagonalisable. If the number of linearly independent eigenvectors is less than the size of the matrix, diagonalisation fails. In such cases, the matrix is said to be defective, and Jordan canonical form might be studied in further modules.
并非所有矩阵都可对角化。若线性无关的特征向量个数少于矩阵阶数,对角化失败。这种情况下矩阵称为亏损矩阵,可能需在更高模块中学习若尔当标准形。
Edexcel questions often ask you to find P and D for a given 2×2 or 3×3 matrix, verify the diagonalisation, and use it to compute Aⁿ. Make sure eigenvectors are arranged in the same order as eigenvalues in D.
爱德思考题常要求你对给定的 2×2 或 3×3 矩阵求出 P 和 D,验证对角化,并利用它计算 Aⁿ。确保特征向量在 P 中的排列顺序与 D 中特征值的顺序一致。
8. Applications of Matrices | 矩阵应用
Matrices model real-world situations including networks, population dynamics (Leslie matrices), Markov chains, and simultaneous equations in engineering and science. In Edexcel Further Maths, you may see contextual problems requiring setting up transition matrices or using matrix algebra to find steady states.
矩阵用于建模众多现实情境,包括网络、种群动力学(莱斯利矩阵)、马尔可夫链以及在工程和科学中的联立方程。在爱德思进阶数学中,你可能会遇到需要建立转移矩阵或利用矩阵代数求稳态的情境题。
Leslie matrices model age-structured population growth. Each column represents a different age group, with fertility rates in the first row and survival probabilities on the sub-diagonal. Markov chains use stochastic matrices where each column sums to 1; long-term behaviour is related to eigenvectors with eigenvalue 1.
莱斯利矩阵模拟年龄结构的种群增长。每一列代表一个不同的年龄组,第一行是生育率,次对角线是存活概率。马尔可夫链用到列和为 1 的随机矩阵;长期行为与特征值为 1 的特征向量有关。
Ability to interpret the meaning of matrix entries and multiplication in context is essential. Exam questions might ask you to explain why a particular entry is zero or to construct a matrix from given conditions.
根据上下文解释矩阵元素和矩阵乘法含义的能力至关重要。考题可能要求解释为何某元素为零,或根据给定条件构造矩阵。
9. Common Mistakes | 常见错误
One of the most frequent errors is forgetting that matrix multiplication is not commutative. Students often multiply transformation matrices in the wrong order, especially when combining rotations and reflections. Always apply the transformation closest to the vector first.
最常犯的错误之一是忘记矩阵乘法不可交换。学生经常在组合旋转与反射时乘错顺序。务必牢记,最靠近向量的变换最先执行。
Another pitfall is mishandling the determinant sign when finding areas or volumes. Remember, area scale factor is the absolute value of the determinant. Using the determinant itself gives the signed scale factor, which indicates orientation.
另一个易错点是在求面积或体积时处理行列式符号不当。记住,面积缩放因子是行列式的绝对值。行列式本身表示带符号的缩放因子,符号表明定向。
When solving (A – λI)v = 0, students sometimes obtain trivial solution v = 0 and think it is an eigenvector; this is not allowed. Eigenvectors must be non-zero. Also, forgetting to check that eigenvectors are linearly independent before diagonalisation can lead to mistakes.
在求解 (A – λI)v = 0 时,学生有时得到平凡解 v = 0,并误以为是特征向量;这是不允许的。特征向量必须非零。此外,对角化前忘记检查特征向量是否线性无关也会导致错误。
10. Exam Tips | 考试技巧
In the Edexcel exam, clearly show each step in calculating determinants and inverses. Write down the formula for a 2×2 inverse before substituting values to avoid sign errors. For 3×3 determinants, explicitly state which row or column you are expanding along.
在爱德思考试中,要清晰展示计算行列式和逆矩阵的每一步。在代入数值前先写出 2×2 逆矩阵的公式,避免符号错误。对于 3×3 行列式,要明确指出你是按哪一行或哪一列展开。
When answering ‘describe fully the transformation’ questions, state the type (rotation, reflection, stretch, shear), the axis or direction, and any scale factor or angle. For rotations, specify the centre (usually the origin) and angle with direction (clockwise/anticlockwise).
在回答“完整描述变换”的题目时,要说明变换类型(旋转、反射、拉伸、剪切)、轴或方向以及缩放因子或角度。对于旋转,须指明中心(通常为原点)、角度及方向(顺时针/逆时针)。
Manage time effectively on matrix-heavy papers. Eigenvalue problems for 3×3 matrices can be lengthy; practice expanding determinants quickly and accurately. Check your work: multiply A by its claimed inverse – you should get I. Small arithmetic mistakes might only cost one mark, but they can propagate.
在矩阵密集的试卷中有效管理时间。3×3 矩阵的特征值问题可能很耗时;练习快速准确地展开行列式。检查你的答案:将 A 乘以你得到的逆矩阵——结果应是 I。小的算术错误可能只扣一分,但也可能导致连锁失分。
Finally, remember to bring an approved calculator and know how to use it for matrix operations. Some calculators can find eigenvalues and inverses, but you must still show method marks. Use the calculator only to verify your manual working.
最后,记得带上认可的考试用计算器并会用它进行矩阵运算。某些计算器可以求特征值和逆矩阵,但你仍须展示解题步骤以获取方法分。计算器仅用于验证你的手算过程。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply