Toggle navigation
JUPYTER
FAQ
View as Code
Python 3 Kernel
View on GitHub
Execute on Binder
Download Notebook
w3-resource-python
02_NumPy
Notebook
NumPy Linear Algebra [19 exercises with solution]
¶
1. Write a NumPy program to compute the multiplication of two given matrixes.
¶
In [ ]:
2. Write a NumPy program to compute the outer product of two given vectors.
¶
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
Problem's Source:
https://www.w3resource.com/python-exercises/numpy/linear-algebra/index.php
¶