Feeds
已回答
Integrating the eigenvalues of a matrix...
It turns out that all I had to do was, instead of using dblquad, to integrate x and y separately. The command integrnd1=@(xp,yp...
Integrating the eigenvalues of a matrix...
It turns out that all I had to do was, instead of using dblquad, to integrate x and y separately. The command integrnd1=@(xp,yp...
13 years 前 | 0
| 已接受
提问
Integrating the eigenvalues of a matrix...
Hi people, The simplified version of problem is the following. I have a complicated matrix function f(x,y). The integrand of m...
13 years 前 | 1 个回答 | 0
1
个回答提问
Integrating array of functions
Hi people, I have an array of functions, something like func(x,y)=[func1(x,y) func2(x,y) ... funcN(x,y)] Now I want to in...
13 years 前 | 2 个回答 | 0