#MATL , 13 bytes
MATL , 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: 'AB···Z'
tn: % Duplicate, number of elements, range: gives [1, 2, ···, 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0, 1, 0, 1, ···, 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
#MATL , 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: 'AB···Z'
tn: % Duplicate, number of elements, range: gives [1, 2, ···, 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0, 1, 0, 1, ···, 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
MATL , 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: 'AB···Z'
tn: % Duplicate, number of elements, range: gives [1, 2, ···, 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0, 1, 0, 1, ···, 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
#MATL, 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: "AB···Z"'AB···Z'
tn: % Duplicate, number of elements, range: gives [1, 2, ···, 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0, 1, 0, 1, ···, 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
#MATL, 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: "AB···Z"
tn: % Duplicate, number of elements, range: gives [1 2 ··· 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0 1 0 1 ··· 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
#MATL, 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: 'AB···Z'
tn: % Duplicate, number of elements, range: gives [1, 2, ···, 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0, 1, 0, 1, ···, 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
#MATL, 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: "AB···Z"
tn: % Duplicate, number of elements, range: gives [1 2 ··· 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0 1 0 1 ··· 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
#MATL, 13 bytes
1Y2tn:!to~!+)
1Y2 % Predefined string literal: "AB···Z"
tn: % Duplicate, number of elements, range: gives [1 2 ··· 26]
! % Transpose into a column vector
to~! % Duplicate and transform into [0 1 0 1 ··· 1] using modulo 2
+ % Addition with broadcast. Gives 2D numeric array
) % Index (modularly) into string. Implicitly display.
Loading