1 Pages (6 items)
explode matrix - Messages
#1 Posted: 1/8/2014 12:40:09 PM
Hello
How can I explode a matrix 3x3 submatrix in a 9x9?

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

#2 Posted: 1/8/2014 7:59:12 PM
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
#3 Posted: 1/9/2014 4:04:27 AM
Hello
I want the second case, 9 matrix 3x3 ->1 matrix 9x9
thanks
#4 Posted: 1/9/2014 5:09:01 AM
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 KiB) downloaded 49 time(s).
Example Matrix joinblocks.sm (19 KiB) downloaded 49 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#6 Posted: 12/24/2021 12:52:59 PM
its not working, so I modified this file

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