photo

Daniel Brower


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


iterate through elements of matrix
How would I iterate through the elements of a matrix? I have a 4x4 matrix A and a 4x4 matrix B. I would like to multiply each e...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


n! permutation matrices
I need to generate 24 (4!) distict permutation 4x4 matrices. How would I do that? The first one would need to be the identity m...

fast 5 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


matrix of matrices - matrix with matrices inside it
How would I create a matrix of matrices, such that A = [[1 2 3 4] [5 6 7 8]]? I mean a matrix with matrices inside of it.

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Checking if two matrices are similar
How would I use Matlab to check if two matrices are similar. For example, for matrices A and B, both of dimension nxn, how do I ...

fast 5 Jahre vor | 1 Antwort | 1

1

Antwort