Community Profile

photo

Dipie11


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

5 years ago | 0 answers | 1

0

answers

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

5 years ago | 1 answer | 0

1

answer

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

5 years ago | 2 answers | 0

2

answers

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

5 years ago | 2 answers | 0

2

answers

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

5 years ago | 1 answer | 0

1

answer

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

5 years ago | 2 answers | 0

2

answers

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

5 years ago | 1 answer | 0

1

answer