Post Reply 
entering vectors and +/- sign
08-11-2014, 12:47 PM
Post: #6
RE: entering vectors and +/- sign
I don't recall seeing a command to convert single-row/column matrices into vectors.

Workaround for a single row matrix:
1. Store the matrix. For example, M0.
2. Execute M0(1).

Example: Starting with [[4,2]]:
M0:= [[4,2]]
M0(1) returns [4,2]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
entering vectors and +/- sign - mcjtom - 08-09-2014, 11:47 AM
RE: entering vectors and +/- sign - mcjtom - 08-11-2014, 10:49 AM
RE: entering vectors and +/- sign - Eddie W. Shore - 08-11-2014 12:47 PM



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