搜索结果
找到约 66 项符合
equation 的查询结果
按分类筛选
matlab例程 这是一个模拟第3类模式地震波的matlab脚本。 This a collection of Matlab scripts that solve the antiplane (mode III)
这是一个模拟第3类模式地震波的matlab脚本。
This a collection of Matlab scripts that solve the antiplane
(mode III) earthquake dynamic problem with slip-weakening friction,
on a 1D fault embedded in a 2D homogeneous elastic unbounded medium.
The problem is formulated as a boundary integral equation
...
人工智能/神经网络 ami_snake算法源代码
ami_snake算法源代码,ami_snake is an implementationof the 2D snake technique proposedin . It is alevel set method
based on the partial di¡ èerential equation.
matlab例程 matlab 求解微分方程
matlab 求解微分方程 ,This module Does FEM analysis of a field problem when the Governing differential equation
数学计算 数值分析算法源码(java) 这个学期一边学习java一边学习数值分析,因此用java写了一个数值分析算法的软件包numericalAnalysis. [说明] 适合使用者:会java的
数值分析算法源码(java)
这个学期一边学习java一边学习数值分析,因此用java写了一个数值分析算法的软件包numericalAnalysis.
[说明]
适合使用者:会java的,想要学习数值分析算法的人.
本代码对照书:数值分析第二版,史万明等编,北京理工大学出版社.
本代码尽量按书中描述的来写,可以提供参考.
[使用方法]
在java的ide ...
matlab例程 The main features of the considered identification problem are that there is no an a priori separati
The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the ...
matlab例程 A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is
A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is on the variety of possible ways to implement the mappings from data to parameters of the data generating system. The considered system representations are input/state/output, difference equation, and ...
其他 This m file simulates a differential phase shift keyed (DPSK) ultra wide bandwidth(UWB) system using
This m file simulates a differential phase shift keyed (DPSK) ultra wide bandwidth(UWB) system using a fifth derivative waveform equation of a Gaussian pulse.
数学计算 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----o
数值分析高斯——列主元消去法主程序
说明如下:
% a----input,matrix of coefficient
% b----input,right vector
% sol----output,returns the solution of linear equation
数学计算 Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports th
Mapack可用来做矩阵运算
Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single V ...
软件设计/软件工程 This is a short text on arrays and pointers in C with an emphasis on using multi-dimensional array
This is a short text on arrays and pointers in C with an emphasis
on using multi-dimensional arrays. The seemingly unrelated C rules
are explained as an attempt to unify arrays and pointers, replacing
arrays and the basic array equation by a new notation and special
rules