搜索资源列表
计算时间序列谱
- 计算时间序列的多重分形特征,求时间的幂谱频率关系图
泰勒展开对幂指数的实现
- 该程序灵活运用泰勒公式实现了幂函数Exp(),相信读者阅读之后一定会有所启发。
计算方程的解
- 做一个程序能够求解幂n=6或更高方程的根
mifaandfanmifa
- 计算特征值和特征向量的幂法和反幂法以及计算矩阵的minres 算法的matlab程序-calculated eigenvalues and eigenvectors of power and anti-power-law and calculate the matrix algorithm mat minres lab procedures
Tenprograms
- 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than
power_method
- 幂法与反幂法求解矩阵特征值的C语言算法实现:本代码以Hilbert矩阵为计算对象,单纯运用C语言进行矩阵的操作以实现幂法与反幂法求解矩阵特征值的算法,应用Matlab软件对计算结果进行检验,计算结果准确无误。-Power law and inverse power method to solve matrix eigenvalue of the C language algorithm: Hilbert matrix of the co
QR_LU_Eigenvalue
- 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based o
calculator
- 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、
Exponentiation.tar
- 高精度幂计算,北京大学ACM OJ上的Exponetiation-Exponentiation
Desktop
- 2次幂计算的简单程序应用可以用在很多软件中-Computing powers of 2
pow
- pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
WindowsApplication2
- 简单计算器,可以实现加减乘除还有次幂计算,可以验证算术式的正确性,并且可以先输入一个算术式,然后计算-Simple calculator, Math can also calculate the power, you can verify the correctness of arithmetic, and can first enter an arithmetic type, and then calculate
ScientificCalculator
- Qt 4.8.1写的科学计算器。实现功能: 平方、幂计算、整型进制转换等。不使用科学计数法显示结果。-Scientific calculator in Qt 4.8.1. Function: square, exponentiation, integer hex conversion. Do not use scientific notation to display the results.
power
- 求幂,数学上的求幂计算可以,计算x的y次幂-Exponentiation, mathematical exponentiation calculation can calculate x raised to the power of y
final
- 幂法、反幂法的计算实例,用一个501阶矩阵为例(Calculation examples of power method and inverse power method)
1001 Exponentiation
- 计算乘幂,但结果的数据很大,因此模拟乘法计算,并且用字符串进行处理。(Calculation of power, but the results of the data is large)
ConsoleApplication4
- 使用幂法求计算矩阵的主特征值及主特征向量,用反幂法求计算矩阵的按模最小特征值及特征向量。(A Blind Equalization Algorithm for SIMO Channel Model Based on Inverse Power Method)
幂计算
- C++语言编写,实现了正整数的乘法,加法和幂计算,使用字符串计算任意正整数的正整数次幂(Written in C++, which implements multiplication, addition, and exponentiation of positive integers, and uses a string to evaluate positive integers of any positive integer)
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353
现代数值计算(同济版)7个上机例题程序代码
- 递推迭代,二分法,加速迭代,拟合,JACOBI迭代,GAUSS-SEIDEL迭代,SOR迭代,逆幂迭代法,经典R-K方法,有限差分法