Date: Jul 1, 2012 12:16 PM Author: cocosisi Subject: heavy quadrature function I have a quadrature function in the attach file.
A is a 20*1 matrix.
I want to achieve A(k,200).
The quadrature on p is very heavy.
I changed A(k,t) into 2000 variables: A(-100,t),A(-99.9,t),...A(100,t),but the calculation turns out to be very heavy and cannot be done.
Is there any better way to solve this problem?
Thanks a lot!