photo

yi yang


Last seen: 8 months ago Active since 2022

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • First Submission

View badges

Feeds

View by

Question


Given a big square matrix and some eigenvalues, how to find the corresponding eigenvectors?
My computer configuration: CPU: 8 cores 4.6GHz, 16GB memory. I have a big matrix A with size(A) = (3072,3072) I can get the ei...

1 year ago | 3 answers | 0

3

answers

Question


multiplication of a 3-D matrix by a 1-D array
I have a 3-D matrix A = rand(sz1,sz2,sz3) and a 1-D array B = rand(1,sz3). Is there a biult-in function to do the muliplication...

2 years ago | 1 answer | 0

1

answer