Tagged Questions
2
votes
5answers
110 views
Creating ordered triplets from an Excel sheet
I have an Excel sheet of the form:
" " a b c
1 R S T
2 U V W
3 X Y Z
Where every entry is a number (except the blank quotes, ...
3
votes
3answers
163 views
2
votes
1answer
151 views
3
votes
1answer
159 views
Formatting data tables with Grid + Dividers vs. SplitBy --> GridBy?
A quick method to format human-readable data tables with headers, is to use Grid, eg:
...
3
votes
1answer
207 views
Change elements on different positions within a list
How can I change the elements of a list, say on positions
{{1, 4}, {3, 1}, {2, 3}, {4, 4}} in one go?
Take this list for example:
...