Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 数值分析
Search - 数值分析 - List
本书作者以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法,针对本书中介绍的每种具体数值算法,编写了具有人性化和一般化的数值算法、解析解法和图形可视化显示(如果存在的话)并举的MATLAB程序软件包,并且通过实例详细地介绍了这些软件包的使用方法,建立了数值分析机械化MATLAB软件操作平台,使数值方法实现机械化。这些程序有的运行结果可以全面展示数值计算的全过程,有的显示给用户必要的提示,有的输出数值解及其误差限或误差估计公式,有的还可以在同一坐标系中展示给读者符号解和几种数值解的图形,供读者分析、比较不同数值算法间的优劣,选择最佳算法,从而达到科学计算之目的。 本书为读者提供了一张学习MATLAB和浏览本书中的程序及图形的光盘。光盘含有用可视化图形介绍的MATLAB基本操作和作图等内容的Word文档电子图书及其多媒体教学软件。另外,光盘中还附有本书中的MATLAB程序包和图形供读者使用。光盘主要内容和制作工具如下: 第一篇 MATLAB快速入门多媒体辅助教学软件(用Microsoft PowerPoint 2000制作); 第二篇 MATLAB快速入门电子版(用Microsoft Word 2000制作)。第一篇和第二篇制作精细,图文并茂,可以帮助读者快速掌握MATLAB软件(如,MATLAB界面和各种窗口的功能和使用、矩阵和数组的运算、平面和空间图形的制作及符号运算等等); 第三篇 《数值分析及MATLAB实现(MATLAB 6.X 7.X版)》的MATLAB程序电子版(用Microsoft Word 2000制作),展示了MATLAB程序在工作空间中的原貌,供读者浏览,与书中程序对照使用; 第四篇 书稿中各章的图形电子版(用Microsoft Word 2000制作),以彩图的形式展示了书中图形的原貌,补救了本书黑白图形的不足,供读者浏览,与书中图形对照使用。
Update : 2009-03-13 Size : 4.42mb Publisher : lvchenglin

数值分析源代码 课程设计-numerical analysis courses source code design
Update : 2025-02-19 Size : 47kb Publisher : 陈活

几个常见的数值分析算法-several commonly numerical analysis algorithm
Update : 2025-02-19 Size : 1kb Publisher : 王路超

数值分析的几种典型算法-numerical analysis of several typical algorithm
Update : 2025-02-19 Size : 2kb Publisher : 紫石竹

这是一个数值分析里面比较有用的程序-This is a numerical analysis inside more useful procedure
Update : 2025-02-19 Size : 10kb Publisher : 谷雨

数值分析实验报告-report
Update : 2025-02-19 Size : 13kb Publisher : 梦萦

数值分析中的许多常用算法,偶向大家强烈推荐中-numerical analysis of many commonly used algorithm, even to strongly recommend which
Update : 2025-02-19 Size : 486kb Publisher : 袁天

数值分析最常用的四十种算法,使用c++/matlab实现-numerical analysis of the 40 most commonly used algorithms, the use of c/Matlab achieve
Update : 2025-02-19 Size : 721kb Publisher : cwj

数值分析中用C语言实现的二分法可以在TURBOC2中运行- the dichotomy in numerical value analyse with c can run in turboc2
Update : 2025-02-19 Size : 1kb Publisher : 天马行空

数值分析常用的一些公式,比如jacobi,newton等等。-numerical analysis of some commonly used formula, such as Jacobi, chemotherapy and so on.
Update : 2025-02-19 Size : 5kb Publisher : 阿瑟多久

里边是一些数值分析的经典的算法,还有实验报告及一些在它领域里边的一些文献-----是英语写成的,很好啊。-inside some of the classic numerical analysis algorithm, and some experimental report in its field inside the literature written in English----- yes, ah well.
Update : 2025-02-19 Size : 38kb Publisher : 天天

徐士良写的《数值分析与算法》,这是随书的源程序,有需要的朋友可以下来看看!-XU Shi-liang wrote the "Numerical Analysis and algorithm", it is with the source, a friend in need can look down!
Update : 2025-02-19 Size : 93kb Publisher : 刘韬

数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
Update : 2025-02-19 Size : 59kb Publisher : 李明

这是我数值分析课程的实习题目的源代码(并附有文档),文档包括对问题进行了描述,并对结果进行分析,希望对大家有所帮助.-numerical analysis courses internship topic source code (together with documentation), including documentation of the problem described, and results analysis, we hope to help.
Update : 2025-02-19 Size : 20kb Publisher : 朱江

利用普通的数值分析原理计算电磁场中的问题的程序。-use of the numerical analysis of the general principles calculation of electromagnetic field procedures.
Update : 2025-02-19 Size : 411kb Publisher : 廖顺意

本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonly used computers to solve linear equations in a direct way. Is not consider rounding error of circumstances, and after limited to the four-step operation can be linear equations the exact solutions of a class method.
Update : 2025-02-19 Size : 93kb Publisher : 沈嘉祺

分别用fortran,帕斯卡,C语言编写实现一样的功能。此中包含数值分析课本你所学的各种程序样板,从插值,数值积分,零点迭代矩阵分析的各种算法都有,基本包含全部的算法。大概近100个程序包。
Update : 2015-01-10 Size : 143.35kb Publisher : 609387589@qq.com

N-R法,MRI法求解方程,matlab数值分析(N-R method, MRI method for solving equations, matlab numerical analysis)
Update : 2025-02-19 Size : 47kb Publisher : 高尚尚尚尚尚

东北大学数值分析上机实验课题九、十实验源代码(Northeastern University numerical analysis on the experimental subjects nine, ten experimental source code)
Update : 2025-02-19 Size : 2kb Publisher : 吞天泡泡龙

用matlab实现数值分析的运算,还是比较有用的啦(Using matlab to achieve numerical analysis of the operation, or more useful friends)
Update : 2025-02-19 Size : 10.49mb Publisher : mabiubiu
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.