Feeds
질문
How to parallelise numerical integration (ode45)?
I would like to apply ode45 to a matrix with 2 lines and 10000 rows. In the matrix each row contains two elements which are the ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
symbolic summation and matrix[]?
Hi, Below is what I did: syms k B=[0.1 0.2;0.3 0.4]; s1 = symsum(B^k,k, 0, inf) Matlab gave me: piecewise(...
거의 13년 전 | 답변 수: 1 | 0