<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-216410613779108130</id><updated>2012-02-16T11:00:50.523-08:00</updated><title type='text'>Lamm's Equation/Confluent Hypergeometric Equations</title><subtitle type='html'>A discussion on solving a partial differential equation called "Lamm's Equation" and the classical 
Confluent HyperGeometric equation</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://lamms-equation.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://lamms-equation.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ray</name><uri>http://www.blogger.com/profile/08740233521348558495</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_W7hEUY9eAXo/SkY09ll04SI/AAAAAAAAAAM/RcF6j0GtGYo/s1600-R/5.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-216410613779108130.post-4444859889656048723</id><published>2011-07-28T09:06:00.000-07:00</published><updated>2011-07-28T09:16:49.334-07:00</updated><title type='text'>Summary</title><content type='html'>I have decided that the simple way to resolve the problem is simply to take the two complex solutions (probably 13.2.37 or 13.2.35) indicated by +- and simply add them to cancel out the complex form.  This allows the usage to these functions where the Wronskian won't go to zero.  I don't know why the complex form is consider basic/standard when generating the real-complex forms seperately is so easy.&lt;br /&gt;Of course, as always, I should have realized it earlier.&lt;br /&gt;Unless somebody shows an interest this blog will probably die at the end of the year; cleanup time.&lt;br /&gt;&lt;br /&gt;Ray&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/216410613779108130-4444859889656048723?l=lamms-equation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lamms-equation.blogspot.com/feeds/4444859889656048723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lamms-equation.blogspot.com/2011/07/summary.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/4444859889656048723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/4444859889656048723'/><link rel='alternate' type='text/html' href='http://lamms-equation.blogspot.com/2011/07/summary.html' title='Summary'/><author><name>Ray</name><uri>http://www.blogger.com/profile/08740233521348558495</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_W7hEUY9eAXo/SkY09ll04SI/AAAAAAAAAAM/RcF6j0GtGYo/s1600-R/5.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-216410613779108130.post-7644418558887177144</id><published>2010-08-19T07:18:00.000-07:00</published><updated>2010-08-19T08:33:15.166-07:00</updated><title type='text'>Progress</title><content type='html'>I finally figured out a satisfactory solution set; with a foundation.  I probably should use complex integration on Pochammer's contour but I looked at it; and decided that a root canal was preferable.   Nonetheless I have had several done, so I might tackle it in the future.&lt;br /&gt;These results mostly reference the NIST DLMF section on Confluent HyperGeometric functions.  I have the earlier book but the new version readily available on the www.&lt;br /&gt;There were a couple of problems that irritated me; and I think are resolved.&lt;br /&gt;1) DLMF 13.2.42  requires "b" be not an integer.  While this can probably be gotten around by LHopital's theorem, but then one needs the derivatives.  This problem can be gotten around by using 13.2.41.  &lt;br /&gt;2) Scanning a=[-inf,0] for boundary condition satisfaction (boundary matrix determinate = 0); the range of solutions of the Confluent HyperGeometric differential equation corresponding to negative/decaying time constants.  This physical condition is imposed during separation of variables.  Usage of 13.2.41 has problems when "a" is a negative integer; but using 13.2.7 allows an avoidance of this.  &lt;br /&gt;3) The new GSL code handles this okay, but blows up at b=1.  This can be handled by a simple shell script though.  I submitted a bug and example of how to avoid it.&lt;br /&gt;4) So we are on our way with the Wronskian 13.2.37 or 13.2.35; and equation 13.2.41.  &lt;br /&gt;5) But another annoyance appears; the U() function is complex.  Consider the solution form&lt;br /&gt;Y=A*M(a,1,z)+B*U(a,1,exp(+-i*\pi)*z)  This is basically two solutions when the +- is carried through 13.2.41.  The complex part of U() can not be taken out B complex since the phase of U() is not constant in z.  Since we know that the solution is real; what is going on?  A different form illustrates how this makes sense.&lt;br /&gt;Y=A*(M(a,1,z)+(B/A)U())   now the boundary conditions set B/A and the amplitude variable A (for each harmonic) can be complex and yield a real result.  I haven't proved this but based on some calculations am sure it's true.&lt;br /&gt;6) But we can eliminate the complex U() by taking the real part.  This is proved by proving conjugate(U(a,1,exp(i*pi)*z))=U(a,1,exp(-i*pi)*z) , and then the sum of solutions are solutions thus using U'()=U(a,1,exp(-i*pi)*z)+conjugate(U(a,1,exp(i*pi)*z))&lt;br /&gt;Yields a solution that has real values.&lt;br /&gt;7) Unfortunately we still have computational problems.  For Archibald's case and the reasonable requirement of about 1% accuracy we need values for a&lt; -1000 .  In the direct manner this fails because of floating point implementations.  Fortunately there exist scaling and recursion formulas such that the numerical values stay in range.  I might post a link to a paper that proves the dominant/recessive properties for such a scaling.&lt;br /&gt;8) Having the explicit forms in hand we might consider a different approach.  Considering recursion in "a" and state space formulation we might be able to avoid the U's and M's altogether, and just drop down to some calculation for -1&lt;a&lt;1 ; or some such.  I have partially carried this out but there might be problems.&lt;br /&gt;&lt;br /&gt;We thus have a solution set that is real and can be computed without mystery.  I might finish formally writing this up; or not.  Nobody seems interested in this subject/blog so why bother patching up all the holes and writing an explanatory paper.  All the mystery is removed for me, so I might move on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/216410613779108130-7644418558887177144?l=lamms-equation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lamms-equation.blogspot.com/feeds/7644418558887177144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lamms-equation.blogspot.com/2010/08/progress.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/7644418558887177144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/7644418558887177144'/><link rel='alternate' type='text/html' href='http://lamms-equation.blogspot.com/2010/08/progress.html' title='Progress'/><author><name>Ray</name><uri>http://www.blogger.com/profile/08740233521348558495</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_W7hEUY9eAXo/SkY09ll04SI/AAAAAAAAAAM/RcF6j0GtGYo/s1600-R/5.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-216410613779108130.post-3325170578153126191</id><published>2010-05-24T09:15:00.000-07:00</published><updated>2010-05-24T09:16:26.186-07:00</updated><title type='text'></title><content type='html'>As is usual I have gotten sidetracked.  Hopefully shortly I will add some work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/216410613779108130-3325170578153126191?l=lamms-equation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lamms-equation.blogspot.com/feeds/3325170578153126191/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lamms-equation.blogspot.com/2010/05/as-is-usual-i-have-gotten-sidetracked.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/3325170578153126191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/3325170578153126191'/><link rel='alternate' type='text/html' href='http://lamms-equation.blogspot.com/2010/05/as-is-usual-i-have-gotten-sidetracked.html' title=''/><author><name>Ray</name><uri>http://www.blogger.com/profile/08740233521348558495</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_W7hEUY9eAXo/SkY09ll04SI/AAAAAAAAAAM/RcF6j0GtGYo/s1600-R/5.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-216410613779108130.post-5732959004138421248</id><published>2009-06-28T10:23:00.000-07:00</published><updated>2009-06-28T10:33:49.970-07:00</updated><title type='text'>Addition</title><content type='html'>Added an old discussion of mine&lt;br /&gt;lame_exact.pdf  under "My Files"&lt;br /&gt;I have a lot more thoughts not in there, but I will update it.&lt;br /&gt;Incidently I have a Maple file to explore Lamm but there is still a kludge I haven't gotten around.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/216410613779108130-5732959004138421248?l=lamms-equation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lamms-equation.blogspot.com/feeds/5732959004138421248/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lamms-equation.blogspot.com/2009/06/addition.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/5732959004138421248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/5732959004138421248'/><link rel='alternate' type='text/html' href='http://lamms-equation.blogspot.com/2009/06/addition.html' title='Addition'/><author><name>Ray</name><uri>http://www.blogger.com/profile/08740233521348558495</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_W7hEUY9eAXo/SkY09ll04SI/AAAAAAAAAAM/RcF6j0GtGYo/s1600-R/5.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-216410613779108130.post-9050745983698838942</id><published>2009-06-26T10:41:00.000-07:00</published><updated>2009-06-26T12:18:52.842-07:00</updated><title type='text'>Online References</title><content type='html'>Added NIBIB and Wikipedia links.&lt;br /&gt;The Wikipedia entry is a very sparse; I will probably improve it.&lt;br /&gt;The NIBIB gives an excellent discussion of solving the Lamm's equation and general centrifugal separation equations numerically.  Short thrift for exact solutions that I am interested in.&lt;br /&gt;Added two more similar links&lt;br /&gt;Sedfit link  It seems to work (one crash) under Wine in Linux FC9.  I don't have my xp machine up and running yet; and I won't bother the Vista machine, it's busy doing something to itself.&lt;br /&gt;Ultrascan II  Linux program.  I haven't tried it.&lt;br /&gt;Enough on the Online references.&lt;br /&gt;I do have a copy of Foundations of UltraCentrifugal Analysis, Fujita   --If you want to study UltraCentrifugal analysis this quite good.  I covers Lamm's equation from an applied standpoint and a lot of other topics.&lt;br /&gt;I also have copies of Archebald's "The Integration of the Differential equation of the Ultracentrifuge" .  I'm impressed; particularly how he managed to extract a new Confluent Hypergeometric solution and did the Eigenvalues without a computer.  I don't really understand how he got the solution; I have only read it 4 times.   Don't be put off, except for the contour integration it's very readable.   Actually that would probably be readable if I was better at complex contour integrations.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/216410613779108130-9050745983698838942?l=lamms-equation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lamms-equation.blogspot.com/feeds/9050745983698838942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lamms-equation.blogspot.com/2009/06/online-references.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/9050745983698838942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/9050745983698838942'/><link rel='alternate' type='text/html' href='http://lamms-equation.blogspot.com/2009/06/online-references.html' title='Online References'/><author><name>Ray</name><uri>http://www.blogger.com/profile/08740233521348558495</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_W7hEUY9eAXo/SkY09ll04SI/AAAAAAAAAAM/RcF6j0GtGYo/s1600-R/5.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-216410613779108130.post-1632170963152832803</id><published>2009-06-26T09:01:00.000-07:00</published><updated>2009-06-26T09:33:53.843-07:00</updated><title type='text'>Introduction&amp;Purpose</title><content type='html'>I am a retired EE with a mathematical bent.&lt;br /&gt;The purpose of this blog is to record and make available some thoughts on Lamm's equation.   More generally solving the differential equation and associated problems.  The plan is to make a tutorial on solving a partial differential equation.  I haven't like the organization of the books I have.&lt;br /&gt;An alternate title would have been a Engineering study of the Confluent HyperGeometric equation and solutions.  Several problems arise from applying it.  It does provide a vehicle to examine the process of solving Partial Differential equations. &lt;br /&gt;I hope to provide "motivation" behind some techniques. Comments are welcome. Hopefully some nice graphics, but I have never found any so I will have to fabricate some.&lt;br /&gt;I have a few books and some others are available on the web. They provide a scattering of techniques, introduction, and results. I think a collection spot might be useful. If I manage to arrange a coherent paper I will probably submit it to Planetmath or some such.&lt;br /&gt;Occasionally I will lift GPL content to avoid continuous cross referencing; giving due credit.&lt;br /&gt;The underlying organization will be a paper (or series of papers) together with gripes and groans in the blog proper. I'm old and find a lot of things to complain about.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/216410613779108130-1632170963152832803?l=lamms-equation.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lamms-equation.blogspot.com/feeds/1632170963152832803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lamms-equation.blogspot.com/2009/06/introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/1632170963152832803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/216410613779108130/posts/default/1632170963152832803'/><link rel='alternate' type='text/html' href='http://lamms-equation.blogspot.com/2009/06/introduction.html' title='Introduction&amp;Purpose'/><author><name>Ray</name><uri>http://www.blogger.com/profile/08740233521348558495</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_W7hEUY9eAXo/SkY09ll04SI/AAAAAAAAAAM/RcF6j0GtGYo/s1600-R/5.jpg'/></author><thr:total>0</thr:total></entry></feed>
