计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

有关三对角矩阵的数值分析

2013-10-23 01:12
导读:数学论文毕业论文,有关三对角矩阵的数值分析论文模板,格式要求,科教论文网免费提供指导材料: 摘要

摘要

3对角矩阵是1类很重要的特殊矩阵,在数学物理学中有广泛的应用.文章将根据3对角矩阵的特征,用待定系数法求解3对角线性方程组的数值解,并与常用的LU分解法从理论分析和数据实验两方面进行比较,结果表明,两者的时间复杂性前者稍差,而精度两者则相当,最后写出两者的C程序并运行结果.接下来用1种简单和容易实现的方法求出3对角矩阵的行列式,再利用其逆矩阵可以分解成两个很特殊的矩阵的乘积,给出1种算法实现3对角矩阵的逆的简便计算。
关键字:3对角矩阵;待定系数法;数值解;行列式;逆

Abstract
The tridiagonal matrix is a kind of matrix that  with important special,it has widespread applications in mathematics and physics.In this paper,based on the characteristic of the tridiagonal matrix,the method of hypothetical coefficient is used for the numerical solution of tridiagonal system of linear equations,this method will be compared with the LU resolving
method through theory analysis and data experiment,compared the two methods,we will find the latter is better than the former in time complexity slightly ,but the precision is matched with each other,finally write the C procedures for the two methods and get results. The next part,an easy algorithm will be used to compute the determinant of the tridiagonal matrix.the inverse can be divided into two so special matrices that we can compute out the explicit inverse via an algorithm.
Keywords:tridiagonal matrix;numerical solution;determinant;inverse

 

目录

前言…………………………………………………………………………………………………………1 (转载自http://zw.NSEAC.com科教作文网)
1 两类求解3对角方程组的数值方法……………………………………………………………………2
    1.1 问题引入 ………………………………………………………………………………………2
    1.2 待定系数法求解3对角方程组 ………………………………………………………………2
1.3 LU分解法求解3对角方程组…………………………………………………………………7
    1. 4 算法性能分析 …………………………………………………………………………………9
2 关于3对角矩阵的行列式 ……………………………………………………………………………12
    2.1 问题引入………………………………………………………………………………………12
    2.2 方法提出………………………………………………………………………………………12
    2.3 算法性能分析…………………………………………………………………………………13
3 3对角矩阵逆的数值解法 ……………………………………………………………………………15
3.1 问题引入………………………………………………………………………………………15
    3.2 算法推导及实现  ……………………………………………………………………………15
    3.3 程序与数值例子………………………………………………………………………………17
结论 ………………………………………………………………………………………………………20
参考文献 …………………………………………………………………………………………………20
致谢 ………………………………………………………………………………………………………21

(转载自http://zw.nseac.coM科教作文网)


    上一篇:用java实现二重积分的计算 下一篇:没有了