Inverting the Massey Matrix
Now that you've updated the Massey Matrix \(M\), you're almost ready to find out how the teams stacked up at the end of the 2017 season.
First, we need to make sure that the updated \(M\) has an inverse.
This exercise is part of the course
Linear Algebra for Data Science in R
Exercise instructions
- Find the inverse of the matrix \(M\).
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
#Find the inverse of M
___