Tmp: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tag: Blanking
 
(20 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  │  B  │  C  │  D  │
          │ a<sub>0</sub> 0 │ a<sub>0,0</sub>│ a<sub>0,1</sub>│ a<sub>0,2</sub>│ a<sub>0,3</sub>│
          │      ├─────┼─────┼─────┼─────┤
          │      │  E  │  F  │  G  │  H  │
  Axis 0 │ a<sub>1</sub> 1 │ a<sub>1,0</sub>│ a<sub>1,1</sub>│ a<sub>1,2</sub>│ a<sub>1,3</sub>│
          │      ├─────┼─────┼─────┼─────┤
          │      │  I  │  J  │  K  │  L  │
          │ a<sub>2</sub> 2 │ a<sub>2,0</sub>│ a<sub>2,1</sub>│ a<sub>2,2</sub>│ a<sub>2,3</sub>│
          │      └─────┴─────┴─────┴─────┘
          │       
          ▼
</font>

Latest revision as of 22:37, 13 August 2024