资源列表
yijieyingfa
- 计算数学中流体力学的经典例子一维无粘性burger方程(A classic example of fluid mechanics in Computational Mathematics: one-dimensional inviscid burger equations)
非线性最小二乘问题
- MATLAB最小二乘问题,啦啦啦啦啦啦啦啦啦(MATLAB the least squares problem, la la la la la la la la la la la la la la!)
finite_element_quadratic_form
- 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对
偏微分方程数值解法
- 偏微分方程的数值解法,编程的理论指导,工科必备知识(Numerical solution of partial differential equation, necessary knowledge of Engineering)
bvp4c求两点边值问题
- 用matlab的bvp4c函数求两点边值问题,简单易学(Bvp4c for two-point boundary value problem, easy to learn)
fitnessFun-2
- Power flow analysis using fast decoupled
SR1_Trust_Region_Method
- 运用SR1信赖域算法,求解函数的极小值点(Using SR1 Trust Region algorithm to solve function minimum value)
forging
- 基于ABAQUS的锻造成型计算,涉及刚性体的圆角设置与接触设置(forging simulation based on ABAQUS)
NaSchr
- nagel traffic flow algorithm
巴特沃思以及切比雪夫滤波器
- 巴特沃思低通、高通、带通、帯阻滤波器以及切比雪夫高通、低通、带通、帯阻滤波器。(Butterworth low-pass, high pass, band-pass and band stop filter, Chebyshev low-pass, high pass, band-pass and band stop filter.)
CRnet1r
- 使用matlab进行模拟RC网络的导电过程,其中包含说明(Using MATLAB to simulate the conduction process of RC network)
稀疏矩阵转置
- ·在矩阵中,若数值为0的元素数目远远多于非0元素的数目,并且非0元素分布没有规律时,则称该矩阵为稀疏矩阵,并用三元组表表示。该算法只扫描两遍原三元组表,就能够获得稀疏矩阵的转置矩阵(In matrix, if the number of elements 0 is far more than the number of non 0 elements, and the distribution of non 0 elements is not regular, it is called spars
