Community Profile

photo

Dipie11


Last seen: plus de 2 ans il y a Actif depuis 2018

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


Fast Reduced Row Echelon Form modulus 2
Hi! I'm looking to row reduce sparse matricies modulus 2. I've included the 'fast reduced row echelon form' frref function crea...

presque 5 ans il y a | 1 réponse | 1

0

réponse

Question


How to save matrix to .dat file in standard notation
Hi! I would like to save a binary matrix 'A' to the file 'output.dat' without scientific notation formatting. For instance the ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to dynamically allocate labels to a legend?
I want to dynamically assign a legend to a data set with a changing number of vectors (v_1, v_2,...,v_n) that I plot against a s...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


Row reduction using modular arithmetic
I'm looking to row reduce an augmented matrix mod 2. Is there any way to do this using the rref function? Say I have a matrix ...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


Taking the kronecker product of multiple matricies, nested in an array
I have a vector array that looks like this, M = [A B B A A B] where the A's and B's in the vector are matricies given by, A =...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


How can I create a new vector by passing a function each for loop iteration?
Hi! I want to create a new vector after passing a function for every iteration in a for loop. When I pass the function each t...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


How to filter a binary matrix through a binary vector?
Say I have a binary vector E and a binary matrix S, E = [0 1 1 0 0] S = [1 1 0 1 0; 1 1 1 1 1; 1 0 0 1 1] I'm looki...

plus de 5 ans il y a | 1 réponse | 0

1

réponse