-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
shengxianchangdu
程序计算在声速梯度下水中声线的传播并计算声线的长度(Program calculates the velocity gradient in the water line of acoustic sound propagation and calculate the length of the line)
- 2021-04-23 14:28:47下载
- 积分:1
-
sanciyangtiao
其基本思想是取B样条函数 为及基函数,在[a,b]中均匀划分区间,xi=a+ih,h=(b-a)/n,由于三次样条函数空间是n+3维的,所以把分点扩充到x-1,xn+1,则任意三次样条函数可用 线性组合来表示:(The basic idea is to take B-spline function and basis functions in [a, b] in the evenly divided intervals, xi = a+ ih, h = (ba)/n, because the cubic spline function is n+3 dimensional space , so the expansion points to the x-1, xn+1, then any cubic spline function can be expressed as a linear combination:)
- 2011-10-14 09:40:33下载
- 积分:1
-
数学实验——使用MATLAB 胡良剑主编
数值计算资料
13个独立的实验,涉及矩阵、微积分、统计等等(numerical calculation)
- 2018-11-17 22:41:10下载
- 积分:1
-
WilsonMethod
进行结构响应分析的Wilson法,是直接积分的基本算法之一,相信进行有限元动力分析编程的诸位都能用上(structural response analysis of Wilson, which is direct integration one of the basic algorithm, believe that the dynamic finite element analysis program you can use)
- 2006-07-09 11:15:54下载
- 积分:1
-
zxecf
一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合(A set of interactive and command-style in one program, using least-squares curve fitting method)
- 2009-12-15 10:49:31下载
- 积分:1
-
kfilter
说明: 用于石油地震资料数字处理,包括 地震偏移(二维或三维)、滤波程序、重采样、具有很广的应用前景,还可以移植到其他的工程领域。(oil for digital processing seismic data, including seismic migration (2D or 3D), filtering procedures, re-sampling, have a very broad application prospects, but also can be transferred to other engineering fields.)
- 2006-03-06 11:20:40下载
- 积分:1
-
Double-integration-in-C-Language
用C语言实现二重积分数值计算,精度较高;并且仿照程序中实现二重积分的思想,可以很容易扩展到三重以上的积分。(Using C language to achieve double integral numerical calculation, high accuracy and follow the procedures realize the idea of double integral, can be easily extended to more than triple the points.)
- 2008-02-15 00:13:01下载
- 积分:1
-
1D-FDTD
用C语言编写的1D-FDTD程序,含一阶mur边界,附结果matlab画图程序(Using C language 1D-FDTD procedures, including an order Mur boundary, with results of MATLAB drawing program)
- 2013-07-30 13:13:30下载
- 积分:1
-
AUSM
完成前台阶问题的计算,利用的AUSMPW格式,算法结构较为简单,所以文字说明较少(Completed on the front steps of the calculation, use of AUSMPW format, the algorithm structure is relatively simple, so less text)
- 2012-07-05 19:33:41下载
- 积分:1