Numerical C Applied Computational Programming with Case Studies

Learn applied numerical computing using the C programming language, starting with a quick primer on the C programming language and its SDK. This book then dives into progressively more complex applied math formula for computational methods using C with examples throughout and a larger, more complete...

Full description

Bibliographic Details
Main Author: Joyce, Philip
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:1st ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03254nmm a2200289 u 4500
001 EB001874671
003 EBX01000000000000001038039
005 00000000000000.0
007 cr|||||||||||||||||||||
008 191022 ||| eng
020 |a 9781484250648 
100 1 |a Joyce, Philip 
245 0 0 |a Numerical C  |h Elektronische Ressource  |b Applied Computational Programming with Case Studies  |c by Philip Joyce 
250 |a 1st ed. 2019 
260 |a Berkeley, CA  |b Apress  |c 2019, 2019 
300 |a XIV, 312 p. 76 illus., 1 illus. in color  |b online resource 
505 0 |a 1. Introduction to C -- 2. Quadratic Formula -- 3. Integration by Trapezium Method -- 4. Monte Carlo Method of Integration -- 5. Matrices and Regression -- 6. Product Moment Correlation Coefficient -- 7. Further Monte Carlo Methods -- 8. Augmented Matrix Method For Simultaneous Equations -- 9. Economic / Financial Programming Case Study -- 10. Another Case Study -- Appendix A. Development Environment Reference -- Appendix B. Syntax Reference -- Appendix C. Answers to Exercises 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Computational Mathematics and Numerical Analysis 
653 |a Mathematics / Data processing 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-5064-8 
856 4 0 |u https://doi.org/10.1007/978-1-4842-5064-8?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a Learn applied numerical computing using the C programming language, starting with a quick primer on the C programming language and its SDK. This book then dives into progressively more complex applied math formula for computational methods using C with examples throughout and a larger, more complete application towards the end. Numerical C starts with the quadratic formula for finding solutions to algebraic equations that model things such as price vs. demand or rise vs. run or slip and more. Later in the book, you'll work on the augmented matrix method for simultaneous equations. You’ll also cover Monte Carlo method model objects that could arise naturally as part of the modeling of a real-life system, such as a complex road network, the transport of neutrons, or the evolution of the stock market. Furthermore, the Monte Carlo method of integration examines the area under a curve including rendering or ray tracing and the shading in a region. Furthermore, you'll work with the product moment correlation coefficient: correlation is a technique for investigating the relationship between two quantitative, continuous variables, for example, age and blood pressure. By the end of the book, you'll have a feeling for what computer software could do to help you in your work and apply some of the methods learned directly to your work. You will: Gain software and C programming basics Write software to solve applied, computational mathematics problems Create programs to solve equations and calculus problems Use the trapezium method, Monte Carlo method, line of best fit, product moment correlation coefficient, Simpson’s rule, and matrix solutions Write code to solve differential equations Apply one or more of the methods to an application case study