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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
List transpose using built-in? - StephenG1CMZ - 10-28-2018, 11:46 PM
RE: List transpose using built-in? - Albert Chan - 10-29-2018, 01:19 AM
RE: List transpose using built-in? - Didier Lachieze - 10-31-2018, 12:59 PM
RE: List transpose using built-in? - Tim Wessman - 10-31-2018, 01:04 PM
RE: List transpose using built-in? - Didier Lachieze - 10-31-2018, 01:38 PM
RE: List transpose using built-in? - compsystems - 10-31-2018 01:55 PM
RE: List transpose using built-in? - StephenG1CMZ - 11-01-2018, 08:08 AM
|
User(s) browsing this thread: 1 Guest(s)