Σ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]} |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
ΣLIST, ΠLIST and ΔLIST with vectors [SOLVED] - JMB - 01-30-2016, 11:29 AM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - DrD - 01-30-2016 01:02 PM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - Didier Lachieze - 01-30-2016, 01:17 PM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - DrD - 01-30-2016, 03:46 PM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - JMB - 01-30-2016, 03:45 PM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - JMB - 01-30-2016, 03:57 PM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - DrD - 01-30-2016, 05:23 PM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - Tim Wessman - 02-01-2016, 04:55 PM
RE: ΣLIST, ΠLIST and ΔLIST with vectors - JMB - 04-29-2016, 04:14 PM
|
User(s) browsing this thread: 1 Guest(s)