Working with Multidimensional Arrays
NumPy doesn’t stop at 1D and 2D — it also supports 3D arrays and beyond.
Each additional dimension adds another level of nesting and shape complexity.
You’ll usually encounter 3D arrays in areas like image data or time-series batches.
Dimensions and Shape
- A 1D array has shape like
(3,)
- A 2D array might be
(2, 3)
- A 3D array could look like
(2, 3, 4)
→ meaning 2 blocks, each with 3 rows and 4 columns
What’s Next
Use the whiteboard to explore the structure of 1D, 2D, and 3D arrays visually.
Quiz
0 / 1
NumPy supports arrays with more than two dimensions.
○
✕
학습 자료
AI 튜터
디자인
업로드
수업 노트
즐겨찾기
도움말