diff --git a/.mailmap b/.mailmap index 9af816f66c2d..78c4166d8555 100644 --- a/.mailmap +++ b/.mailmap @@ -329,6 +329,7 @@ Arihant Parsoya Arpan Chattopadhyay Arpan612 Arpit Goyal Arshdeep Singh +Arthur Ryman Arun Singh Arun Singh Arun sanganal <74652697+ArunSanganal@users.noreply.github.com> Ashish Kumar Gaurav diff --git a/sympy/matrices/__init__.py b/sympy/matrices/__init__.py index c7cf351eba59..8e7b6a489161 100644 --- a/sympy/matrices/__init__.py +++ b/sympy/matrices/__init__.py @@ -12,7 +12,8 @@ from .dense import MutableDenseMatrix from .matrices import DeferredVector, MatrixBase -Matrix = MutableMatrix = MutableDenseMatrix +MutableMatrix = MutableDenseMatrix +Matrix = MutableMatrix from .sparse import MutableSparseMatrix from .sparsetools import banded