Post Reply 
ΣLIST, ΠLIST and ΔLIST with vectors [SOLVED]
01-30-2016, 01:02 PM
Post: #2
RE: ΣLIST, ΠLIST and ΔLIST with vectors
Do you have examples that don't work?

These vectors seem to work ok:
M1:=[1 2 3 4];
M2:=2*M1;

ΣLIST({M1,M2}); ==> [3,6,9,12]
ΠLIST({M1,transpose(M2)}); ==> [60]
ΔLIST({M1,M2}); ==> {[1 2 3 4]}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ΣLIST, ΠLIST and ΔLIST with vectors - DrD - 01-30-2016 01:02 PM



User(s) browsing this thread: 1 Guest(s)