Thread: Questions about integral for Bessel function

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    8

    Question Questions about integral for Bessel function

    In the c++ code, how to write the code for integral of bessel function?
    Can we just use the library function:such the first kind of bessel function,_j0(i),_j1(i)? No need to use the integral form of Bessel function to write the code?

  2. #2
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    The answer to your second question seems to me to probably be yes, which answers both the first and third question also.

    So, just give it a go using those library functions and when you get stuck, post your code.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Double integral help
    By Telume9 in forum C Programming
    Replies: 6
    Last Post: 12-22-2011, 03:31 PM
  2. Integral Conversions
    By DL1 in forum C Programming
    Replies: 3
    Last Post: 03-20-2009, 08:13 AM
  3. expression must be of integral type in function main()
    By Panian in forum C++ Programming
    Replies: 3
    Last Post: 01-30-2009, 10:35 AM
  4. Bessel Functions
    By bartleby84 in forum C Programming
    Replies: 2
    Last Post: 01-20-2009, 08:09 AM
  5. integral of 1/x
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 43
    Last Post: 03-19-2004, 07:47 AM