数值方法(MATLAB版)(第四版)中文版.pdf
Numerical Methods in MATLAB-Fourth Edition
相关推荐
Numerical_Methods_Using_Matlab
本书提供了用Matlab进行数值计算的丰富资料,内容可读性、知识性和实用性都非常强。
Matlab
5
2024-11-01
Numerical Methods for Solving Partial Differential Equations using MATLAB
This method can solve various partial differential equations and represents the latest numerical solution techniques. It is based on MATLAB programming, making it easier to understand and implement. By utilizing MATLAB, complex mathematical models become more accessible and the process of solving PD
Matlab
9
2024-11-06
工程数值方法与MATLAB应用-Numerical methods in Engineering with matlab.part2.rar
工程数值方法与MATLAB应用是一本由外国作者撰写的关于数值计算方法的书籍,对工程领域的学习和实践具有重要的参考价值。
Matlab
5
2024-07-29
Cambridge.Press.Numerical.Recipes.3rd.Edition
您想要轻松获取科学计算的最新方法吗?这本大幅扩展的第三版《Numerical Recipes》拥有比以往更广泛的覆盖范围,许多新的、扩展的和更新的章节,以及两个全新的章节。采用面向科学应用特别适合的面向对象风格的C++代码,现在采用彩色印刷,便于阅读。《Numerical Recipes》由四位来自学术界和工业界的领先科学家共同撰写,从基本数学和计算机科学开始,逐步演进到完整的工作例程。整本书采用了让早期版本如此受欢迎的非正式、易于阅读的风格。新材料的亮点包括:关于分类和推断的新章节,高斯混合模型,HMMs,层次聚类和SVMs;关于计算几何的新章节,涵盖KD树,四叉树和八叉树,Delaunay
Access
23
2024-07-17
Numerical Solutions of PDEs in MATLAB
本程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,并详细编程实现了每种方程的多种常见数值解法。附件中使用MATLAB编程来实现这些算法。
Matlab
6
2024-11-04
Spectral-Analysis-Methods-with-MATLAB-Simulations
该文档介绍了各种谱分析方法,并对其进行了MATLAB仿真、比较。内容涵盖了谱分析的理论基础、常用方法,如傅里叶变换、短时傅里叶变换、小波变换等。每种方法都配有详细的MATLAB仿真步骤,并对比了各方法在不同应用场景中的效果。此外,文档还深入探讨了谱分析方法在信号处理和特征提取中的实际应用场景,使读者可以直观理解各种方法的优缺点。
Matlab
15
2024-11-07
Genetic Operators and MATLAB Code for Numerical Analysis
3.2 Genetic Operators
(1) Crossover Operator
The crossover operator randomly pairs individuals from the parent population for crossover operations, generating ( m ) offspring individuals to form the next generation. Two types of crossover are employed: single-point crossover and two-point crossover.
Matlab
7
2024-11-06
Optimizing PID Parameters with BAS and SOA Methods in MATLAB
In this article, we explore the optimization of PID parameters using BAS (Beetle Antennae Search) and SOA (Swarm Optimization Algorithm) methods in MATLAB. By leveraging MATLAB's built-in BAS optimization and SOA optimization functions, users can enhance PID controller performance effectively.
Key M
Matlab
3
2024-11-05
Numerical Approximation of Adjoint Blasius Equation Using MATLAB
目前的脚本近似于原始和相关联的对偶(伴随)布拉修斯方程,如Kuehl等人[~11/2020]在关于“连续伴随补充到布拉修斯方程”中的研究所述。数值边值问题使用射击方法近似,其中要解决的初值问题采用4阶Runge-Kutta方法(RK4)。
Matlab
9
2024-11-04