Chapter 14 Exercises: 14.4 Mathcad: Solving Systems of Linear Equations
Chapter 14 Exercises: 14.4 Mathcad: Solving Systems of Linear Equations
Chapter 14 Exercises: 14.4 Mathcad: Solving Systems of Linear Equations
Chapter 14 Exercises
2. A square matrix A is called nilpotent if some power of the matrix is equal to the
zero matrix, i.e. An = 0 for some integer n. The smallest such n is called the
degree of A. Consider the matrix
0 1 0 0
0 0 1 0
A= 0 0 0
1
0 0 0 0
101
Chapter 14 Mathcad: Matrices
4. In computing an approximating function for a set of data, a spline is often used. The
theory of splines is covered in numerical analysis, but for a specific data set, the following
system of equations must be solved.
0.28S1 + 0.1S2 = −64.65
0.1S1 + 0.34S2 + 0.07S3 = −54.81
0.07S2 + 2.16S3 + 1.01S4 = −8.43
1.01S3 + 2.58S4 + 0.28S5 = −7.92
0.28S4 + 1.42S5 = −2.78
102