1 Pages (6 items)
explode matrix - Messages
Hello
How can I explode a matrix 3x3 submatrix in a 9x9?

How can I explode a matrix 3x3 submatrix in a 9x9?

WroteHow can I explode a matrix 3x3 submatrix in a 9x9?
Do you want explode (in: 9 nested matrices -> out: 9 indipendent matrices) or implode the matrix (in: 9 nested matrices -> out: 1 big matrix)?
In the 2nd case you can use for loops and stack() or augment() functions.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
Hello
I want the second case, 9 matrix 3x3 ->1 matrix 9x9
thanks
I tried to be a bit general, the procedure works for arbitrary block structures as long as the dimensions of the submatrices fit.
Example Matrix joinblocks.sm (19.37 KiB) downloaded 1010 time(s).
Example Matrix joinblocks.sm (19.37 KiB) downloaded 1010 time(s).
Technische Mechanik mit SMath Studio: https://link.springer.com/book/10.1007/978-3-658-50592-9
its not working, so I modified this file

Example Matrix joinblocks rev.sm (19.08 KiB) downloaded 1489 time(s).

Example Matrix joinblocks rev.sm (19.08 KiB) downloaded 1489 time(s).
1 Pages (6 items)
- New Posts
- No New Posts