SequenceTake
SequenceTake[seq,n]⟹out
returns the first n Monomers of the provided sequence.
SequenceTake[seq,-n]⟹out
returns the last n Monomers of the provided sequence.
SequenceTake[seq,Span[n,m]]⟹out
returns from the n-th to the m-th monomer of the provided sequence.
Details
Input
Output
General Options
Examples
Basic Examples (3)
Options (6)
ExplicitlyTyped (4)
Setting ExplicitlyTyped to True will ensure that the output is typed:
Setting ExplicitlyTyped to False will ensure that the output is not typed:
Setting ExplicitlyTyped to Automatic will type the output if the input is typed:
Setting ExplicitlyTyped to Automatic will type the output if the input is typed: