Tmp: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<font size=-2>
<font size=-2>
 
  ┌───┬───┬───┐
  a = np.array([[A, B, C, D], [E, F, G, H], [I, J, K, L]])
  0 │ X X X    
   
  ├───┼───┼───┤
                        Axis 1
  1 │ X X X    
          ┌──────────────────────────────────▶
  ├───┼───┼───┤
          │        0     1    2    3                 
   │      │    
              ┌─────┬─────┬─────┬─────┐
   └───┴───┴───┘
          a<sub>0</sub> 0 │  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>
</font>

Latest revision as of 01:00, 21 May 2024

  ┌───┬───┬───┐
0 │ X │ X │ X │     
  ├───┼───┼───┤
1 │ X │ X │ X │     
  ├───┼───┼───┤
  │   │   │   │     
  └───┴───┴───┘