كتاب Introduction to Numerical Methods and Matlab Programming for Engineers
منتدى هندسة الإنتاج والتصميم الميكانيكى
بسم الله الرحمن الرحيم

أهلا وسهلاً بك زائرنا الكريم
نتمنى أن تقضوا معنا أفضل الأوقات
وتسعدونا بالأراء والمساهمات
إذا كنت أحد أعضائنا يرجى تسجيل الدخول
أو وإذا كانت هذة زيارتك الأولى للمنتدى فنتشرف بإنضمامك لأسرتنا
وهذا شرح لطريقة التسجيل فى المنتدى بالفيديو :
http://www.eng2010.yoo7.com/t5785-topic
وشرح لطريقة التنزيل من المنتدى بالفيديو:
http://www.eng2010.yoo7.com/t2065-topic
إذا واجهتك مشاكل فى التسجيل أو تفعيل حسابك
وإذا نسيت بيانات الدخول للمنتدى
يرجى مراسلتنا على البريد الإلكترونى التالى :

Deabs2010@yahoo.com


-----------------------------------
-Warning-

This website uses cookies
We inform you that this site uses own, technical and third parties cookies to make sure our web page is user-friendly and to guarantee a high functionality of the webpage.
By continuing to browse this website, you declare to accept the use of cookies.
منتدى هندسة الإنتاج والتصميم الميكانيكى
بسم الله الرحمن الرحيم

أهلا وسهلاً بك زائرنا الكريم
نتمنى أن تقضوا معنا أفضل الأوقات
وتسعدونا بالأراء والمساهمات
إذا كنت أحد أعضائنا يرجى تسجيل الدخول
أو وإذا كانت هذة زيارتك الأولى للمنتدى فنتشرف بإنضمامك لأسرتنا
وهذا شرح لطريقة التسجيل فى المنتدى بالفيديو :
http://www.eng2010.yoo7.com/t5785-topic
وشرح لطريقة التنزيل من المنتدى بالفيديو:
http://www.eng2010.yoo7.com/t2065-topic
إذا واجهتك مشاكل فى التسجيل أو تفعيل حسابك
وإذا نسيت بيانات الدخول للمنتدى
يرجى مراسلتنا على البريد الإلكترونى التالى :

Deabs2010@yahoo.com


-----------------------------------
-Warning-

This website uses cookies
We inform you that this site uses own, technical and third parties cookies to make sure our web page is user-friendly and to guarantee a high functionality of the webpage.
By continuing to browse this website, you declare to accept the use of cookies.



 
الرئيسيةالبوابةأحدث الصورالتسجيلدخولحملة فيد واستفيدجروب المنتدى

شاطر
 

 كتاب Introduction to Numerical Methods and Matlab Programming for Engineers

اذهب الى الأسفل 
كاتب الموضوعرسالة
Admin
مدير المنتدى
مدير المنتدى
Admin

عدد المساهمات : 18747
التقييم : 34769
تاريخ التسجيل : 01/07/2009
الدولة : مصر
العمل : مدير منتدى هندسة الإنتاج والتصميم الميكانيكى

كتاب Introduction to Numerical Methods and Matlab Programming for Engineers Empty
مُساهمةموضوع: كتاب Introduction to Numerical Methods and Matlab Programming for Engineers   كتاب Introduction to Numerical Methods and Matlab Programming for Engineers Emptyالثلاثاء 12 نوفمبر 2019, 9:13 am

أخوانى فى الله
أحضرت لكم كتاب
Introduction to Numerical Methods and Matlab Programming for Engineers
Todd Young and Martin J. Mohlenkamp
Department of Mathematics
Ohio University
Athens, OH 45701  

كتاب Introduction to Numerical Methods and Matlab Programming for Engineers I_t_n_10
و المحتوى كما يلي :

Contents
Preface iii
I Matlab and Solving Equations 1
Lecture 1. Vectors, Functions, and Plots in Matlab 2
Lecture 2. Matlab Programs 6
Lecture 3. Newton’s Method and Loops 10
Lecture 4. Controlling Error and Conditional Statements 14
Lecture 5. The Bisection Method and Locating Roots 18
Lecture 6. Secant Methods 22
Lecture 7. Symbolic Computations 25
Review of Part I 29
II Linear Algebra 33
Lecture 8. Matrices and Matrix Operations in Matlab 34
Lecture 9. Introduction to Linear Systems 39
Lecture 10. Some Facts About Linear Systems 43
Lecture 11. Accuracy, Condition Numbers and Pivoting 46
Lecture 12. LU Decomposition 50
Lecture 13. Nonlinear Systems - Newton’s Method 53
Lecture 14. Eigenvalues and Eigenvectors 57
Lecture 15. Vibrational Modes and Frequencies 60
Lecture 16. Numerical Methods for Eigenvalues 62
vvi CONTENTS
Lecture 17. The QR Method* 66
Lecture 18. Iterative solution of linear systems* 68
Review of Part II 69
III Functions and Data 73
Lecture 19. Polynomial and Spline Interpolation 74
Lecture 20. Least Squares Fitting: Noisy Data 78
Lecture 21. Integration: Left, Right and Trapezoid Rules 82
Lecture 22. Integration: Midpoint and Simpson’s Rules 87
Lecture 23. Plotting Functions of Two Variables 91
Lecture 24. Double Integrals for Rectangles 94
Lecture 25. Double Integrals for Non-rectangles 98
Lecture 26. Gaussian Quadrature* 101
Lecture 27. Numerical Differentiation 102
Lecture 28. The Main Sources of Error 106
Review of Part III 109
IV Differential Equations 115
Lecture 29. Reduction of Higher Order Equations to Systems 116
Lecture 30. Euler Methods 120
Lecture 31. Higher Order Methods 124
Lecture 32. Multi-step Methods* 127
Lecture 33. ODE Boundary Value Problems and Finite Differences 128
Lecture 34. Finite Difference Method { Nonlinear ODE 132
Lecture 35. Parabolic PDEs - Explicit Method 135
Lecture 36. Solution Instability for the Explicit Method 140CONTENTS vii
Lecture 37. Implicit Methods 143
Lecture 38. Insulated Boundary Conditions 147
Lecture 39. Finite Difference Method for Elliptic PDEs 152
Lecture 40. Convection-Diffusion Equations* 155
Lecture 41. Finite Elements 156
Lecture 42. Determining Internal Node Values 160
Review of Part IV 163
V Appendices 167
Lecture A. Glossary of Matlab Commands


 كلمة سر فك الضغط : books-world.net
The Unzip Password : books-world.net
أتمنى أن تستفيدوا من محتوى الموضوع وأن ينال إعجابكم

رابط من موقع عالم الكتب لتنزيل كتاب Introduction to Numerical Methods and Matlab Programming for Engineers
رابط مباشر لتنزيل كتاب Introduction to Numerical Methods and Matlab Programming for Engineers
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
كتاب Introduction to Numerical Methods and Matlab Programming for Engineers
الرجوع الى أعلى الصفحة 
صفحة 2 من اصل 1
 مواضيع مماثلة
-
» كتاب Numerical Methods for Engineers
» كتاب Application of Numerical Methods in Engineering Problems Using MATLAB
» كتاب Numerical Methods for Engineers Sixth Edition
» كتاب Applied Numerical Methods Using Matlab
» كتاب Applied Numerical Methods Using Matlab

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتدى هندسة الإنتاج والتصميم الميكانيكى :: المنتديات الهندسية :: منتدى الكتب والمحاضرات الهندسية :: منتدى كتب ومحاضرات الأقسام الهندسية المختلفة-
انتقل الى: