Post Reply 
matrix how to call just a column like A( : , 2 )
03-06-2020, 07:36 AM
Post: #8
RE: matrix how to call just a column like A( : , 2 )
Inside CAS, you can type A[:,2] (indices starting at 0, this is Python syntax compatibility). This will return a row vector, in read/write mode.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: matrix how to call just a column like A( : , 2 ) - parisse - 03-06-2020 07:36 AM



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