搜索资源列表
雅可比法(C语言)
- 用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。-Realizes with the language C, the way of Jacobi may be serviceable to the solid symmetrical matrix for complete characteristic value and the corresponding characteristic value vector.
雅可比迭代计算方程组
- 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of -8
my雅可比迭代法
- 在VC++中实现成功的雅可比迭代法,有每次迭代的结果。-in VC achieve success Jacobi iterative method, the results of each iteration.
雅可比过关法求实对称矩阵特征值与特征向量
- 雅可比过关法求实对称矩阵特征值与特征向量-Jacobian clearance France realistic symmetric matrix eigenvalue and eigenvector
雅可比迭代法
- 数值分析雅可比迭代法-numerical analysis Jacobi iterative method
雅可比法
- 新手上路 用雅可比符号来计算勒让德符号的值 用于判断与素数p互素的正整数n是否是mod p 的二次剩余-Started Jacobian symbols used to calculate Legendre symbol for the value judgment and mutual-p-a positive integer n is whether the mod p Quadratic Residue
雅可比C++
- 雅可比(Jacobi)迭代算法的C++实现-Jacobian (Jacobi) iterative algorithm to achieve C
雅可比迭代解线性方程组
- 雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
雅可比迭代
- 雅可比迭代它也是数值分析中的经典的算法,这是我的老师自己编写的,我感到他比书上更能让人理解。-Jacobi iterative numerical analysis it is the classic algorithms, it is my teacher preparation, I feel that he has written more than understandable.
Jacobia-cpp
- 雅可比迭代法 C++编程 科学工程运算中很好的方法-Jacobi' s iterative method C++ programming in science and engineering computing good way to
jacobi
- 这个程序是针对雅可比迭代和Gauss_Seidel迭代的源程序,简单易懂,非常实用-jacobi and Gauss-Seidel
Jacobi_iteration_Roots
- 一个实用的雅可比迭代求根的C++源代码,可以很方便的进行计算,并且是由用户输入数据,很灵活。-Use of a Jacobi iteration Roots of C++ source code
xianxingfangchengzu
- 本程序为求解线性方程组的迭代方法,包含雅可比迭代法、高斯-赛德尔迭代法和SOR方法-The procedure for solving linear equations iterative methods, including Jacobi' s iterative method, Gauss- Seidel iteration method and SOR methods
tezhengzhi
- 本程序为求矩阵的最大特征值、全部特征值和特征向量,应用乘幂法和雅可比过关法-This procedure for the sake of the largest eigenvalue matrix, all eigenvalues and eigenvectors, applications by a power law and the Jacobi clearance method
Jacobn
- 采用maple编写机器人雅可比矩阵计算程序-Adopt maple write robot Jacobian matrix calculation program
gaussseidel-jacboi
- 关于高斯塞德尔和雅可比矩阵以及牛顿拉佛逊法的详细例子,主要是采用matlb中的语言编写的-Sise and Bender on the high Jacobian matrix and the Newton Raphson method Laffer detailed examples, mainly used in languages matlb
新建文件夹 (2)
- 雅可比迭代的MATLAB代码,可以求解一些线性方程组 用鼠标作图(The MATLAB code of Jacobi iterative, you can solve some linear equations Plot with a mouse)
Part5
- 平面3R自由度机械臂计算雅可比矩阵的三种方式,分别为从基座到末端的速度传递,末端到基座的静力传递,直接对运动学的微分。(The three ways of calculating the Jacobi matrix of a plane 3R DOF Manipulator are the velocity transfer from the base to the end, the static transfer from the end to the base, and the differ
数值传热学二维稳态雅可比迭代法
- 数值传热学二维稳态雅可比迭代法,初始条件为t0=0,t1=1 空间步长为0.25,y=10,x=5
雅可比迭代C代码
- 高性能课程中,经典的雅可比迭代源代码,直接编译使用