搜索资源列表
IHB solve Duffing
- IHB solve Duffing equations
solve
- 用牛顿法解方程组,迭代法解方程组和求矩阵最大特征值-Newton Method with equations, iterative methods for solution of matrix equations and the largest eigenvalue
LinearEquations
- Solve Linear Equations with matlab
two-temperature-solve
- 激光与物质的相互作用 双温方程算法 matlab源程序代码-two temperature solve
possionequation
- 自己写的求解波松方程的matlab程序 并采用两种方法求解 -Writing their own to solve Poisson equation matlab program and the use of two methods for solving
eigen
- Program to solve for natural frequencies (eigenvalues) and resulting mode shapes (eigenvectors) in simple structures -Program to solve for natural frequencies (eigenvalues) and resulting mode shapes (eigenvectors) in simple structures
solve
- matlab算法程序集--非线性方程组求解程序-Solving nonlinear equations
solve-lmi
- 可以解出一个线性矩阵不等式中的未知矩阵。-Can solve a linear matrix inequality in the unknown matrix.
solve-lmi(2)
- 可以解出一个线性矩阵不等式中的未知矩阵。-Can solve a linear matrix inequality in the unknown matrix.
many-methods-to-solve-TSP
- 多种方式求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-A variety of ways to solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
based-on-GA-solve--VRP
- 求解多目标车辆路径问题的遗传算法的小文章-based on GA solve the mutil-objects problem with the help of time window
solve-linear-equations-in-matlab
- 详细介绍了用迭代法求解线性方程组的方法及其Matlab语言表示。-Iterative method described in detail with the method for solving linear equations and Matlab language said.
solve-TSP-problem
- 解决TSP问题的遗传算法,用于解决TSPW问题-Genetic algorithm to solve TSP problem, to solve the problem TSPW
Solve-the-equation
- 运用matlab求解一般代数方程、线性方程组、线性微分方程、非线性微分方程的源代码-Using matlab to solve common algebraic equations, linear equations, linear differential equation and nonlinear differential equation of source code
Solve-Modular-Linear-Equations
- 解模块线性方程组, solve modular linear equations, 用到了extended-euclid算法求最大公约数-solve modular linear equations, use extended-euclid to compute the greatest common divisor..
solve
- matlab用来解一般线性或者非线性方程的方法及应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
solve-equation
- matlab用来解一般线性或者非线性方程的方法及标准应用公式。-matlab used to solve a general linear or nonlinear equations and application of formulas.
How-Use-ODE45-to-solve-Boundary-Value-ODE
- In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxi
Numerical-method-solve-equations
- 数值方法解方程组AX=B(LU分解),过程分3步,首先,分解系数矩阵A=LU,然后,解LY=B,最后再求UX=Y 另一种是直接求解的(2.1)-Numerical method to solve the equations AX = B (LU decomposition), 3 step process, first of all, the decomposition of the coefficient matrix A = LU, then, Xie LY = B, and finally
matlab-solve-the-parabolic-equations
- matlab求解抛物方程源程序,包括真值、近似值与误差,最大误差随网格数变化-matlab solve the parabolic equations