photo

Ruye Wang


Harvey Mudd College

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: signal processing, machine learning

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答