JunAng-Wang
JunAng-Wang
The following is my code snapshot: # load data and svd x = x.transpose([0,2,1]).reshape(n_elem*n_var,tsize) # state vectors: origin shape (n_elem, tsize, n_var) shape: n_elem*n_var, tsize U, S, V = scipy.linalg.svd(x)...
Hi, @Jacob-Stevens-Haas Thank you for your prompt response. I appreciate your suggestion to fix the code for a simple and well-known problem. Do you know any good examples, such as...
@Jacob-Stevens-Haas. Thank you so much!