Community Profile

photo

Daniel Brower


2019년부터 활동

통계

Content Feed

보기 기준

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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.

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

4년 초과 전 | 답변 수: 1 | 1

1

답변