-
fd1d_burgers_lax
采用 Lax-Wendroff算法计算非粘Bergers方程(nonviscous Burgers equation, Lax-Wendroff method.)
- 2021-04-14 14:18:55下载
- 积分:1
-
实验1
说明: 利用不动点迭代和牛顿迭代求解非线性方程解的理论(Theory of Solving Nonlinear Equations by Fixed Point Iteration and Newton Iteration)
- 2019-05-07 16:56:30下载
- 积分:1
-
差分法
电磁场数值计算中的差分法在matlab中的实现(The realization of difference method in numerical calculation of electromagnetic field in matlab)
- 2018-07-01 20:29:03下载
- 积分:1
-
牛顿迭代解非线性
基于MATLAB,利用牛顿迭代法,求解复杂非线性方程组(Solving nonlinear equations by Newton iteration)
- 2018-07-02 10:01:53下载
- 积分:1
-
hope
变步长网格,声波方程,有限差分数值模拟程序,二阶(Variable step mesh, acoustic equation, finite difference numerical simulation program, second order)
- 2016-11-04 14:38:13下载
- 积分:1
-
ff2
fft谐波分析的实例,并求出THD即谐波畸变率
(Examples fft harmonic analysis, and find THD)
- 2014-11-15 10:52:45下载
- 积分:1
-
Biot-Savat
根据物理学的毕奥-萨法尔定理,计算环形线圈周围电磁场的强度。。(According to physics, Biot- Safar theorem, calculate the intensity of electromagnetic field around the circular coil. .)
- 2010-10-01 19:00:18下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
simultaneity
同时辨识模型阶次及参数算法。用阶次递推算法,结合AIC法——利用赤池信息准则辨识上例的模型阶次和参数。(At the same time identify model order and parameters algorithm. By order recursive algorithm, combined with AIC method- the use of Akaike information criterion to identify the cases of the model order and parameters.)
- 2008-06-26 16:16:18下载
- 积分:1
-
MATHMATICAL STATISTICS
分别对beta估计值模拟分析、非中心对称分布、卡方拟合优度检验、筛选抽样随机数抽取、有限样本性质模拟这5个内容进行了编程说明(The five contents of beta estimation simulation analysis, non-centrosymmetric distribution, chi-square goodness-of-fit test, random number extraction of screening sampling and Simulation of finite sample properties are explained by programming.)
- 2019-01-10 09:45:54下载
- 积分:1