资源列表
two
- 最小二乘法 输入拟合点和要拟合曲线的次数(计算方法)-Least squares (method)
2nd-256
- In this code the laplace equation is solved by iterative method.For solving matrix of unknowns a method like Jacubi method is used that dependet to little difference between iterations for convergence.
languageC_code_for_Set_of_algorithms
- 常用算法的C语言源代码,包括多项式计算、复数运算、矩阵运算、方程求解等-Common C language source code algorithms, including polynomial calculations, complex arithmetic, matrix operations, equation solving, etc.
jisuanqi
- VC++下的四则运算,尤其是在考虑到double型时的精度丢失问题-VC++ under the four operations, especially when taking into account the precision of loss of double type problem
Kalmanandwinner
- 基于现代时间序列的多传感器信息融合Kalman滤波器与Wiener滤波器.NH格式论文-data fusion using kalman and winner filter
chen
- 在非线性科学中,“混沌”这个词的含义和本意相似但又不完全一致,非线性科学中的混沌现象指的是一种确定的但不可预测的运动状态。它的外在表现和纯粹的随机运动很相似,即都不可预测。但和随机运动不同的是,混沌运动在动力学上是确定的,它的不可预测性是来源于运动的不稳定性。或者说混沌系统对无限小的初值变动和微绕也具于敏感性,无论多小的扰动在长时间以后,也会使系统彻底偏离原来的演化方向。混沌现象是自然界中的普遍现象,天气变化就是一个典型的混沌运动。混沌现象的一个著名表述就是蝴蝶效应:南美洲一只蝴蝶扇一扇翅膀,就
an_inequility_for_Gamma_Function
- 关于伽马函数的一个不等式(英文).文章通过一个不等式讨论了伽马函数的单调性,得到了关于伽马函数的一个新的不等式。 - This paper discusses the monotonicity of the function g(x)=[Γ(x+1)]1xx by using a double inequality of the derivative of the gamma function, and obtains an inequality for some ratio of the
calendar
- 这是我自己写的万年历,源代码有一定的解释,有利于初学者学习的 -This is what I had written calendar, a certain interpretation of the source code will help beginners learn
VC_jacobi
- 自编自用的VC编写的jacobi迭代法,数值分析课的作业-Directed and written by the VC jacobi iterative method, numerical analysis homework assignment
SparseMatrix
- c++ 稀疏矩阵 功能包括访问元素、删除元素、添加元素,输出元素。矩阵转置。使用模板-c++ features including access to the sparse matrix elements, delete elements, add elements, output elements. Matrix transposition. Templates
PiCalculator
- 这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
myhelmholtz
- 一个有限差分程序,用来解非线性的helmholtz方程,或者泊松方程-A finite difference code, used to solve nonlinear helmholtz equation, or Poisson equation
