Confluent hypergeometric function
Solves Kummer's differential equation.
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Zitieren als
Patrick Mousaw (2026). Confluent hypergeometric function (https://de.mathworks.com/matlabcentral/fileexchange/29766-confluent-hypergeometric-function), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: SphericalDistributionsRand
Allgemeine Informationen
- Version (1,66 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.2.0 | 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. |
||
| 1.1.0 | Modified code to be able to handle column vector inputs for x. |
||
| 1.0.0 |