1 страниц (4 вхождений)
Matrix Mirror - Matrix Mirror - Сообщения
#1 Опубликовано: 09.09.2016 09:29:52
Smath does not support reverse cols order in "submatrix".
Alternately, here is the module. Read more in the attached.
Jean

Utilities Matrix Mirror Exercise.sm (19 КиБ) скачан 44 раз(а).
Alternately, here is the module. Read more in the attached.
Jean
Utilities Matrix Mirror Exercise.sm (19 КиБ) скачан 44 раз(а).
#2 Опубликовано: 09.09.2016 11:06:05
I think this is remedied as well with the recent vector indices.
Moreover, I think we can forget about submatrix() function now
http://smath.info/cloud/worksheet/uRMs2euU
Regards,
Radovan
Moreover, I think we can forget about submatrix() function now
http://smath.info/cloud/worksheet/uRMs2euU
Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#3 Опубликовано: 09.09.2016 12:33:23
You even don't have to wait for the vector indices, at least for the mirror.
See here

The mirror implementation is straightforward to understand (transpose, reverse, transpose)
The diagonal is a nasty indexing trick, which is that far from paper and pencil notation that it can't be recommended unless you want to obfuscate your algorithm (then best use excel). You just square the row/column index range elements to access the diagonal elements in linear indexing.
This, however, uses the vector index feature.
See here
The mirror implementation is straightforward to understand (transpose, reverse, transpose)
The diagonal is a nasty indexing trick, which is that far from paper and pencil notation that it can't be recommended unless you want to obfuscate your algorithm (then best use excel). You just square the row/column index range elements to access the diagonal elements in linear indexing.
This, however, uses the vector index feature.
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
frapuano 09.09.2016 14:23:00
#4 Опубликовано: 10.09.2016 03:38:55
WroteThe diagonal is a nasty indexing trick, which is that far from paper and pencil notation that it can't be recommended unless you want to obfuscate your algorithm (then best use excel). You just square the row/column index range elements to access the diagonal elements in linear indexing.
This, however, uses the vector index feature.
diagonal(M):el(M,(range(0,(rows(M)-1)))*(rows(M)+1)+1)
С уважением,
Михаил Каганский
1 пользователям понравился этот пост
NDTM Amarasekera 11.09.2016 15:38:00
1 страниц (4 вхождений)
-
Новые сообщения
-
Нет новых сообщений