توضیحاتی در مورد کتاب Numerical C: Applied Computational Programming with Case Studies
نام کتاب : Numerical C: Applied Computational Programming with Case Studies
عنوان ترجمه شده به فارسی : عدد C: برنامه نویسی محاسباتی کاربردی با مطالعات موردی
سری :
نویسندگان : Philip Joyce
ناشر :
سال نشر : 2019
تعداد صفحات : 319
ISBN (شابک) : 148425063X , 9781484250631
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 4 مگابایت
بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.
فهرست مطالب :
Table of Contents
About the Author
About the Technical Reviewer
Acknowledgments
Introduction
Chapter 1: Introduction to C
First Program
Get and Print a Character
Add Two Numbers
Add Two Decimal Numbers
Multiply Two Numbers
Divide Two Numbers
Forloops
Flowcharts
Do Loops
Switch Instruction
If Then Else
If Then Else If
Data Arrays
Functions
Strings
Mathematical Functions
Structures
Size of Variables
Goto Command
Common Mathematical and Logical Symbols
Chapter 2: Solving Equations
Quadratic Equations
Factorizing
Completing the Square
Quadratic Formula
Equations of Higher Powers
Trial and Improvement
Which Solution Are We Finding?
Three Solutions
User-Entered Function
Chapter 3: Numerical Integration
Trapezium Integration
Simplification of Formula
Inverse Power
Combined Powers
Problem with Negative Areas
Simpson’s Rule Integration
Chapter 4: Monte Carlo Integration
Finding an Odd-Shaped Area
Monte Carlo Area of Graph
Area of a Circle
Higher Dimension Graphs
Even Higher Dimensions
Chapter 5: Matrices
Matrix Arithmetic
Matrix Addition and Subtraction
Matrix Multiplication
Matrix Inverse
Coding a Matrix Inverse
Testing the Code
Chapter 6: Correlation and PMCC
Scatter Graphs and Correlation
Product Moment Correlation Coefficient
Chapter 7: Monte Carlo Methods
Radioactive Decay Simulation
Buffon’s Needle
Random Walk
Chapter 8: Augmented Matrix
Manual Solution to Simultaneous Equations
Augmented Matrix Program
Twelve Simultaneous Equations
Chapter 9: File Access
First Program to Write a File
Writing a Large Data File
Medical Records File
Company Records File
Chapter 10: Differential Equations
Taylor and Maclaurin Series
Euler Method
Runge-Kutta Method
Second Order Differential Equations
Appendix A: Development Environment Reference
Visual Studio
Command Line
Appendix B: Syntax Reference
Mathematical Functions
Pointers
Standard Library Functions
Comparing Double, Float, and Integer
Appendix C: Answers to Problems
Index