Changes between Version 3 and Version 4 of SoC2014
- Timestamp:
- Jan 12, 2014, 8:27:37 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2014
v3 v4 33 33 [http://en.wikipedia.org/wiki/Generalized_hypergeometric_function] 34 34 35 Hypergeometric functions are remarkably versatile because many of35 Hypergeometric functions are remarkably versatile because many 36 36 well-known functions of pure and applied 37 37 mathematics are special cases of hypergeometric functions. … … 42 42 43 43 Even though the theory of hypergeometric functions is well-established, 44 there are, nonetheless, very few programs or libraries that offer 45 calculations of these fascinating andversatile functions.44 very few programs or libraries offer support for these fascinating and 45 versatile functions. 46 46 47 47 In this project, we will implement fast, accurate calculations of … … 54 54 Pade approximations, Taylor series, asymptotic series, and others. 55 55 56 The main goals of the project include:56 The main goals of the project are: 57 57 58 58 * Investigate calculation methods for hypergeometric_0f1, 1f0, 1f1, 1f2, 2f1. … … 74 74 75 75 If this code leaves you terrified, then this project is not for you. 76 But if it only frightens you a little bit andpiques your interest77 (and you have a passion for numerical programming), then this project78 is right for you. 76 But if it only frightens you a little bit yet also piques your interest 77 (and you have a passion for numerical programming), then you are the right 78 candidate for this project! 79 79 80 80 If you would like to demonstrate your skills, use the file in the