Metadata-Version: 2.1
Name: MatrixBabou
Version: 0.1.4
Summary: This library is for linear algebra, Matrix analysis 
Home-page: https://github.com/mohamedlaminebabou/BABOUMATH/
Author: Babou Mohamed Lamine 
Author-email: mohamedlaminebabou@gmail.com
License: MIT
Keywords: python,matrix,Matrix product,Matrix analysis
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

# MatrixBabou
  
This library is for matrix analysis . Its created to facilitate some of notable tools in linear algebra like the matrix decompositions, solving linear systems, Tensors with  the classical products (Kronecker, Khatri-Rao, Hadamard..) , and all this functions are accelerated via the parallel computing methods as well as  quantum computing . 

## Installation
``` python3 -m pip install --user  MatrixBabou```



## How to use it?
It's used for Linear Algebra , matrix decompsition : NMF Decompsition <img src="https://render.githubusercontent.com/render/math?math=%5Cmathbf%7BA%5Capprox%20UV%7D%20"> ,
 and also for solving  matrix least square problem  : <img src="https://render.githubusercontent.com/render/math?math=%5Cmathbf%7B%5C%7CAX-B%5C%7C_2%5E2%3D%20%5Csum_%7Bi%3D1%7D%5E%7Bn%7D%20%5C%7CAx_i-%20b_i%5C%7C_2%20%5E2%7D">
 Also , it can be used for to solve Ax=b , in quantum computer by importing quantum module . 
.



## Tutorial see
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mohamedlaminebabou/BABOUMATH/HEAD)
 
## License

© 2021 

This repository is licensed under the MIT license. See LICENSE for details.


