VintageGold / Data690_MathML

A place to ask questions and collaborate with peers
MIT License
1 stars 2 forks source link

replicate `np.dot()` and `np.linalg.det()` #9

Open xinxueHEAI opened 3 years ago

xinxueHEAI commented 3 years ago

How about you all figure out a way to replicate np.dot() using for loop and/or multiprocessing ? When you have time also do the same for np.linalg.det(). Please merge your final code to main.

xinxueHEAI commented 3 years ago

Check if you can perform np.dot(). if you can, then use a for loop to replicate np.dot()