Daniel Brower
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
31,147
of 295,486
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 4 answers | 0
4
answersQuestion
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.
5 years ago | 2 answers | 0
2
answersQuestion
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 ...
5 years ago | 1 answer | 1