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.
Este exercício faz parte do curso
Linear Algebra for Data Science in R
Instruções do exercício
- Find the inverse of the matrix \(M\).
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
#Find the inverse of M
___