RT
有个朋友在学这个 有几个实验作业不会做 特此求助
会的大神速度联系我 价钱好说 
QQ:63940279

PS.随便发一个作业:
Task-A: Tabulate the Bessel Function
This is identical to what we did in Lab7, namely,tabulate the Bessel function of the first kind of order 1 in the range [0,10],except we don't compute it ourselves but get it from the library; i.e. theprogram, to be called Lab8A does not add terms or even know about theseries. It merely invokes a function as if it is built in.
The content of the SLATEC library can be examined by viewing the file toc (table ofcontent) which is stored in the SLATEC\DOC directory. Open this file using any editorand examine the A-Z categories. Category-C refers to "specialfunctions" and Bessel is one of them. Alternatively, you can search forthe word "Bessel" and this will lead you to section C10. Either way,you will find that dBesj1 is the sought function (the D prefix, and the-D suffix, indicate double precision, or real*8). Use your browser to open thedocumentation of this particular function. It should be in SLATEC\DOC under thefilename: dbesj1.f.html.
Deliverables
1.     Printed program
2.     Printed Tabulation