Tape ()

𝕩: Solo

→full documentation

Add a dimension to 𝕩.

↗️
     1
⟨ 1 ⟩


    ≍≍ 1
┌─   
╵ 1  
    ┘


    ≍≍≍ 1
┌─   
╎ 1  
    ┘


    ≍≍ 1234
┌─         
╎ 1 2 3 4  
          ┘


    ≍≍≍ 1234
┌─         
┆ 1 2 3 4  
          ┘

𝕨 𝕩: Couple

→full documentation

Join 𝕨 and 𝕩 along a newly created axis.

↗️
    1  3
⟨ 1 3 ⟩

    12  23
┌─     
╵ 1 2  
  2 3  
      ┘