Post Reply 
List transpose using built-in?
10-31-2018, 01:55 PM (This post was last modified: 10-31-2018 02:03 PM by compsystems.)
Post: #6
RE: List transpose using built-in?
I think it has to do with the internal variable, variable index:=1 or index:=0

Xcas mode
index:=0; col([[1,2,3],[4,5,6]],1) returns [2 5]
index:=1; col([[1,2,3],[4,5,6]],1) returns [1 4]

other variables that are not documented or do not appear in the catalog.
http://www.hpmuseum.org/forum/thread-11554.html
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: List transpose using built-in? - compsystems - 10-31-2018 01:55 PM



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