Group: comp.infosystems.www.authoring.stylesheets · Group Profile · Search for Quad1 in comp.infosystems.www.authoring.stylesheets
Author: Harlan Messinger
Date: Apr 13, 2008 05:14
Camelos pisze: Hi, I am trying to evaluate the integral of a function, that looks like this: sin(m*pi*x/a)*sin[n*pi*(x-b)/(a-b)] m and n are the variable parameters. for m=1:10 for n=1:5 a=8; b=6; F(m,n)=quad(inline('sin(m*pi*x/a)*sin[n*pi*(x-b)/(a-b)]','x'),a,b); end end Unfortunately, this doesn't work. Where is the problem? Could anybody
|