comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Fredholm integral equation
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Fredholm integral equation [message #88917 is a reply to message #88907] Thu, 03 July 2014 09:18 Go to previous messageGo to previous message
Bill Nel is currently offline  Bill Nel
Messages: 31
Registered: October 2010
Member
On Wednesday, July 2, 2014 2:54:07 PM UTC-4, Gompie wrote:
> Thanks once again for the suggestion. I guess the following thing should work.
>
>
>
> Trapezoidal rule can be written as
>
>
>
> 0.5*[(x2-x1)f(x1) + (x3-x1)*f(x2) + (x4-x2)*f(x3) +...].
>
>
>
> Here f(x)=knownfunction*unknownfunction.
>
>
>
> The above expression is a ## multiplication of two vectors hence is respresentable as a expression you mentioned in your message (i.e knownVector = knownMatrix ## unknownVector)
>
> -GlanPlon

I may be misunderstanding your problem, but what I meant was that if you have

h(x) = Integral_dy{ f(x,y) g(y) }

this can be approximated as

h(i dx) = (1/dy) Sum_over_j{ f(i dx, j dy) g(j dy) }

where i = 0, 1, ...
j = 0, 1, ...
and dx, dy are your (equal) grid spacing. This is just a matrix equation

h[i] = (1/dy) f[i, j] g[j]

with h and f known, g unknown.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Two NewGraphics weirdnesses
Next Topic: creating grid

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:34:48 PDT 2025

Total time taken to generate the page: 0.00438 seconds