NUMERICAL RECIPES -- The Art of Scientific Computing, Third Edition © Cambridge University Press 1988, 1992, 2002, 2007 except for 13.10, which is placed into
2023-10-19 10:32:32 20.5MB NUMERICAL RECIPES
1
数值优化,个人保存。Jorge Nocedal Stephen J.Wright 同时也是机器学习必修课程之一.
2023-07-13 04:03:47 3.11MB 数值优化 机器学习基础
1
各种数值通量格式大全 * List of Flux Functions: ! ! Lax-Friedrichs ! Richtmyer ! MacCormack ! Steger-Warming ! Van Leer ! AUSM ! Zha-Bilgen ! Godunov ! Osher ! Roe ! Rusanov ! HLL(HLLE) ! HLLL ! AUFS
2023-05-19 19:58:53 117KB 数值通量 numerical fluxes
1
本书是数值最优化的权威著作,英文原版pdf格式
2023-04-04 09:35:52 5.28MB 最优化
1
常微分数值解matlab代码ODE 系统 - 数值求解器 使用 Runge-Kutta 求解常微分方程组 依赖 用 Fortran 90 编写的代码 gfortran 编译器 使用 Matlab/Octave 绘制解决方案 如何使用 运行代码 代码在 Fortran 90 中运行,您将需要一个 Fortran 编译器,例如 gfortran。 在代码中更改了问题条件,然后您需要编译每个更改: gfortran ode_solver_main.f90 -o 然后,运行: 在 Windows 上 your_exe_name.exe 在 Linux 上 ./your_exe_name.out 在此之后,代码将生成三个 .out 文件。 mash_info.out :包含域离散化的点。 output_solution.out :包含每个点的解决方案 绘图解决方案 您将需要 Matlab 或 Octave 来运行 .m 代码。 打开 Matlab/Octave 后,只需使用执行按钮运行代码并及时观察解决方案的变化。 数学模型 我们使用 4 阶 Runge-Kutt
2023-03-24 12:33:31 125KB 系统开源
1
经典的数值计算书,含源代码。数值计算必不可少的参考书。 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。这些程序可在不同计算机的C语言编程环境下运行。本书可作为从事科学计算的科技工作者的工具书,计算机软件开发者的参考书,也可以作为大学本科生和研究生的参考书或教材。
2023-03-24 10:28:48 10.21MB Numerical Recipes
1
Applied Numerical Methods with MATLAB for Engineers & Scientists, Chapra, MG, 2011. 很好的matlab学习教材,英文版的
2023-03-13 19:41:27 6.87MB Applied Numerical Methods MATLAB
1
在网上找了很久,才找到的资料,包括书籍及其相应的实现代码,希望对大家有所帮助。
2023-03-12 22:55:06 19.94MB 书籍机器源码
1
英文版 [数值分析方法库.Cambridge.Press.Numerical.Recipes.3rd.Edition.pdf
2023-03-05 16:26:10 11.28MB 数值分析 Numerical
1
This book is supposed to teach you methods of numerical computing that are practical, efficient, and (insofar as possible) elegant. We presume throughout this book that you, the reader, have particular tasks that you want to get done. We view our job as educating you on how to proceed. Occasionally we may try to reroute you briefly onto a particularly beautiful side road; but by and large, we will guide you along main highways that lead to practical destinations.
2023-03-01 00:23:43 20.55MB Linear Algeb Interpolatio Integration
1