-
数值分析实验
数值分析实验1.明确插值多项式和分段插值多项式各自的优缺点;
编程实现拉格朗日插值算法,分析实验结果体会高次插值产生的龙格现象;(Experiments of numerical analysis 1. Define the advantages and disadvantages of interpolation polynomials and piecewise interpolation polynomials. The Lagrange interpolation algorithm is programmed, and the Runge phenomenon produced by high-order interpolation is analyzed.)
- 2019-04-30 22:30:36下载
- 积分:1
-
bike-wheel-calc-master
自信车轮压力分析 python 源代码
有限元分析(Wheel of bike ,python Finite Element code)
- 2015-12-08 08:13:15下载
- 积分:1
-
bhattacharyya
compute Bhattacharyya distance between two Gaussian classes
- 2009-04-14 01:04:07下载
- 积分: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
-
cylinder
计算圆柱绕流的有限体积法计算程序
fortran编写
(Calculating flow around a cylinder)
- 2013-07-04 21:35:42下载
- 积分:1
-
UDS-unsteady
关于用户自定义标量输运(UDS)中非定态情况下的代码源项,主要用于非稳定流动的物质输运的耦合(On the code of the user-defined scalar transport (UDS) Central Africa steady state case the source terms, mainly for non-steady flow of the coupling of mass transport)
- 2021-03-02 15:09:34下载
- 积分:1
-
MatricInvers
求给定矩阵的逆矩阵和行列式值。已经经过测试,与matlab做了对比,计算结果可靠(Seeking a given matrix inverse matrix and determinant value. Has been tested with Matlab contrast, reliable calculation results)
- 2012-11-12 17:36:51下载
- 积分:1
-
fft1
高频地波雷达回波信号二维傅里叶变换仿真处理,通过该变换可以得到海上目标的速度和距离信息。(HF ground wave radar echo simulation of two-dimensional Fourier transform processing, the adoption of the sea can transform the speed and distance from goal information.)
- 2009-03-30 11:04:57下载
- 积分:1
-
exa_fml_ortho_damage_umat
ABAQUS 具有强大的非线性求解能力和便捷的子程序接口及二次开发功能(The commercial FEM software ABAQUS has both powerful capacity for numerically solving varied
large-scale nonlinear problems in engineering practice and user-friendly possibility for extending
material libraries to consider the given constitutive model of a specific material.)
- 2017-10-14 21:01:22下载
- 积分:1
-
Sparse-Matrix-SIS
传统的算法是基于邻接矩阵对网络指标进行计算,而大型网络通过稀疏矩阵保存。本研究编写了可以计算稀疏矩阵的经典传染病SIS模型的程序。(The traditional method is based on network indicators adjacency matrix computing, and large networks through sparse matrix saved. The study prepared by the epidemic SIS model can calculate the classical sparse matrix program.)
- 2015-07-28 12:42:49下载
- 积分:1