登录
首页 » matlab » fixed_point_systems

fixed_point_systems

于 2009-05-14 发布 文件大小:1KB
0 213
下载积分: 1 下载次数: 3

代码说明:

  Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dengyi
    CONSX—这是一个主要子程序,调用其它于程序及输出中间结果 * !* CHECK—检查所有的点是否满足约束条件,对违背约束的点进行校正 * !* CENTR—计算中心点 * !* FUNC —目标函数,由用户提供 * ( PROGRAM COMPLEX PARAMETER(N=3,M=4,K=6) DIMENSION X(K,M),R(K,N),F(K),G(M),H(M),XC(N) INTEGER GAMMA OPEN(4,FILE= COMPDATA ) READ(4,*)ITMAX,IPRINT,ALPHA,BETA,GAMMA,DELTA READ(4,*)(X(1,J),J=1,N) IX=2097151 YFL=0. DO 100 II=2,K DO 100 JJ=1,N CALL RANDU(IX,YFL) R(II,JJ)=YFL 100 CONTINUE OPEN(2,FILE= COMPDAT.OUT ,STATUS= UNKNOWN ) WRITE(2,10) 10 FORMAT(//,10X, COMPLEX PROGRAM OF BOX ) WRITE(2,11)N,M,K,ITMAX,IPRINT,ALPHA,BETA,G )
    2010-07-25 11:38:36下载
    积分:1
  • nihe
    (1)对选定二阶电路图进行仿真,得到仿真的输入、输出数据; (2)建立二阶系统函数,用模拟的方法求解其响应,并用matlab平台求出响应波形; (3)对数据进行拟合; (4)对拟合的结果进行误差分析 ((1) on the selected second order circuit diagram of the simulation to obtain a simulation of the input and output data (2) the establishment of the second order system function, solving the response by the simulation method, and was determined using matlab platform response waveform data (3) be fitted (4) the results of the fitting error analysis)
    2012-08-24 15:30:58下载
    积分:1
  • 79123354curvelet
    wavelet transform matlab code
    2016-06-04 21:09:47下载
    积分:1
  • LQR controller
    使用LQR(线性约束下的二次型规划算法)进行无人驾驶车辆路径跟随的工程实例(An Engineering Example of Unmanned Vehicle Route Following Using LQR (Quadratic Programming Algorithm with Linear Constraints))
    2018-10-22 14:34:14下载
    积分:1
  • rk5
    利用龙哥库塔法变步长解决高阶常微分方程的程序(Long Ge Kuta method using variable step procedures for solving higher order ordinary differential equations)
    2010-06-15 16:09:47下载
    积分:1
  • GeLei_Split
    输出一个正整数的所有格雷码序列及一正整数的所有升序拆分序列(output a positive integer Gray all sequences and a positive integer of all ascending sequence Resolution)
    2006-09-23 22:17:27下载
    积分:1
  • space-time-signal-procesing
    空时阵列信号处理的三个程序,考察对角加载的效果(Three procedures, the space-time array signal processing and investigated the effect of diagonal loading)
    2012-05-02 16:16:42下载
    积分:1
  • MPC
    这里主要包括MPC定值控制的算法。欢迎欢迎大家下载并交流。(This includes setting MPC control algorithm. Welcome welcome to download and share.)
    2011-10-20 12:21:59下载
    积分:1
  • MATLABprogram
    matlab的PPT,详细介绍了matlab的应用(matlab the PPT, detailed information on the application of matlab)
    2007-10-10 21:46:06下载
    积分:1
  • COMPUTEG
    computes the gravitational acceleration vector at a specified % ECF location using the JGM2 gravitational ellipsoid only. % Higher-order gravity terms (the "gravity anomaly") are % ingnored. Only the pure ellipsoid is used. (computes the gravitational acceleration vector at a specified ECF location using the JGM2 gravitational ellipsoid only. Higher-order gravity terms (the gravity anomaly ) are ingnored. Only the pure ellipsoid is used.)
    2007-12-20 00:07:29下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载