Feeds
提问
Symbolic calculation
Hi, consider following commands: syms a b c; A=[a b;b c]; [R1,e]=eig(A); rhs=matlabFunction(R1); Now I would l...
13 years 前 | 1 个回答 | 0
1
个回答提问
multiplying a matrix into its transpose
Hi, I have an sparse and large matrix (A). I would like to do this operation: C=A*(A'); Using above command takes about...
14 years 前 | 0 个回答 | 0
