非線性方程求根的理論講解,包括Newton s Method, The Secant Method, Brent s Method
上傳時間: 2017-05-21
上傳用戶:zhoujunzhen
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
標簽: iterative the solutions contains
上傳時間: 2013-12-27
上傳用戶:jennyzai
Abstract-In this paper, simple autonomous chaotic circuits coupled by resistors are investigated. By carrying out computer calculations and circuit experiments, irregular self-switching phenomenon of three spatial patterns characterized by the phase states of quasi-synchronization of chaos can be observed from only four simple chaotic circuits. This is the same phenomenon as chaotic wandering of spatial patterns observed very often from systems with a large number of degrees of freedom. Namely, one of spatial-temporal chaos observed from systems of large size can be also generated in the proposed system consisting of only four chaotic circuits. A six subcircuits case and a coupled chaotic circuits networks are also studied, and such systems are confirmed to produce more complicated spatio-temporal phenomena.
標簽: investigated Abstract-In autonomous resistors
上傳時間: 2014-06-09
上傳用戶:h886166
分形與圖形設計,有Julia集,Mandelbrot集,Newton迭代以及三維混沌吸引子設計出的圖像
上傳時間: 2014-01-20
上傳用戶:wangyi39
優化設計常用程序,用C++編的一些最優化作業中的程序,有Newton法,DFP法,共軛梯度法,單純形法,內點法,外點法,內外點法,都能使用。
上傳時間: 2014-01-12
上傳用戶:小碼農lz
DFP方法matlab實現
標簽: matlab
上傳時間: 2015-05-22
上傳用戶:sunddy0000
Optimization Modelling A Practical Approach Ruhul A. Sarker Charles S. Newton
標簽: 數學建模
上傳時間: 2016-02-15
上傳用戶:jh442755_1
module M_GAUSS !高斯列主元消去法模塊 contains subroutine LINEQ(A,B,X,N) !高斯列主元消去法 implicit real*8(A-Z) integer::I,K,N integer::ID_MAX !主元素標號 real*8::A(N,N),B(N),X(N) real*8::AUP(N,N),BUP(N) !A,B為增廣矩陣 real*8::AB(N,N+1) real*8::VTEMP1(N+1),VTEMP2(N+1) AB(1:N,1:N)=A AB(:,N+1)=B
標簽: fortan Newton 程序 數值分析 方程 非線性
上傳時間: 2018-06-15
上傳用戶:answer123
Regulation is a pervasive feature of the telecommunications services industry today. Government-appointed regulators and judicial or quasi-judicial bodies oversee it in countries at all stages of economic development. Its primary purpose is to encourage, nourish and maintain competition in national and international telecommunications services markets. It is, therefore, a fundamental feature of the legal and commercial landscape within which network owners and service providers operate. The modern development of regulation may be traced to the liberalisation of the industry from national monopolies from the 1980s onwards.
標簽: Telecommunications Regulation
上傳時間: 2020-06-01
上傳用戶:shancjb
低成本和高可靠性是離線電源設計中兩個最重要的目標。準諧振(Quasi resonant) 設計為設計人員提供了可行的方法,以實現這兩個目標。準諧振技術降低了MOSFET 的開關損耗,從而提高可靠性。此外,更軟的開關改善了電源的EMI 特性,允許設計人員減少使用濾波器的數目,因而降低成本。本文將描述準諧振架構背后的理論及其實施,并說明這類反激式電源的使用價值。
標簽: 電源
上傳時間: 2021-11-23
上傳用戶: