Preface
A square n×n matrix A is called diagonalizable if it has n linearly independent eigenvectors. For such matrices, there exists a nonsingular (meaning its determinant is not zero) matrix S such that \( {\bf S}^{-1} {\bf A} \,{\bf S} = {\bf \Lambda} , \) the diagonal matrix. Then we can define a function of diagonalizable matrix A as \( f({\bf A}) = {\bf S}\, f({\bf \Lambda}) \, {\bf S}^{-1} . \)
Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the first course APMA0330
Return to the main page for the second course APMA0340
Return to Part I of the course APMA0340
Introduction to Linear Algebra with Mathematica
Glossary
Monte Carlo Method
Simulation of the motion of a random particle may be used to approximate the solution to linear parabolic equation. In particular, consider the two dimensional initial boundary value problem:
Return to Mathematica page
Return to the main page (APMA0340)
Return to the Part 1 Matrix Algebra
Return to the Part 2 Linear Systems of Ordinary Differential Equations
Return to the Part 3 Non-linear Systems of Ordinary Differential Equations
Return to the Part 4 Numerical Methods
Return to the Part 5 Fourier Series
Return to the Part 6 Partial Differential Equations