Community Profile

photo

Ruye Wang


Harvey Mudd College

Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: signal processing, machine learning

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Schur decomposition and QR algorithm for eigenvalue problems
I created a 5x5 complex matrix with one real eigenvalue and two complex conjugate eigenvalue pairs by this piece of code: N...

8 years ago | 1 answer | 0

1

answer

Question


symbolic differentiation with multiple variables/parameters
I use the follow code to create a sigmoid function of x with a parameter a, and its derivative with respect to x: >> sym...

11 years ago | 1 answer | 0

1

answer

Question


svd(A) vs. eig(A'*A) and eig(A*A')
When I use [U,S,V]=svd(A), I can reproduce A by U*S*V'. However, if I generate U and V by solving two eigenvalue problems [V,D]=...

11 years ago | 1 answer | 0

1

answer