资源列表
Matrix-multiplication-problems-with
- 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
uQuadProg
- constrained convex optimization. Using blas data structure.
GDP_community_polyFitting
- 经济同步增长,GDP数据拟合~ 表明最近20年来世界主要国家GDP增长或波动趋势;有效展示了东南亚金融动荡。-The polyfitting model and evaluations fits the GDP data for a great number of countries (divided by several communities), and depicts the famous Southeast Asia economic crisis.
Volterra
- 用Matlab编写的关于Volterra级数算法的程序,有正在研究Volterra级数的可以看看并提出改进意见,THk-Using Matlab prepared on the Volterra series algorithm procedures, there are studies Volterra series can look and suggest improvements, THk
nonlinear-equations
- matlab解各种非线性方程组(牛顿法、牛顿高斯。。。)-Matlab solutions for a variety of nonlinear equations
duirenyichangzhengshujiajian
- 采用类来实现对任意长的数据进行相加 在Visual C++6.0 WinXp下编译通过-used to achieve the kind of arbitrary length of data together in Visual C compiler under 6.0 WinXp through
Binomial_Tree
- Using wxpython to interface thecalculation of binomial tree of an american or European call/put options with different user-specified parameters
TEPML
- c++ code for forward modeling in transverse electromagnetic wave propagation.
Homotopy_method
- 求解低阶非线性方程组的同伦方法程序,包括Euler修正迭代算法程序,切矩阵形成,切向量生成程序等。-Nonlinear equations to solve low-order methods and procedures homotopy
局部最大熵形函数matlab程序
- 局部最大熵近似形函数matlab程序,主要用于无网格计算。 This set of Matlab functions computes the Calculation of the local maximum-entropy shape functions with Newton's method as described in section 4.2 of [1]. The core functions are shapef.m and Gamma_.m. The rest is pro
complexnetworkandchaos
- 分别用于复杂网络的bbv和tde模型计算,此外在小世界上模拟计算混沌振子的同步行为。-Separately for the complex network of bbv and TDE model calculation, in addition to the small-world simulation on chaotic oscillator synchronous behavior.
01beibao
- 01背包动态规划文字源程序 算法分析与设计-01 backpack dynamic programming
