|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/numerical-methods-matlab-for-engineering-students-part-1/
课程评论:没有评论
**课程名称:** MATLAB工程数值方法入门 (第一部分) **课程概述:** 本课程是面向工程类学生的MATLAB数值方法入门课程,是许多工程学科的必修内容。课程重点讲解大学本科阶段最常用的**求根(Root Finding)**和**数值积分(Numerical Integration)**技术。 **核心内容:** * **求根方法:** * 二分法 (Bisection Method) * 牛顿法/牛顿-拉弗森法 (Newton's Method / Newton-Raphson) * 割线法 (Secant Method) * 所有方法的MATLAB编码实现 * **数值积分方法:** * 矩形法 (Rectangle Method) * 中点法 (Midpoint Method) * 梯形法 (Trapezoidal Method) * 辛普森法 (Simpson's Method) * 所有方法的MATLAB编码实现 **学习目标:** * 理解数值分析核心技术的理论基础。 * 掌握使用MATLAB实现这些数值方法进行编码的能力。 * 通过手动计算和MATLAB示例相结合的方式,加深对方法的理解。 * 提升工程计算和编程技能。 **课程资源:** * 包含所有例题的笔记大纲。 * 运行所有示例所需的MATLAB代码。
Numerical Methods (also known as Numerical Analysis) is required in many Engineering degree programs. This course will focus on the root finding and numerical integration techniques most frequently covered at the undergraduate level. MATLAB is widely used in undergraduate engineering programs as well as in industry. Because of this, MATLAB is used in this course to demonstrate how to successfully code each of the methods presented. In addition, it should be noted that this course can be used to enhance your coding skills.You will learn the theory behind the techniques as well as the coding aspects. We will work examples by hand and then follow those with MATLAB examples. This course covers the following topics:Root Finding:Bisection MethodNewtons Method (also known as Newton-Raphson)Secant MethodMATLAB coding of all methodsNumerical Integration:Rectangle MethodMidpoint MethodTrapezoidal MethodSimpson's MethodMATLAB coding of all methodsDownloadable resources that come with the course:Outline of notes with all example problem statementsMATLAB codes needed to run all the examples