Post Reply 
EXECON HELP (DoLIST ~= HP50 CMD)
09-04-2016, 01:53 AM (This post was last modified: 11-13-2016 01:36 PM by compsystems.)
Post: #6
RE: EXECON HELP (DoLIST ~= HP50 CMD)
testing Matrix Applied Program/function, MAP CMD

map({{1,2,3}, {4,5,6}, {7,8,9}}, x -> x+1 ) [enter] returns [{2,3,4},{5,6,7},{8,9,10}]

map({{1,2,3}, {4,5,6}, {7,8,9}}, (x,y,z) -> (y+z)*x) ) [enter] returns "Error" Why?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: EXECON HELP - Didier Lachieze - 09-03-2016, 08:29 PM
RE: EXECON HELP (DoLIST ~= HP50 CMD) - compsystems - 09-04-2016 01:53 AM



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