This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8e4e15fa56
RosettaCodeData
/
Task
/
Multi-dimensional-array
/
Mathematica
/
multi-dimensional-array.math
7 lines
92 B
Plaintext
Raw
Blame
History
a = ConstantArray[0, {2, 3, 4, 5}]
a[[1, 2, 3, 4]] = 15;
a[[1, 2, 3, 4]]
a
a[[2, 2]] = 8;
a
Reference in New Issue
View Git Blame
Copy Permalink