Numerical Integration in Excel VB
Numerical Integration in Excel VB
(OP)
Can someone please help me with writing a code for numerical integration in Excel VB? I have:
F = (x1-x2)^2 but it's integrated from 0 to 90 degrees (so it's dtheta). x1 and x2 have theta inside them. Also, 0 degerees <= theta <= 90 degrees. Can I use a for loop? Please help!
F = (x1-x2)^2 but it's integrated from 0 to 90 degrees (so it's dtheta). x1 and x2 have theta inside them. Also, 0 degerees <= theta <= 90 degrees. Can I use a for loop? Please help!
RE: Numerical Integration in Excel VB
However, I'll offer this link: http://www.nr.com/oldverswitcher.html
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Numerical Integration in Excel VB