Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Code for Matrix Dynamics

1 Ansicht (letzte 30 Tage)
Sk. Sarif Hassan
Sk. Sarif Hassan am 20 Jul. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Consider a set F={0,1}. Consider a set M of all possible 4 dimensional square matrices over the finite field F. Here we know 1+1=0, 0+1=1+0=1 and 0+0=0 and multiplications is straight forward. Clearly the cardinality of the set M is 2^16. Now define a map f defined on M as f(X)=((X*X)+C) Here '*' denotes the matrix modulo 2 multiplication and '+' denotes the matrix modulo 2 addition. It is good to name all the matrices by their decimal value. The matrix [0 0 0 0; 0 0 0 0; 0 0 0 0; 0 0 0 0] would be called X_0. Similarly [ 0 0 0; 0 0 0 0; 0 0 0 0; 0 0 0 1] as X_1 and so on. Also X_(2^16) is [1 1 1 1; 1 1 1 1; 1 1 1 1; 1 1 1 1].
We need to write a code which can takes each of these matrices and map to others as per definition of the map. Finally a list should be saved as an xls file.
Any help is highly is desired.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by