Chapter 7 Multidimensional Arrays

empty –do not initialize elements identity –create a 2D array with ones on the diagonal and zeros elsewhere full –create an array and initialize all elements to a specified value Read the docs for a complete list and descriptions. function([size of dimensions list], opt. dtype…) ................
................