Message Boards Message Boards

0
|
3952 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

combining table and scalar

Posted 10 years ago
Hi everyone

How can  I get  the final result as follows :C={{a,b,i},{c,d,j},{e,f,k},{g,h,l}....} having got A={{a,b},{c,d},
{e,f},{g,h}...} and B={i,j,k,l,.....} ?
POSTED BY: Artur Kotarski
A={{a,b},{c,d}.{e,f}}
B=(i,j,k}


Transpose  matrix A
Append [%,B]
Transpose [ %]


ensuring you have compatible matrix sizes
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract