```dart Matrix mat = Matrix([[2.0]]); Matrix inverted = mat.inverse(); // throws MatrixInvalidDimensions ```