搜索资源列表
有限元动力学分析方程及解法
- 详细介绍了有限元结构动力学分析的方程推导和方程解法重点介绍直接积分方法和振型叠加方法。
高等数学公式
- 高等数学中所有的算法公式,包括积分,微分,向量空间,级数,微分方程等
Visual-Fortran2002
- 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
quaternion-Rongekutta
- 龙格库塔积分分四元数微分方程简介,一阶至四阶-quaternion based Rongekutta
Matlab
- 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
matlab-Numerical-calculation
- matlab 数值计算源代码例子及运行结果。 一元函数的极值 多元函数的极值 数值积分 求解常微分方程-matlab numerical source code examples and the results. Unary function extremum Multi-function extremum Numerical integration Solving Ordinary Differential Equations
matlab
- 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
ch21
- 关于线性天线的海伦积分方程和剖克林顿积分方程的详细推导过程及MATLAB仿真程序设计及结果分析,是计算电磁学的经典!-Helen of linear integral equations and the antenna sectional Clinton detailed derivation of integral equations and MATLAB simulation program design and result analysis, computational electrom
-TV-platform-
- 一种求解电大平台天线互耦的时域积分方程快速算法-Solving the Antenna TV platform stie fast algorithm
Time-integration
- 在波动有限元模拟中, 若采用传统的显式数值积分方法求解运动方程-Time integration
IElboundary
- 本书介绍了电磁场积分方程在新的非规则边界情况下的计算方法,该方法大大扩展及积分方程在计算电磁学领域的应用范围,也为奇异边界值问题提供了新的计算途径!-This book describes the calculation of electromagnetic field integral equation in the new situation of irregular borders, which greatly expanded and integral equation in compu
MeshfreeVIE
- 该论文介绍了电磁场积分方程的无网格数值计算方法,传统的体积分数值计算都需要进行网格剖分,网格剖分的好坏直接影响着数值计算的速度和精度,很多精细结构很难用网格来模拟,无网格技术可以很好地解决此类问题!-This paper describes the meshless numerical method electromagnetic integral equations, numerical integration of traditional body calculations require
primal_dual
- 对第一类fredhlom积分方程的图形恢复和应用,本程序很好地的恢复程序-For the first class of fredhlom integral equation of the graphics recovery and application, the program is a good recovery procedures
MATLABscientific-computation
- 该书通过具体实例,系统地介绍了MATLAB在数值计算、常用图形绘制、数据处理、微分与积分运算、代数方程与微分方程的求解、随机数据分析、符号运算和图形用户界面设计等方面的功能及其在科学计算中的具体应用。-The book through concrete examples, the system introduced in MATLAB numerical solving common graphics rendering, data processing, differential and in
Calculation of CFIE Impedance Matrix Elements
- 使用RWG基函数计算混合积分方程阻抗元素矩阵(Calculation of CFIE Impedance Matrix Elements With RWG and n RWG Functions)
电磁场积分方程法
- 电磁场数值方法中的积分方程法介绍及相关程序(Electromagnetic field integral equation method is introduced and the application of numerical method)
基于矩量法的二维金属体散射(内含matlab程序)
- 介绍了基于矩量法的二维导体散射问题,给出了问题分析过程,相关程序,以及仿真结果;包含TM波和TE波的电场积分方程和磁场积分方程。(Is introduced based on the method of moments of two-dimensional conductor scattering problem, problem analysis process is given, and the relevant procedures, and the simulation results;
Scipy
- SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t