NumPy - #4 - Creating Arrays Using arange(), linspace(), and eye()

preview_player
Показать описание
If you like my videos and would like to support my efforts, you can donate:

In this lecture we will learn how to create arrays using NumPy's built in methods:

arange(): array filled with a linear sequence, similar to the built-in range() function.
linspace(): array with values evenly spaced.
eye(): identity matrix array.
Рекомендации по теме