登录
首页 » 算法 » SOR超松弛迭代法解线性方程组(C语言)

SOR超松弛迭代法解线性方程组(C语言)

于 2023-04-05 发布 文件大小:4.02 kB
0 226
下载积分: 2 下载次数: 1

代码说明:

现有大多数迭代法不是对各类线性方程组都有收敛性,在解题时要对原方程组矩阵作一根本的变换,从而可能使条件数变坏, 也可能破坏了变换前后方程组的等价性,以及丧失使原方程组的对称性。但是SOR迭代法可以避免这类问题

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

发表评论

0 个回复

  • 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运的表达式,恰好用上这这个整数各一次,计结果为24,超出时间为...
    一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序的数组,则可以降低一个组合数的数量级别;二、使用动态规划中的备忘录方法,比如你计算出2和3所有可能的计算结果,则他们与4结合的时候,要用到,与1结合的时候,也要用到,使用备忘录,可以只计算一次,大大降低运算复杂度。 三、设计 整体设计:分别设计4个类:游戏、表达式、运算、分数,各司其责,结构清晰,易于扩展。 -First, the preamble 24-point game is a common game, give the title are four integer requiring answer within a specified period of time in a four calculations give the expression, just use that the integral of the time, results for the 24, beyond the time to lose. Second, analysis Use computers to count the title, the search speed of course, there is a great advantage, I enjoy taking generic programming that does not restrict the importation of the volume and the number of results, and even limiting the number of operators. So on a large number of combinations, if you
    2022-04-21 18:17:05下载
    积分:1
  • L
    L-M算法(BP的一种改进算法)应用实例-L-M algorithm (BP an improved algorithm) Application
    2023-03-31 09:50:04下载
    积分:1
  • 数值转人民币的程序c代码
    数值转人民币的程序c代码-yuan to the numerical procedure code c
    2022-01-27 14:29:18下载
    积分:1
  • poj3352给一个图,求出需要加最少的边使去掉任一条边,图都连通.割点的应用...
    poj3352给一个图,求出需要加最少的边使去掉任一条边,图都连通.割点的应用-poj3352 to a map, obtained at least the need to remove the edges so that any one side, map are connected. cut-point application
    2023-07-27 11:35:03下载
    积分:1
  • 公历,阴历转换源代码
    公历,阴历转换源代码-calendar, the lunar calendar change source code
    2022-03-30 21:43:24下载
    积分:1
  • ACM subject of some simple, you can time doing practice exercises.
    ACM的一些简单题目,可以有空做做,练习练习。-ACM subject of some simple, you can time doing practice exercises.
    2023-01-28 09:55:03下载
    积分:1
  • 3D
    3D-FDTD防真,边界为廖氏差分格式,程序使用计算机内存较少,可以用来做稍大尺寸物体的电磁防真-3D-FDTD defense truthfulness, Liao borders difference format, procedures use less computer memory. can be used to do slightly larger size object electromagnetic defense really
    2023-04-03 01:00:03下载
    积分:1
  • 表达式计器 cos sin + ―*
    表达式计算器 cos sin + ―*-Expression calculator cos sin+-*
    2022-06-29 00:14:29下载
    积分:1
  • 牛顿求解非线性方程组
    牛顿法求解非线性方程组-Newton method for solving nonlinear equations
    2022-02-06 07:59:11下载
    积分:1
  • a new numerical algorithm
    一种新型的数值求解算法-a new numerical algorithm
    2022-12-01 11:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载