Confluent hypergeometric function
by Patrick
17 Dec 2010
(Updated 13 Jun 2011)
Solves Kummer's differential equation.
|
Watch this File
|
| File Information |
| Description |
This function estimates the solution to Kummer's differential equation within a specified tolerance. Kummer's differential equation is given by:
x*g''(x) + (b - x)*g'(x) - a*g(x) = 0
The code executes a while loop to calculate the generalized hypergeometric series within a specified tolerance.
Supports inputs of x in the form of a scalar, row vector, or column vector. |
| MATLAB release |
MATLAB 7.10 (2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 14 May 2011 |
Modified code to be able to handle column vector inputs for x. |
| 13 Jun 2011 |
Changed the code to calculate the solution using a while loop to a specified tolerance. The while loop is is both faster and more accurate than the vector multiplication method I was using before. |
|
Contact us at files@mathworks.com