WOLFRAM COMMUNITY
Connect with users of Wolfram technologies to learn, solve problems and share ideas
Join
Sign In
Dashboard
Groups
People
Group Abstract
Message Boards
Answer
(
Unmark
)
Mark as an Answer
WOLFRAM COMMUNITY
Dashboard
Groups
People
0
|
4.9K Views
|
1 Reply
|
0 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Mathematica
Algebra
Wolfram Language
combining table and scalar
Artur Kotarski
Artur Kotarski
Posted
11 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
Reply
|
Flag
1 Reply
Sort By:
Replies
Likes
Recent
0
Melvyn Stancliffe
Melvyn Stancliffe
Posted
11 years ago
A={{a,b},{c,d}.{e,f}}
B=(i,j,k}
Transpose matrix A
Append [%,B]
Transpose [ %]
ensuring you have compatible matrix sizes
POSTED BY:
Melvyn Stancliffe
Reply
|
Flag
Reply to this discussion
in reply to
Add Notebook
Community posts can be styled and formatted using the
Markdown syntax
.
Tag limit exceeded
Note: Only the first five people you tag will receive an email notification; the other tagged names will appear as links to their profiles.
Publish anyway
Cancel
Reply Preview
Attachments
Remove
Add a file to this post
Follow this discussion
or
Discard
Be respectful. Review our
Community Guidelines
to understand your role and responsibilities.
Community Terms of Use
Feedback