Matrix operations solution of AX=B Jordan and newton Methods
资源简介:Matrix operations solution of AX=B Jordan and newton Methods
上传时间: 2013-12-01
上传用户:小鹏
资源简介:Some of the basic Matrix operations
上传时间: 2014-12-05
上传用户:小宝爱考拉
资源简介: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...
上传时间: 2013-12-21
上传用户:wys0120
资源简介: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...
上传时间: 2017-02-20
上传用户:lepoke
资源简介: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...
上传时间: 2015-04-02
上传用户:familiarsmile
资源简介: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...
上传时间: 2014-12-03
上传用户:123啊
资源简介:/* * 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...
上传时间: 2015-08-20
上传用户:zhangliming420
资源简介: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:
上传时间: 2014-01-14
上传用户:cx111111
资源简介:A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包
上传时间: 2014-01-10
上传用户:fhzm5658
资源简介:Newton method for solution of non-linear equations in C
上传时间: 2014-01-16
上传用户:zm7516678
资源简介:gauss-seidel迭代法解Ax=b的解
上传时间: 2013-12-16
上传用户:问题问题
资源简介:This a collection of algorithms for sorting and searching.
上传时间: 2013-12-18
上传用户:netwolf
资源简介: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...
上传时间: 2013-12-07
上传用户:1583060504
资源简介:用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果
上传时间: 2015-04-04
上传用户:123456wh
资源简介:It s the E-book of LEDA. Library of Efficient Data types and Algorithms
上传时间: 2014-01-24
上传用户:熊少锋
资源简介:J2ME Of Event_Example like CommandListenerTestMIDlet and CommandTestMIDlet and CommandTestWithLongMIDlet and CommandTestWithTypeMIDlet and TickerTestMIDlet..etc
上传时间: 2014-01-21
上传用户:cooran
资源简介:J2ME of HighUI_Example like AlertSplashScreenMIDlet and AlertWithIndicatorAndThreadMIDlet and ChoiceGroupMIDlet and ImageItemMIDlet and ImplicitListwithFitPolicyMIDlet and SpacerMIDlet..etc
上传时间: 2015-04-28
上传用户:qiao8960
资源简介: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
上传时间: 2013-12-20
上传用户:1966640071
资源简介:matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
上传时间: 2013-12-22
上传用户:exxxds
资源简介:【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行...
上传时间: 2015-06-18
上传用户:stvnash
资源简介:This document is part of H.264 standard and introduces the prediction of Inter Marcoblocks in P-slices.
上传时间: 2015-06-30
上传用户:sjyy1001
资源简介:reads a set of C-source files and generates a two-column listing of those sources
上传时间: 2013-12-19
上传用户:qoovoop
资源简介:拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B
上传时间: 2015-07-23
上传用户:hongmo
资源简介:* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X
上传时间: 2015-07-26
上传用户:xauthu
资源简介:Lamb problem: The analytical solution of vertical point source. This is very important for synthetic modeling
上传时间: 2013-12-25
上传用户:hongmo
资源简介:The program of BASE 64 encryption and decryption
上传时间: 2015-09-03
上传用户:yuanyuan123
资源简介: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...
上传时间: 2015-09-15
上传用户:haoxiyizhong
资源简介:3G里使用的Spreading技术演示仿真。用于教学演示的Matlab模型。A demo of spreading code generation and modulation used in 3G.
上传时间: 2015-10-15
上传用户:luopoguixiong
资源简介:The solution of the book "Engineering Electromagnetics"(美)william H.Hayt,jr.(2001)著,第六版答案,网上很难找的,很有价值
上传时间: 2014-08-15
上传用户:csgcd001
资源简介: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...
上传时间: 2013-12-29
上传用户:sxdtlqqjl