登录
首页 » matlab » 1

1

于 2016-06-30 发布 文件大小:1KB
0 239
下载积分: 1 下载次数: 0

代码说明:

说明:  基于高斯赛德尔法的线性方程组解法(可消去系数矩阵病态)。基于牛顿法及改进的牛顿法实现对 非线性方程的求解。(Based Linear Equations high Sisaideer law (coefficient matrix can be eliminated morbid). Realization of nonlinear equations of Newton' s method for solving and improved Newton method is based.)

文件列表:

1
.\Jacobi_Guass_Seidel.m,761,2015-12-11
.\Newton_Iteration.m,331,2015-10-29
.\Newton_Iteration3.m,414,2015-10-29

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

发表评论

0 个回复

  • DLT057
    利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,建立一个对话框类,在这个类中进行像素坐标、控制点坐标文件的打开与读取,然后利用DLT公式进行外方位元素的解算。 数据检核部分用前方交会算法来进行,首先根据ID找到左右片的像点的同名点,然后计算变换矩阵及系数,根据给定的内方位元素,利用公式解算出像点的控制点坐标,然后和给定的控制点坐标相比较即可进行精度评定。 (PHOTOSHOP software can be measured using a photo of the control points around the pixel coordinates can be calculated by the formula sit out the image point Standard. According to the given coordinates of control points, the use of straight-line method to calculate the linear transformation of 11 DLT parameters that the coefficient l Value and calculate the orientation elements of exterior orientation elements and solutions. Another way is to use a single formula as the calculation of space resection Orientation elements out. Use as space resection alone to settle the image exterior orientation is the basic idea: to single video As the basis of images from the ground covered by a number of control points within the known ground coordinates and image coordinates of corresponding points in the measured values , The realities of collinearity equation, find the image in the time of aerial photography exterior orientation elements. First, the process to establish a single document)
    2011-05-19 10:18:50下载
    积分:1
  • 1dfdtd
    说明:  研究FDTD模拟一维光子晶体中的光波传输,并利用此方法计算了电磁波在一维光子晶体中的电场和磁场的空间分布以及一维光子晶体的透射谱。(FDTD simulation study of one-dimensional photonic crystal of light transmission, and use this method to calculate the electromagnetic wave in one-dimensional photonic crystal in the electric and magnetic fields, as well as the spatial distribution of one-dimensional photonic crystal transmission spectrum.)
    2008-11-23 01:11:01下载
    积分:1
  • curthr1
    完成地震数据的curvelet阈值重构功能算法简洁注释详细(Completion of seismic data the curvelet threshold reconstruction algorithm is simple function comment in detail)
    2013-05-08 16:44:51下载
    积分:1
  • Job-niantan-s-t-1
    abaqus粘弹性人工边界,手动添加比较简单的模型(learning abaqus)
    2013-09-18 21:30:46下载
    积分:1
  • wangf
    王勖成《有限单元法》里面的教学源程序,PROGRAM OF PLANE PROBLEM 96.1(Wang Aimin, "Finite Element Method," in which the source of teaching, PROGRAM OF PLANE PROBLEM 96.1)
    2021-01-03 18:38:55下载
    积分:1
  • Newton
    牛顿插值公式:构造插值函数空间的基函数得到的多项式逼近的方法——牛顿插值法。用于多项式插值逼近。(Newton interpolation formula: Construction interpolation function space available basis function polynomial approximation method- Newton interpolation. Approximation for the polynomial interpolation.)
    2008-12-22 20:50:26下载
    积分:1
  • ar_spectrum
    ar谱估计,分别用了最小二乘法和yulewalker法。(ar spectrum estimation, least squares method were used and yulewalker law.)
    2011-07-11 19:01:46下载
    积分:1
  • rungekutta
    说明:  用于非线性常微分方程的解的重要的一类隐式或显式迭代法,使用龙格库塔计算激光器的速率方程。(An important class of implicit or explicit iterative methods for solving nonlinear ordinary differential equations is to use Runge Kutta to calculate the rate equations of lasers.)
    2020-07-28 21:38:46下载
    积分:1
  • riemann solver
    精确黎曼求解器; 精确黎曼求解器:hll、hllc方法;(Accurate Riemann solver; Accurate Riemann Solver: HLL, HLLC method;)
    2021-04-21 01:48:51下载
    积分:1
  • Soct
    假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。 [需求分析](Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis])
    2012-06-14 16:25:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载