搜索资源列表
逢山开路模型
- 在本问题的求解中,修桥和挖隧道是两个相类似的求解过程,我们将求解过程分为两个部分:第一、对河岸边一固定点 ,将桥修在 处时,求解由起始点 到经固定点 到居民点 的最短路线。第二、如何确定 的位置,使得总路线的费用最小。我们分别用了两个模型来进行这两部分内容的求解。模型一、针对坡度的限制,利用小区域内的局部最优来达到全局最优。模型二、列出点 有一定的位移时,可以减少的费用 的函数方程,然后利用河岸附近等高线较紧密,公路不能沿偏离等高线方向前进的特性,求出减少的费用 的条件极值,从而确定最佳修桥地点
线性方程组求解与方程组性态讨论
- 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of differential equations, linear
c++longgesuanfa
- 经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法-classical Runge - Kutta algorithm c realized, to solve the differential equation of high precision Solution
alotofWEB
- 再为这么好的网站尽一小小份力,依然是基于ASP.NET平台的一些WEB应用,第三个,是自己男友写的,供大家参考,希望有用,另跪求MATLAB编写的求解偏微分抛物型方程的紧致差分格式源码,不胜感激-Longer such a good site to do a little report, and still is based on the ASP.NET platform for a number of WEB applications, and the third is written by
simpler
- 半隐式法(simplier)求解动量、能量方程,适合流体力学和传热研究者使用。-Semi-implicit method (simplier) solve the momentum and energy equations for fluid mechanics and heat transfer researchers.
chuliesiji
- 数值计算实验用楚列斯基算法求解希尔伯特方程求出解,无穷范数,残差。-Science computing experiment with cholesky arithmetic to slove hilbert equation.The result need to has infinite norm and residual error.
Equation
- 对一元一次,一元二次一元三次方程的求解,此题是java程序设计之网络编程的实验的源代码-On a dollar again, a quadratic equation Cubic, this problem is the network programming java programming source code for experiments
Matrix
- 求解线性方程组的基本方法高斯消元法,求解维数为N*(N+1)的矩阵方程。-The basic method to solve the linear equations gaussian elimination, solving dimension for N* (N+ 1) matrix equations.
ScientificComputing
- 山东大学软件学院数值计算实验源代码LU分解、前代、回代函数、部分列主元求解线性方程组 用Cholesky分解求解线性方程组,分析残差与误差的关系 迭代法求解线性方程组 最小二乘法及病态性的分析 求非线性方程的根 多项式插值-science computing
ode
- 四阶龙格库塔算法, 用于微分方程求解,用于工程计算-Fourth-order Runge-Kutta algorithm for solving differential equations
java-source
- 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
src
- 一个用smt求解器z3来求解方程x + y*c*e d解的程序- a simple example of using z3 to solve equation: x+ y*c*e d+ a using z3
Fortran求解对流方程
- 对流方程CN格式,运用Fortran求解对流方程的CN格式
NLSE_solver_vetor.py
- 求解耦合非线性薛定谔方程,参考Agrawal第7.4节内容