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 ejercicio forma parte del curso
Linear Algebra for Data Science in R
Instrucciones del ejercicio
- Find the inverse of the matrix \(M\).
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
#Find the inverse of M
___