added matrix Inversion

This commit is contained in:
Gourav2000
2020-10-19 11:47:50 +05:30
parent 3ba50015ef
commit c36d7de7d9
4 changed files with 73 additions and 1 deletions

View File

@@ -71,3 +71,4 @@ from .multiplyComplexNumbersFunc import *
from .geomProgrFunc import *
from .geometricMeanFunc import *
from .harmonicMeanFunc import *
from .matrixInversion import *