Tmp: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tag: Blanking
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
<font size=-2>


a = np.array([[A, B, C, D], [E, F, G, H], [I, J, K, L]])
   
                        Axis 1
          ┌──────────────────────────────────▶
          │        0    1    2    3                 
          │      ┌─────┬─────┬─────┬─────┐
          │ a<sub>0</sub> 0 │  A  │  B  │  C  │  D  │
          │      │ a<sub>0,0</sub>│ a<sub>0,1</sub>│ a<sub>0,2</sub>│ a<sub>0,3</sub>│
          │      ├─────┼─────┼────  │
          │ 
  Axis 0 │ 1  50    60  70  80
          │
          │  2  90    100  110  120
          │
          ▼
</font>

Latest revision as of 22:37, 13 August 2024