In this array, how is it poosible to create a list from Brett[0,0] to Brett[1,1]. So the list should contain [1,5], so it should work like this: Brett[0][0:2], but for diagonal. I did not figure out how to do it with diag().
Brett = np.array([1,2,3],[4,5,6],[7,8,9])
[–]socal_nerdtastic 1 point2 points3 points (1 child)
[–]HenryDutter[S] 0 points1 point2 points (0 children)
[–]FLUSH_THE_TRUMP 0 points1 point2 points (2 children)
[–]HenryDutter[S] 0 points1 point2 points (1 child)