Build a Structured List of Ordered Pairs - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Tasks : Lists : Build a Structured List of Ordered Pairs

Build a Structured List of Ordered Pairs

Description

Build a structured list of ordered pairs from two lists of the same length.

Enter the first list.

L1:=5,−3,−2,0,1,3,4,6

L1:=5,3,2,0,1,3,4,6

(1)

Enter the second list.

L2:=4,3,2.7,0,−2,−5.9,0,10

L2:=4,3,2.7,0,2,5.9,0,10

(2)

Build a structured list of ordered pairs using the 2 defined lists.

seqL1i,L2i,i= 1..nopsL1

5,4,3,3,2,2.7,0,0,1,2,3,5.9,4,0,6,10

(3)

Commands Used

seq, nops

See Also

list, zip