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년 초과 전 | 답변 수: 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년 전 | 답변 수: 0 | 0
