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...
You should be more precise. How big are your objects ? Could you please provide an example of what you are trying to do ?
the file contains 3776 truth table of boolean functions.....
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 .....