Message Boards Message Boards

GROUPS:

combining table and scalar

Posted 9 years ago
3495 Views
|
1 Reply
|
0 Total Likes
|
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