Assign matrix column as another column in a different matrix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Assign matrix column as another column in a different matrix
I have a matrix and i need to assign the first column as a second column in another matrix , can this be done without identifying each individual element?
In the example above id like to be able to create matrix D without having to specify every element from matricies A and B . Hopefully with the output as per matrix C.
Thanks ,
Ross
Solved! Go to Solution.
- Labels:
-
Mathcad Usage
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
solved with augument function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@RH_9815461 wrote:
I have a matrix and i need to assign the first column as a second column in another matrix , can this be done without identifying each individual element?
In the example above id like to be able to create matrix D without having to specify every element from matricies A and B . Hopefully with the output as per matrix C.
Thanks ,
Ross
In addition to augment (and stack), you could also use the column and row operators to set entire array columns and rows, even if the array doesn't already exist.
Stuart
