I’m encountering a problem in Mathematica while working with two large lists, list1
and list2
, each containing 3600×2 cells of numerical values. After performing some arithmetic operations between these lists, both symbols became undefined, requiring me to redefine them and evaluate the previous cells again.
I noticed that when I create a Dataset object from those lists, the issue does not happen.
I suspect this might be related to memory consumption on my computer.
Has anyone else experienced something similar?
(I am on Windows 10, 32GB RAM with 11th Gen Intel i7-11700 @ 2.50GHz)