Post Reply 
Programming Question: How do you augment one matrix with another?
07-02-2014, 07:01 PM
Post: #8
RE: Programming Question: How do you augment one matrix with another?
(07-02-2014 05:59 PM)Jsather Wrote:  Parisse: Could you give an explicit example of what you meant by "[op(M1),op(M2)] glues two matrices together", preferably that works in a program? I don't understand.
Just write [op(m1),op(m2)] and see what you get. This works of course in CAS and CAS programs.
op removes the [] delimiters of the matrix, you get the sequence of the matrix rows, the comma concatenates the rows of m1 and m2 and [] brings back the matrix delimiter.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming Question: How do you augment one matrix with another? - parisse - 07-02-2014 07:01 PM



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