Properties
Similar Topics
Statistics
Comments
1
Participants
1
Subscribers
1
Votes
1
Views
517
Share

How to alternate columns of two matrix lists in one matrix?
Needs Answer
a={{"a11", "a12"}, {"a21", "a22"}}
b={{"b11", "b12"}, {"b21", "b22"}}
c={{"a11", "b11", "a12", "b12"}, {"a21", "b21", "a22", "b22"}}
How to alternate the columns of two matrix lists in one matrix for larger matrices?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
c=Transpose(Join(Zip({m1, m2}, m1, Transpose(a), m2, Transpose(b))))
Comments have been locked on this page!