Simple Continued Fractions, Hill's Infinite Determinants, and Bessel Functions' Ratio

Convergence, Simple Continued Fractions, Hill's Infinite Determinants and Bessel Functions' Ratio
ダウンロード: 1.8K
更新 2005/6/6

ライセンスがありません

Update in June 2005 :

A new function : Simple_Cont_Frctn_b_1.m has been added.
This Programme computes a Simple Continued Fraction by making calls to Continuant_Poly_Kn.m ; in a way, this Programme is a Test Programme for Continuant_Poly_Kn.m

BslRat_ContFr_HillInfDet.zip is a suite of four *.m files which deal with Convergence, George William Hill's Infinite Determinants, Continued Fractions and Bessel Functions' Ratio.

************

1) Hill_c_Theta_Inf_Det.m "analyses" the Hill Matrix (wrt Infinite Determinants) as given in :
Prob 21, Chapter II, P40 and Chapter 19.42, P415 in :
"A Course in Modern Analysis" by Whittaker and Watson.

2) Continuant_Poly_Kn.m calculates the Continuant Polynomial Kn (x1, x2, ... xn).
It is based on Eqn 5 / 4.5.3, P257 and Prob 3, 4.5.3, P373 in Vol 2 of :
"The Art of Computer Programming" by Donald Knuth.

3) Simple_Cont_Frctn_b_1.m is described above.

4) Thn_Ellip_BslRat_ContFr_InfDet.m was primarily written to understand the relationship between Bessel Functions, Continued Fractions, Infinite Determinant etc by verifying certain results of the foll article :
The lateral skin effect in a flat conductor by V. BELEVITCH, Philips tech. Rev. 32, 221-231, 1971, No. 6/7,18 at :
http://www.cvni.net/abc/rip2/r9/index.html
This function makes a call to Continuant_Poly_Kn.m

5) This ReadMe file

************

PS : Limit of Convergence and Infinite Determinant :
It is one thing to prove convergence or divergence of a series, but finding the convergence value itself is probably tougher. Are there any clues / rules to actually get that final convergent value itself ? ? as for eg, in Prob 11, Chapter II, P39 in W&W, or the limit of convergence of an Infinite Determinant ? W&W discusses about the existence of D, the limit of convergence of an Infinite Determinant in P36-37, but how do we find that exact convergent value D itself, given an arbitrary Infinite Determinant with say, just the prior knowledge that yes, it converges ?
...

引用

Sundar Krishnan (2024). Simple Continued Fractions, Hill's Infinite Determinants, and Bessel Functions' Ratio (https://www.mathworks.com/matlabcentral/fileexchange/7054-simple-continued-fractions-hill-s-infinite-determinants-and-bessel-functions-ratio), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersBessel functions についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

A new function : Simple_Cont_Frctn_b_1.m has been added.
which computes the Simple Continued Fraction.