how to use file to save a huge list data...and use the list elements from the file in sage?

asked 2015-04-07 15:11:49 +0200

subrotoster gravatar image

updated 2022-04-14 10:59:10 +0200

FrédéricC gravatar image

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...

edit retag flag offensive close merge delete

Comments

You should be more precise. How big are your objects ? Could you please provide an example of what you are trying to do ?

tmonteil gravatar imagetmonteil ( 2015-04-07 15:27:26 +0200 )edit

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

subrotoster gravatar imagesubrotoster ( 2015-04-07 16:00:04 +0200 )edit

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 .....

subrotoster gravatar imagesubrotoster ( 2015-04-07 16:05:13 +0200 )edit