-
transient-conduction
非定常导热,附件包含3个源代码。分别对应着FTCE、BTCS和紧致格式的程序代码(unsteady conduction)
- 2012-01-01 10:05:22下载
- 积分:1
-
shuzhifenxi
北京航空航天大学硕士研究生数值分析课的第一次大作业,用幂法反幂法求取矩阵的最大最小特征值(Minimum and maximum eigenvalue of the first graduate of Beijing University of Aeronautics and Astronautics numerical analysis class job, using the power method matrix inverse power law to strike)
- 2012-12-05 22:07:01下载
- 积分:1
-
ansys二次开发
说明: ansys二次开发 开发语言主要基于UIDL和APDL开发方法 来源网络(ansys secondary development source. UIDL and APDL develapment langrage.)
- 2020-06-23 13:20:02下载
- 积分: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
-
code
这个程序是关于轴承刚度方程的MATLAB程序(This program is about the bearing stiffness equation MATLAB program)
- 2021-04-13 15:38:56下载
- 积分:1
-
jiech
这是一个关于高精度阶乘的程序,测试可用!!!(This is a program on the high-precision factorial test available! ! !)
- 2012-09-27 07:35:40下载
- 积分:1
-
EuDist2
计算矩阵内空间任意两点之间或者两个矩阵之间的欧式距离的代码。(The space between any two points is calculated matrix code or Euclidean distance between the two matrices.)
- 2021-04-05 14:59:03下载
- 积分:1
-
8078349
用MATLAB实现模拟立方体的重构,是计算机视觉中三维重构的重要的应用实验(Simulating cube reconstruction with MATLAB is an important application experiment of 3D reconstruction in computer vision.)
- 2018-11-15 12:45:50下载
- 积分:1
-
Bayesian-Methods-for-Hackers
说明: 贝叶斯统计推断相关资料和贝叶斯方法,学习贝叶斯不错的资料(Bayesian statistical inference related data and bayesian methods, learning bayesian good data)
- 2020-06-24 01:20:02下载
- 积分:1
-
Runge-kutta
4阶龙格库塔解二阶微分方程,使用matlab软件编程进行渐进计算。(4th order Runge-Kutta solution of second-order equations)
- 2020-12-20 15:59:09下载
- 积分:1