number calculus, gauss method, jordan description
资源简介:number calculus, gauss method, jordan description
上传时间: 2017-04-10
上传用户:rocwangdp
资源简介:清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
上传时间: 2016-08-27
上传用户:zhoujunzhen
资源简介:based on Gauss method on load flow program that can help you better electrical system optimization
上传时间: 2017-06-13
上传用户:yan2267246
资源简介: 本文简单讨论并总结了VHDL、Verilog,System verilog 这三中语言的各自特点和区别As the number of enhancements to variousHardware description Languages (HDLs) hasincreased over the past year, so too has the complexityof determining which la...
上传时间: 2013-10-16
上传用户:牛布牛
资源简介: 本文简单讨论并总结了VHDL、Verilog,System verilog 这三中语言的各自特点和区别As the number of enhancements to variousHardware description Languages (HDLs) hasincreased over the past year, so too has the complexityof determining which la...
上传时间: 2014-03-03
上传用户:zhtzht
资源简介:Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use. Funct...
上传时间: 2013-12-13
上传用户:417313137
资源简介:Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of thes...
上传时间: 2016-02-06
上传用户:zmy123
资源简介:description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensible symbolic rules, through regarding a neural network ensemble as a pre-process of a rule inducer. Reference: Z.-H. Zhou and Y. Jiang. Medic...
上传时间: 2013-11-30
上传用户:wcl168881111111
资源简介:gauss.c - gaussian random numbers, using the Ziggurat method
上传时间: 2013-12-06
上传用户:wyc199288
资源简介:Name:neural Network Control, for Matlab,tipical description for control problems with NN method, additionally, there are some useful examples to be referenced.
上传时间: 2015-08-15
上传用户:siguazgb
资源简介:Based on Matlab,Gauss Iteration method
上传时间: 2016-02-03
上传用户:cjf0304
资源简介:这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。 程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。
上传时间: 2016-03-07
上传用户:colinal
资源简介:description and code of numberical method from a university in united states
上传时间: 2017-03-09
上传用户:D&L37
资源简介:The Gauss鈥揝eidel method is a technique used to solve a linear system of equations.
上传时间: 2017-04-29
上传用户:xuanchangri
资源简介:Inplementation of Gauss-Jacobi method
上传时间: 2013-12-28
上传用户:LIKE
资源简介:solve power flows by gauss seidel method ans newton Rapson
上传时间: 2017-08-11
上传用户:z754970244
资源简介:calculate the throughput and the number of transmissions of signal using the method of code combining.HARQ protocol
上传时间: 2013-12-20
上传用户:iswlkje
资源简介:single RHS Gauss-Jordan routine for Linear Equation
上传时间: 2013-11-28
上传用户:qq1604324866
资源简介:利用matlab,以GAUSS-JORDAN算法求根
上传时间: 2016-09-19
上传用户:MDG915
资源简介:ACM试题An Easy Problem description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer...
上传时间: 2013-12-11
上传用户:libenshu01
资源简介:ACM试题Problem K:Ones description Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?
上传时间: 2015-08-23
上传用户:zhenyushaw
资源简介:The problem of image registration subsumes a number of problems and techniques in multiframe image analysis, including the computation of optic flow (general pixel-based motion), stereo correspondence, structure from motion, and feature t...
上传时间: 2016-01-20
上传用户:520
资源简介:Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your starting square is marked with the number ‘1’. All free, valid squares north, south, east and west around the number ‘1‘ are marked with a ...
上传时间: 2014-12-03
上传用户:123啊
资源简介:We can see that using Gauss-Seidel iterative methods need only 13 timed to make           But using Jacobi method after 25 times the    is bigger t...
上传时间: 2016-02-06
上传用户:sjyy1001
资源简介:Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate,...
上传时间: 2013-12-24
上传用户:cccole0605
资源简介:This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(...
上传时间: 2016-12-27
上传用户:脚趾头
资源简介:Program description: The program asks the user to choice from the menu an option A. Check to see if a number is prime. B. Count the number of vowels in a line. X. Exi...
上传时间: 2017-04-08
上传用户:磊子226
资源简介:Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generat...
上传时间: 2017-05-25
上传用户:bibirnovis
资源简介:) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variabl...
上传时间: 2017-05-30
上传用户:yuchunhai1990
资源简介:We introduce a sub-cell WENO reconstruction method to evaluate spatial derivatives in the high-order ADER scheme. The basic idea in our reconstruction is to use only r stencils to reconstruct the point-wise values of solutions and spatial d...
上传时间: 2016-01-13
上传用户:ccsdcczd