Results 1 to 2 of 2

Thread: coding triple integrals in VB6

  1. #1

    Thread Starter
    Lively Member oswaler's Avatar
    Join Date
    Jul 2006
    Location
    U.S. of A.
    Posts
    87

    coding triple integrals in VB6

    I am trying to write a program that will calculate a triple integral. If the limits of integration are all constants, this is simply done with three For loops to calculate the Riemann sums of each and then multiply the three results together. My problem comes in trying to use variables in the limits of integration. I need to essentially take a string value and plug it into an equation.

    This is related to a thread I started earlier but I was hoping somehow it might be a different enough situation that there might be a simple way of doing it. Now that I am writing it out it seems to be that the only answer involves complicated parsing, but I might as well throw it out and see if anyone has any ideas.

    Thanks - Eric

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Re: coding triple integrals in VB6

    What equation?
    You mean all the possible options for each integral and (can you tell its way over my head) therefore all the chances for any three given constants?

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width