Welcome![Sign In][Sign Up]
Location:
Search - jacobian matrix

Search list

[Other resourceqiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

Description: 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1 void (*f)() : 指向计算非线性方程组中各方程左端函数值的函数名(用户自编) void (*s)() : 指向计算雅可比矩阵的函数名 int ngin() : 函数返回一个标志值 3.文件说明 ngin.c函数文件 ngin0.c主函数文件-1. Using generalized inverse function for non-binding under the conditions of optimization problems (C) 2. Parameter Description int m : nonlinear equation group number int n equation : nonlinear equations were unknown number of double eps1 : Least Squares Solutions of control precision double eps2 : for the singular value decomposition of the control precision double x [n] : Nonlinear storage solutions of equations initial approximation of X (0), the requirements for the component failure 0 int ka : Ka = max (m, n) a void (* f) () : Calculation of nonlinear equations at the Group of the equation extreme value of the function name (user self) void (* s) () : at the Jacobian matrix calculation of the function name ngin int () : function returns a value of three signs. This document explains
Platform: | Size: 2396 | Author: 罗坤 | Hits:

[Other resourcenonliearequation

Description: 这是牛顿法求解非线性方程组哦那个,用matlab编写的3个m文件,F是方程组左端向量函数,JF是其Jacobian矩阵,最后调用newdim函数文件-This is the Newton method for solving nonlinear equations, oh, um, using Matlab prepared by the three m documents, F is equations extreme vector function, JF its Jacobian matrix, Call newdim function final document
Platform: | Size: 908 | Author: 娄雯 | Hits:

[Otherjacobianmatrix

Description: he power method will be applied to the jacobian matrix of the 2-D henon map to approximate the first Lyapunov exponent by creating a graph of ln|yn| vs. n, where n is the number of iterations of the power method and yn = 1/n*ln|DG^n(xo)*yo|. The slope will be an approximation to the largest Lyapunov exponent.-he power method will be applied to the jacob ian matrix of the 2-D map to approximate henon th e first Lyapunov exponent by creating a graph of ln | yn | vs. n, where n is the number of iterations of the power m ethod and yn = a / n * ln | DG ^ n (xo) * yo |. The slope w ill be an approximation to the largest Lyapunov exponent.
Platform: | Size: 1428 | Author: 杨蒙 | Hits:

[Other resourcepowernode

Description: 牛顿-拉夫逊法潮流计算 基本步骤:   (1)形成节点导纳矩阵   (2)将各节点电压设初值U,   (3)将节点初值代入相关求式,求出修正方程式的常数项向量   (4)将节点电压初值代入求式,求出雅可比矩阵元素   (5)求解修正方程,求修正向量   (6)求取节点电压的新值   (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步   (8)计算支路功率分布,PV节点无功功率和平衡节点柱入功率。-Newton-Raphson method flow calculation basic steps : (1) formation of nodal admittance matrix (2) to set up the initial node voltage U, (3) the initial node-generation-related demand. calculated that the constant term formula Vector (4) nodes will be incorporated into the initial voltage-seeking, calculated Jacobian matrix elements (5) solving that equation, seek to amend the vector (6) to strike a new node voltage value (7) to check whether convergence, if not restrained. concentrated in the nodes of the new voltage as the initial value since the first three steps to re-start the narrow iterations. Otherwise, turn into the next (8) Calculation branch power distribution, PV nodes reactive power and balance-node into power.
Platform: | Size: 2519 | Author: asd | Hits:

[OtherVersatilevisualservoing

Description: Versatile visual servoing without knowledge of true jacobian.pdf cobian matrix estimator. The Jacobian matrix estimator does not need a priori knowledge of the kinematic structure and parameters of the robot system, such as camera and link parameters. The proposed visual servoing control scheme ensures the convergence of the image-features to desired trajectories, by using the estimated Jacobian matrix, which is proved by the Lyapunov stability theory. To show the effectiveness of the proposed scheme, simulation and experimental results are presented.
Platform: | Size: 247273 | Author: xjwu | Hits:

[Mathimatics-Numerical algorithms雅可比过关法求实对称矩阵特征值与特征向量

Description: 雅可比过关法求实对称矩阵特征值与特征向量-Jacobian clearance France realistic symmetric matrix eigenvalue and eigenvector
Platform: | Size: 1024 | Author: 啊啊 | Hits:

[Algorithm雅可比迭代计算方程组

Description: 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of-8
Platform: | Size: 20480 | Author: | Hits:

[Mathimatics-Numerical algorithmsVB_NUM6

Description: 用VB实现矩阵特征值的求解算法集。包括:对称矩阵的雅可比变换,实对称阵为三对角阵的特征值求解,等五种特征值求解算法。-VB matrix eigenvalue of the algorithm sets. Including : symmetric matrix Jacobian transform, real symmetric matrix to a three-diagonal matrix eigenvalue solution, the five eigenvalue algorithm.
Platform: | Size: 4096 | Author: 李春波 | Hits:

[Other systemspfc_NR

Description: % 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗 % PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率 % delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值 % delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值 % delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵 % e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值- The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square of delt_PQV- really count PQU ^ 2 the correct value of J- Jacobian matrix e- voltage real part f- the imaginary part of voltage delt_ef- voltage real part and imaginary part of the amendment value
Platform: | Size: 7168 | Author: mmcc | Hits:

[Algorithmqiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

Description: 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1 void (*f)() : 指向计算非线性方程组中各方程左端函数值的函数名(用户自编) void (*s)() : 指向计算雅可比矩阵的函数名 int ngin() : 函数返回一个标志值 3.文件说明 ngin.c函数文件 ngin0.c主函数文件-1. Using generalized inverse function for non-binding under the conditions of optimization problems (C) 2. Parameter Description int m : nonlinear equation group number int n equation : nonlinear equations were unknown number of double eps1 : Least Squares Solutions of control precision double eps2 : for the singular value decomposition of the control precision double x [n] : Nonlinear storage solutions of equations initial approximation of X (0), the requirements for the component failure 0 int ka : Ka = max (m, n) a void (* f) () : Calculation of nonlinear equations at the Group of the equation extreme value of the function name (user self) void (* s) () : at the Jacobian matrix calculation of the function name ngin int () : function returns a value of three signs. This document explains
Platform: | Size: 2048 | Author: 罗坤 | Hits:

[Otherjacobianmatrix

Description: he power method will be applied to the jacobian matrix of the 2-D henon map to approximate the first Lyapunov exponent by creating a graph of ln|yn| vs. n, where n is the number of iterations of the power method and yn = 1/n*ln|DG^n(xo)*yo|. The slope will be an approximation to the largest Lyapunov exponent.-he power method will be applied to the jacob ian matrix of the 2-D map to approximate henon th e first Lyapunov exponent by creating a graph of ln | yn | vs. n, where n is the number of iterations of the power m ethod and yn = a/n* ln | DG ^ n (xo)* yo |. The slope w ill be an approximation to the largest Lyapunov exponent.
Platform: | Size: 1024 | Author: 杨蒙 | Hits:

[Windows DevelopJacobidiedasuanfa

Description: 利用MATLAB编程求雅可比矩阵,来完成电力系统的潮流计算-MATLAB Programming for the use of Jacobian matrix, to complete the power system load flow calculation
Platform: | Size: 3072 | Author: 柳三喜 | Hits:

[Algorithmraytracing

Description: 最优化法射线追踪,拟牛顿法解方程, 泰勒展开,雅克比矩阵近似-Optimize the ray tracing method, quasi-Newton method solution of equation, Taylor expansion, approximate Jacobian matrix
Platform: | Size: 2048 | Author: fanwei | Hits:

[Otherjacobi

Description: 雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化,提高计算速度-Clearance method Jacobian matrix algorithm for the singular value decomposition is Jacobian optimization algorithm to improve the computing speed
Platform: | Size: 1024 | Author: yudongjun | Hits:

[matlabjac

Description: 雅克比方法求矩阵的特征值和特征向量,matlab文件,已经调试成功了-Methods for Jacobian matrix eigenvalues and eigenvectors, matlab documentation, debugging has been successful
Platform: | Size: 1024 | Author: lily | Hits:

[matlabJacobi

Description: 雅克比迭代法 求Hilbert矩阵病态方程组-Iterative Method Jacobian matrix pathological Hilbert equations
Platform: | Size: 1024 | Author: ad2d | Hits:

[ApplicationsMATLAB

Description: 电力系统潮流计算中雅可比矩阵形成的程序,使用MATLAB编程-Power System Load Flow Jacobian matrix formation process, using the MATLAB programming
Platform: | Size: 2048 | Author: 涛哥 | Hits:

[matlabJacobian

Description: making jacobian matrix
Platform: | Size: 2048 | Author: fatemi | Hits:

[matlabjacobian

Description: jacobian matrix formation for load flow studies in ps
Platform: | Size: 2048 | Author: meena | Hits:

[DocumentsJacobian矩阵

Description: 计算多自由度机器人的雅克比矩阵,不带注释版。(The Jacobian matrix calculation of multi DOF robot)
Platform: | Size: 3187712 | Author: 巙钺 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net