Ask Your Question

ClaudiaYun's profile - activity

2021-10-13 17:15:27 +0200 received badge  Notable Question (source)
2020-06-12 12:57:37 +0200 received badge  Popular Question (source)
2019-11-06 20:24:47 +0200 received badge  Nice Question (source)
2019-11-06 20:20:02 +0200 received badge  Student (source)
2019-11-06 20:16:53 +0200 asked a question Kernel died when computing nullspace of a large matrix

I have a large sparse matrix with dimension roughly 100,000 by 70,000. Its only nonzero entries are 1 and -1. I'm trying to use the right_kernel command to calculate its kernel over the rational numbers. However, whenever I run the code, I get a message that says "the kernel appears to have died. It will restart automatically." Does this mean I'm running out of memory on my computer? Any ideas on how to address this? All this is done in a Jupyter notebook. Thank you!