Matrix operations solution of AX=B Jordan and newton Methods
資源簡(jiǎn)介:Matrix operations solution of AX=B Jordan and newton Methods
上傳時(shí)間: 2013-12-01
上傳用戶:小鵬
資源簡(jiǎn)介:Some of the basic Matrix operations
上傳時(shí)間: 2014-12-05
上傳用戶:小寶愛考拉
資源簡(jiǎn)介:This Matrix C++ template class library is for performing common Matrix operations in your C++ program like any other built-in data types. To install the package, just copy Matrix.H file into the INCLUDE directory of your compiler and includ...
上傳時(shí)間: 2013-12-21
上傳用戶:wys0120
資源簡(jiǎn)介:SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines...
上傳時(shí)間: 2017-02-20
上傳用戶:lepoke
資源簡(jiǎn)介:IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of...
上傳時(shí)間: 2015-04-02
上傳用戶:familiarsmile
資源簡(jiǎn)介:IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of...
上傳時(shí)間: 2014-12-03
上傳用戶:123啊
資源簡(jiǎn)介:/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE solution OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTE...
上傳時(shí)間: 2015-08-20
上傳用戶:zhangliming420
資源簡(jiǎn)介:Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
上傳時(shí)間: 2014-01-14
上傳用戶:cx111111
資源簡(jiǎn)介:A Library of Efficient Data Types and Algorithms,封裝了常用的ADT及其相關(guān)算法的軟件包
上傳時(shí)間: 2014-01-10
上傳用戶:fhzm5658
資源簡(jiǎn)介:Newton method for solution of non-linear equations in C
上傳時(shí)間: 2014-01-16
上傳用戶:zm7516678
資源簡(jiǎn)介:gauss-seidel迭代法解Ax=b的解
上傳時(shí)間: 2013-12-16
上傳用戶:問題問題
資源簡(jiǎn)介:This a collection of algorithms for sorting and searching.
上傳時(shí)間: 2013-12-18
上傳用戶:netwolf
資源簡(jiǎn)介:SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall a...
上傳時(shí)間: 2013-12-07
上傳用戶:1583060504
資源簡(jiǎn)介:用Matlab軟件以及雅克比迭代和高斯-賽德爾迭代解方程組Ax=b,分析、比較其結(jié)果
上傳時(shí)間: 2015-04-04
上傳用戶:123456wh
資源簡(jiǎn)介:It s the E-book of LEDA. Library of Efficient Data types and Algorithms
上傳時(shí)間: 2014-01-24
上傳用戶:熊少鋒
資源簡(jiǎn)介:J2ME Of Event_Example like CommandListenerTestMIDlet and CommandTestMIDlet and CommandTestWithLongMIDlet and CommandTestWithTypeMIDlet and TickerTestMIDlet..etc
上傳時(shí)間: 2014-01-21
上傳用戶:cooran
資源簡(jiǎn)介:J2ME of HighUI_Example like AlertSplashScreenMIDlet and AlertWithIndicatorAndThreadMIDlet and ChoiceGroupMIDlet and ImageItemMIDlet and ImplicitListwithFitPolicyMIDlet and SpacerMIDlet..etc
上傳時(shí)間: 2015-04-28
上傳用戶:qiao8960
資源簡(jiǎn)介:The C# program will solve the Tower of Hanoi for a given number of rings/disks/plates and display the ring/disk/plate movement. The movement will be shown graphically
上傳時(shí)間: 2013-12-20
上傳用戶:1966640071
資源簡(jiǎn)介:matlab解線性方程組的源代碼 function x=nagauss2(a,b,flag) % 用途:選列主元Gauss消去法解線性方程組ax=b % 格式:x=nagauss2(a,b,flag) a為系數(shù)矩陣,b為右端列向量,flag若為0,則顯示中間過程
上傳時(shí)間: 2013-12-22
上傳用戶:exxxds
資源簡(jiǎn)介:【問題描述】已知線性方程組AX=B,求解該方程組。參考算法: 消去法:將列向量B加到矩陣A的最后一列,構(gòu)成增廣矩陣AB。對(duì)AB進(jìn)行下列三種初等變換,使原矩陣A的部分的主對(duì)角線上的元素均為1,其余元素均為0,則原列向量B的部分即為X的值: 1. 將矩陣的一行...
上傳時(shí)間: 2015-06-18
上傳用戶:stvnash
資源簡(jiǎn)介:This document is part of H.264 standard and introduces the prediction of Inter Marcoblocks in P-slices.
上傳時(shí)間: 2015-06-30
上傳用戶:sjyy1001
資源簡(jiǎn)介:reads a set of C-source files and generates a two-column listing of those sources
上傳時(shí)間: 2013-12-19
上傳用戶:qoovoop
資源簡(jiǎn)介:拉格朗日插值多項(xiàng)式擬合,牛頓插值多項(xiàng)式,歐拉方程解偏微分方程,使用極限微分求解導(dǎo)數(shù)(微分),微分方程組的N=4龍格庫(kù)塔解法,雅可比爹迭代法解方程AX=B,最小二乘多項(xiàng)式擬合,組合辛普生公式求解積分,用三角分解法解方程AX=B
上傳時(shí)間: 2015-07-23
上傳用戶:hongmo
資源簡(jiǎn)介:* 高斯列主元素消去法求解矩陣方程AX=B,其中A是N*N的矩陣,B是N*M矩陣 * 輸入: n----方陣A的行數(shù) * a----矩陣A * m----矩陣B的列數(shù) * b----矩陣B * 輸出: det----矩陣A的行列式值 * a----A消元后的上三角矩陣 * b----矩陣方程的解X
上傳時(shí)間: 2015-07-26
上傳用戶:xauthu
資源簡(jiǎn)介:Lamb problem: The analytical solution of vertical point source. This is very important for synthetic modeling
上傳時(shí)間: 2013-12-25
上傳用戶:hongmo
資源簡(jiǎn)介:The program of BASE 64 encryption and decryption
上傳時(shí)間: 2015-09-03
上傳用戶:yuanyuan123
資源簡(jiǎn)介:This note describes some key aspects of what C++ is and of how C++ has developed over the years. The spective is that of an experienced C++ user looking at C++ as a practical tool. No attempts are made to compare C++ to other languages, tho...
上傳時(shí)間: 2015-09-15
上傳用戶:haoxiyizhong
資源簡(jiǎn)介:3G里使用的Spreading技術(shù)演示仿真。用于教學(xué)演示的Matlab模型。A demo of spreading code generation and modulation used in 3G.
上傳時(shí)間: 2015-10-15
上傳用戶:luopoguixiong
資源簡(jiǎn)介:The solution of the book "Engineering Electromagnetics"(美)william H.Hayt,jr.(2001)著,第六版答案,網(wǎng)上很難找的,很有價(jià)值
上傳時(shí)間: 2014-08-15
上傳用戶:csgcd001
資源簡(jiǎn)介:The purpose of this application note is to describe the main elements of an RS-422 and RS-485 system. This application note attempts to cover enough technical details so that the system designer will have considered all the important asp...
上傳時(shí)間: 2013-12-29
上傳用戶:sxdtlqqjl