Ask Your Question

subrotoster's profile - activity

2023-07-11 00:55:17 +0200 received badge  Famous Question (source)
2022-04-14 10:58:02 +0200 received badge  Notable Question (source)
2018-09-02 16:01:22 +0200 received badge  Popular Question (source)
2015-04-16 12:50:09 +0200 asked a question out of memory allocating 4194320 bytes in sage notebook in win 8

out of memory allocating 4194320 bytes

------------------------------------------------------------------------
/home/sage/sage-6.4.1/local/lib/libcsage.so(print_backtrace+0x3b)[0xd73c\
96]
/home/sage/sage-6.4.1/local/lib/libcsage.so(sigdie+0x1c)[0xd73e1e]
/home/sage/sage-6.4.1/local/lib/libcsage.so(sage_signal_handler+0x1ca)[0\
xd73593]
[0x31b400]
/lib/libc.so.6(abort+0x17a)[0x75614a]
/home/sage/sage-6.4.1/local/lib/libpolybori-0.8.so.3(+0x26698)[0x2e82698\
]
/home/sage/sage-6.4.1/local/lib/libpolybori-0.8.so.3(pbori_cuddInitCache\
+0x17c)[0x2e8262c]
/home/sage/sage-6.4.1/local/lib/libpolybori-0.8.so.3(pbori_Cudd_Init+0xa\
4)[0x2e829d4]
/home/sage/sage-6.4.1/local/lib/libpolybori-0.8.so.3(_ZN8polybori9CCuddC\
oreC1EjRKN5boost10shared_ptrINS_13COrderingBaseEEE+0xa8)[0x2e90548]
/home/sage/sage-6.4.1/local/lib/libpolybori-0.8.so.3(_ZN8polybori13Boole\
PolyRingC2Eji+0x50)[0x2e8cd60]
/home/sage/sage-6.4.1/local/lib/python2.7/site-packages/sage/rings/polyn\
omial/pbori.so(+0x90951)[0x385e951]
/home/sage/sage-6.4.1/local/lib/python2.7/site-packages/sage/rings/polyn\
omial/pbori.so(+0x95c2f)[0x3863c2f]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(+0x8d815)[0x418815]
/home/sage/sage-6.4.1/local/lib/python2.7/site-packages/sage/crypto/bool\
ean_function.so(+0x35da)[0x69985da]
/home/sage/sage-6.4.1/local/lib/python2.7/site-packages/sage/crypto/bool\
ean_function.so(+0x1ac7f)[0x69afc7f]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0\
x489c)[0x46330c]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x\
7d0)[0x465080]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCode+0x63\
)[0x4651d3]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0\
x5cd2)[0x464742]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x\
7d0)[0x465080]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCode+0x63\
)[0x4651d3]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyRun_FileExFlags+0x\
b1)[0x484561]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(+0xd19c2)[0x45c9c2]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyCFunction_Call+0x1\
2a)[0x3feb5a]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0\
x490c)[0x46337c]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x\
7d0)[0x465080]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCode+0x63\
)[0x4651d3]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0\
x5cd2)[0x464742]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x\
7d0)[0x465080]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyEval_EvalCode+0x63\
)[0x4651d3]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyRun_FileExFlags+0x\
b1)[0x484561]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(+0xd19c2)[0x45c9c2]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0(PyCFunction_Call+0x1\
2a)[0x3feb5a]
/home/sage/sage-6.4.1/local/lib/libpython2.7.so.1.0 ...
(more)
2015-04-07 16:05:13 +0200 commented question how to use file to save a huge list data...and use the list elements from the file in sage?

i saved this truth table to a file as a list.....i want to access this list elements from the file ....and compute the algebraic immunity of each boolean function....i need the code for this one...how to this whole task using file .....

2015-04-07 16:00:04 +0200 commented question how to use file to save a huge list data...and use the list elements from the file in sage?

the file contains 3776 truth table of boolean functions.....

2015-04-07 15:11:49 +0200 asked a question how to use file to save a huge list data...and use the list elements from the file in sage?

In computing the algebraic immunity of 8 var bent boolean function i need to use files....store the bent function in the file...and then use each one to compute algebraic immunity .....I am new to sage...Need help...