搜索资源列表
数值分析算法描述与习题解答
- 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
Gen
- 2元方程的求根的java实现,用组合框完成-two yuan Solving the equation of java realized, complete with box mix
tixinggongshi
- 梯形公式的求根算法,我好了一个小时编的,虽不是很好。但能用-trapezoid formula Root algorithm, I am the one-hour series, is not very good. But can use
feixianxingfangcheng
- 非线性方程求根算法,我好了一个小时编的,虽不是很好。但能用-rooting algorithm of nonlinear equations, I had a good series of the hour, although it is not good. But can use
JSQ05055413
- C#编的一个简单计算器 实现了加、减、乘、除、求根、倒数、小数点、MR、MS、M+、MC等功能
二分法求解非线性方程的根
- 实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为
yingyongshuzhifenxi.rar
- 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
6_12
- 数值方法对已知函数求根,应用二分法和弦截法实现数值计算,精度可控-Roots of the known function of numerical methods, applications implementation dichotomy numerical chord intercept method, the precision control
jsq
- 科学计算器功能,有加减乘除,平方开方求根,角度弧度计算,2、8、10、16进制间的转换。-Scientific calculator function, calculation, square roots prescr iption, angle radian calculation, 2,8,10,16 between hexadecimal conversion.
zxmsammyjsq
- 科学计算器功能,有加减乘除,平方开方求根,角度弧度计算,2、8、10、16进制间的转换。-Scientific calculator function, calculation, square roots prescr iption, angle radian calculation, 2,8,10,16 between hexadecimal conversion.
lab3
- 计算方法的实验,线性方程的求根,利用c++完成-lab of computing mathed ,use c++ complete the way
programming
- 计算机程序设计大全,里面含有牛顿插值、弦切法等求根的源程序供选择!-Encyclopedia of computer programming, which includes Newton interpolation, string-cut method, such as rooting for the source selection!
Complex
- 复数的运算,包括复数的乘、复数的除、复数求模、求根-Complex computing, including by the plural, the plural of the exception, for the plural-mode, extract a root
pstress_v12
- 任意一个一元三次方程求根的C语言程序,希望对大家有用。-Arbitrary one dollar a cubic equation roots of the C language program, I hope useful for all of us.
functions
- 计算方法中的非线性方程求根。自己写得很辛苦的程序。包括了readme文档-Method of calculating roots of nonlinear equations. Very difficult to write their own procedures. Including the readme file
判断判别式并求根
- 输入一元二次方程的一般表达式的a,b,c三个数求出他的根(Enter the general expression of a $two equation, a, B, C, three numbers to find his root)
frmCal一元二次方程求根
- VB程序,用于一元二次方程求根的小例程,供大家参考(VB program for solving the quadratic equation with one unknown small routines, for your reference)
马斯京根法求x值试算程序
- 洪水演算中常用的方法马斯京根法,这里利用VBA编写求x值试算程序(A trial procedure for calculating x value by Mastin root method)
求根music算法
- 能够准确的估计信号的角度,不需要预估角度,比music算法更加准确。(It can accurately estimate the angle of the signal and do not need to estimate the angle, which is more accurate than the music algorithm.)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个