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.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
matrix how to call just a column like A( : , 2 ) - resolved - 03-05-2020, 05:44 PM
RE: matrix how to call just a column like A( : , 2 ) - Tonig00 - 03-05-2020, 06:06 PM
RE: matrix how to call just a column like A( : , 2 ) - resolved - 03-05-2020, 10:59 PM
RE: matrix how to call just a column like A( : , 2 ) - victorvbc - 03-05-2020, 11:45 PM
RE: matrix how to call just a column like A( : , 2 ) - Tim Wessman - 03-06-2020, 12:26 AM
RE: matrix how to call just a column like A( : , 2 ) - Carlos295pz - 03-06-2020, 02:39 AM
RE: matrix how to call just a column like A( : , 2 ) - resolved - 03-06-2020, 06:20 AM
RE: matrix how to call just a column like A( : , 2 ) - Carlos295pz - 03-06-2020, 10:09 AM
RE: matrix how to call just a column like A( : , 2 ) - parisse - 03-06-2020 07:36 AM
|
User(s) browsing this thread: 4 Guest(s)