搜索资源列表
Part_3_C_programmes
- 程序总结3:牛顿迭代|牛顿下山|秦九韶|三对角线追赶法|系统|弦割法|雅克比迭代|综合测评-procedures : Newton iteration | Newton down | Qinjiushao | 3 diagonal chasing France | System | Strings cutting France | Jacques than iterative | Comprehensive Assessment
Stewart
- 针对6自由度运动平台开发的逆解解算、雅克比解算、速度和力解算的程序
亚克比
- 数学计算中利用雅克比行列式编程-mathematical calculations using Jacques determinant than programming
Jacobian_algorithm_optimization
- 雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化-Jacobi algorithm for seeking clearance method singular value decomposition of the matrix is a Jacobian algorithm optimization
jacobi
- 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
sendandreceive
- 用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
the-codes-of-C-about-important-algorithms
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
jiefangcheng
- 解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
BFJacobismoother
- 块迭代的阻尼雅克比松弛方法,对大型稀疏的线性方程组非常有效。-Block iterative relaxation method than the resistance Ni Yake
jacobi
- 此程序是简单的雅克比函数在并行计算中有关均衡分配的实现。-This program is a simple Jacobi function on parallel computing to achieve a balanced distribution.
MPI
- MPI代码设计实例程序和论文教程,包含雅克比、小波变换、一维口袋问题动态规划、热分布问题等算法实现-MPI code design tutorial example programs and papers, including Jacobi, wavelet transform, one-dimensional dynamic programming problem pocket, heat distribution algorithm problems
robotics
- 关于机器人学习的资料,包括坐标系的建立,正向运动学,反向运动学,位置雅克比,力雅克比等-Information on robot learning, including the establishment of the coordinate system, the forward kinematics, inverse kinematics, location Jacques force Jacobian
Jaccobi-chuanxing
- 这是雅克比迭代的串行算法。主要目的是计算串行所用的时间。-Jacobi iteration serial algorithm. The main purpose is to calculate the time used for the serial.
Jacobi
- matlab语言编写的,用于求解线性方程组的雅克比消去法-Jacques elimination method solving system of linear equations with matlab
generalJacobianMatrix
- 6自由度自由漂浮空间机械臂运动学建模,广义雅克比矩阵-6 degrees of freedom of the free-floating space manipulator kinematics modeling, generalized Jacobian matrix
yakebi-diedai
- 这是一个非常好用而且非常实用的雅克比迭代法用c++实现的算法-This is a very easy to use and very practical Jacobi iteration algorithm implemented with c++
Jacobi
- 计算矩阵的解,是一种雅克比迭代,应用此程序可以很快的计算矩阵的解。-Computing solution matrix is a Jacobi iteration, the application of this procedure can quickly calculate the matrix solution.
jacobi
- 用雅克比迭代法求解方程,给出5*5 但可在此基础上拓展-Solving equations using Jacobi iterative method, gives 5* 5 but can be expanded on the basis of
(赛德尔+雅可比)迭代法(解方程组)
- 用C++描述赛德尔和雅克比迭代法解方程组(Solving the equations with Seidel and Jacobi method)
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)