Community Profile

photo

Regita Agustin Wahyu F


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Cartesian product of 2 matrices
Let A and B are sets of 16 matrices size 2x2, say A = {M1,M2,M3,...,M16}, B = {M1,M2,M3,...,M16}, with entry each Mi, i = 1,..,1...

2 years ago | 1 answer | 0

1

answer

Question


If I have 512 matrices (entries of each matrix is looping modulo 2), how the multiplication syntax for those 512*512 matrices ?
this is syntax for define the 512 matrices clc,clear; i=0; modulo=2; for A=1:modulo for B=1:modulo for C=1:modulo for D=1...

2 years ago | 1 answer | 0

1

answer