Python/matrix
RayCurse 441b82a95f More matrix algorithms (#745)
* added matrix minor

* added matrix determinant

* added inverse,scalar multiply, identity, transpose
2019-03-28 01:50:43 +08:00
..
matrix_multiplication_addition.py More matrix algorithms (#745) 2019-03-28 01:50:43 +08:00
searching_in_sorted_matrix.py Create Searching in sorted matrix (#738) 2019-03-20 23:59:35 +08:00