登录
首页 » 算法 » 通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。...

通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。...

于 2022-08-06 发布 文件大小:1.41 kB
0 75
下载积分: 2 下载次数: 1

代码说明:

通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。-through Gaussian elimination method for computing matrix inversion, the project has a strong practical value.

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

发表评论

0 个回复

  • Matlab的地理数据分析
    %Markov链%第一种方法A=[0 1243.37 171.92 29.79 0 0 00 0 6983.97 957.97 0 0 00 0 203845.5 9812.96 0 0 034 0 77259.28 11323.64 3851.17 0 4.89128.47 11580.83 917.15 0 5761.7 2397.61 02293.52 79225.61 9979.07 3647.11 0 91339.8 24.360 141.18 964.94 2.2 0 0 28.67];             %原始数据矩阵[m,n]=size(A);                              %计算矩阵的行数和列数Rsum=sum(A");                               %计算矩阵各行数值之和S=Rsum(ones(n,1),:);                        %将各行数值之和平移为矩阵M=(A"./S)";                                 %计算转移概率矩阵%第二种方法A=[0
    2022-01-22 01:04:19下载
    积分:1
  • 32比特整数与16比特整数相除的一种方
    32比特整数与16比特整数相除的一种方法-32-bit integer and 16-bit integer eliminate a method
    2022-08-20 12:39:25下载
    积分:1
  • Lagrange interpolation, have done an interpolation algorithm
    Lagrange插值,自己做的一个插值算法-Lagrange interpolation, have done an interpolation algorithm
    2022-04-10 18:22:17下载
    积分:1
  • sdfvasdfvasvda
    2022-06-16 18:34:51下载
    积分:1
  • 一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制, 进行编组,输入进制数和组数,即可自动计出数据,并显示在屏幕上,同时输出到文件...
    一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制, 进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件中,是很不错的程序,我用了好几天才编好,很精悍!-one of the 229 and procedures, it would certainly within the scope of the report into several groups, By binary system to the decimal system, organization, and the importation of 229 for a group, they will automatically calculate data, displayed on the screen, while the output to a file, is a very good procedure, I spent several days prepared and very lean!
    2022-09-10 07:35:02下载
    积分:1
  • 蓝桥杯-六角幻方-代码
    应用背景 这是蓝桥杯往年的一个题目,类似的题目有六角填数、4*4魔方阵等。题目如下图: 将1,2,3,...19填进去,图中已经填了两个数15和13,填完后要求每条直线上的数字之和相等,图中共有十五条直线。 关键技术代码在VS2010上运行。 设和为a, 则a*15/3=(1+19)/2*19  所以 a=38 前两个数已经填好,开始填第三个数,将满足vis=0的数依次填进去。填完第三个数,第一行已经形成了直线,判断第一行的和是不是38. 填完第七个数,新增加了一条直线(第二行),判断它的和。填完第八个数,增加了一条线(45°方向),判断其和。以此类推。程序关键是:每填完一个数,看有没有新增加的直线,并判断数字和,不能全部填完19个数再判断,因为计算量太大,程序运行不出来。
    2022-02-07 04:51:19下载
    积分:1
  • SPH method used to prepare the shock tube procedures, the development of the lan...
    用SPH方法编写的激波管程序,开发语言C-SPH method used to prepare the shock tube procedures, the development of the language C
    2023-07-18 05:15:03下载
    积分:1
  • Merge, Insertion, Radix, Heap, Bucket, Quick, Counting排序
    Merge, Insertion, Radix, Heap, Bucket, Quick, Counting排序算法-Sort Algorithm about Merge, Insertion, Radix, Heap, Bucket, Quick, Counting
    2022-01-30 11:22:27下载
    积分:1
  • C++常用,给计中各种基本应用提供参考
    C++常用算法,给计算方法中各种基本应用提供参考-C common algorithms for calculation method to provide the basic reference
    2022-01-22 09:18:15下载
    积分:1
  • 数据结构源码实现
    很全的数据结构源代码,线性表、树、图的代码都有具体实现。以及字符串的各种操作
    2022-02-06 11:51:57下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载