搜索资源列表
AGGJE
- 线性代数方程组的求解 线性代数方程组的求解
changyongsuanfachengxuji
- 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
4-1Jacbi
- 对于阶数不高的方程组,直接法非常有效,对于阶数高,而系数矩阵稀疏的线性方程组却存在着困难,在这类矩阵中,非零元素较少,若用直接法求解,就要存贮大量零元素。为减少运算量、节约内存,使用迭代法更有利。-The order of the equations is not high, the direct method is very effective for high order, and the sparse coefficient matrix of linear equations, ther
sol
- 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
sample-rate-conversion
- 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
gaussc
- 用gauss消去法求解线性方程组很经典的完整的C++代码-By gauss elimination method for solving linear equations is the classic complete C++ code for
C_language_algorithms_for_Quick_Lookup_Manual
- 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
matrix
- 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
xufortran
- 各种fortran基础源代码,包括线性方程组求解,矩阵运算,矩阵特征值与向量等等问题的求解。-The various Fortran underlying source code, including solving linear equations, matrix operations, matrix eigenvalue vector problem solving.
pso-fd
- PSO算法和最速下降法混合算法,求解单目标优化问题,测试函数是非线性方程组,解决MinF(x)的问题。-PSO algorithm and steepest descent method hybrid algorithm for solving single-objective optimization problem, the test function is non-linear equations, solving MinF (x) of the problem.
tao_xr31
- 雅克比迭代求解线性方程组课设,FIR 底通和带通滤波器和IIR 底通和带通滤波器,包括面积、周长、矩形度、伸长度。- Jacobi iteration for solving linear equations class-based, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter, Including the area, perimeter, rectangular, elongatio
xe445
- 多抽样率信号处理,音频信号通过LM386放大,雅克比迭代求解线性方程组课设。- Multirate signal processing, LM386 audio signal amplification, Jacobi iteration for solving linear equations class-based.
pt235
- 在MATLAB中求图像纹理特征,包含优化类的几个简单示例程序,雅克比迭代求解线性方程组课设。- In the MATLAB image texture feature, Optimization class contains several simple sample programs, Jacobi iteration for solving linear equations class-based.
jan-V1.7
- 雅克比迭代求解线性方程组课设,结合PCA的尺度不变特征变换(SIFT)算法,重要参数的提取。- Jacobi iteration for solving linear equations class-based, Combined with PCA scale invariant feature transform (SIFT) algorithm, Extract important parameters.
cmuru
- 是小学期课程设计的题目,雅克比迭代求解线性方程组课设,具有丰富的参数选项。- Is the topic of the elementary school stage curriculum design, Jacobi iteration for solving linear equations class-based, It has a wealth of parameter options.
lunhie-V8.5
- 包括压缩比、运行时间和计算复原图像的峰值信噪比,雅克比迭代求解线性方程组课设,一种基于多文档得图像合并技术。- Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Jacobi iteration for solving linear equations class-based, Based on multi-document image obtained
whwue
- 雅克比迭代求解线性方程组课设,music高阶谱分析算法,信号维数的估计。- Jacobi iteration for solving linear equations class-based, music higher order spectral analysis algorithm, Signal dimension estimates.
常用算法程序集第五版
- 数值积分、线性方程组求解、数据处理、统计分析算法(Numerical integration, linear equations, data processing, statistical analysis algorithm)
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)