Post Reply 
Exact items for a matrix from a program
06-10-2015, 05:50 AM
Post: #4
RE: Exact items for a matrix from a program
Then I'd suggest using a loop that scans through the entire matrix (e.g. R goes from 1 to rowDim(M1), and C goes from 1 to colDim(M1)), and outputs exact(row(col(M1,C),R) at each iteration. Or something like that. Not a single command, but it works.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Exact items for a matrix from a program - Joe Horn - 06-10-2015 05:50 AM



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