搜索资源列表
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
2
- 方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
fcqg
- matlab方程求根程序,里面包括了常用的matlab方程求根的程序,包括手写的和matlab自还的函数。-matlab equation Roots program, which includes the commonly used procedure for finding roots of equations matlab, including handwritten and self is also a function of matlab.
fangchengqiugen
- 这是用MATLAB实现方程的求根问题,有贝努力法等十几种算法,具体的代码都已给出。-This is achieved using MATLAB problems finding roots of equations, there are a dozen Bernoulli law algorithms have been given a specific code.
SeekdefiniteintegralandtheRootsoffunctioniteration
- 求定积分函数和迭代求根函数,都是从网上下来之后,自己改了一些,能在vc中运行的。-Seek definite integral function and the Roots of function iteration, are down from the Internet after its changed some, running in vc.
GetEquationRoot
- 一元二次求根,考虑得比较全面。比如方程有两个不同的实根,两个相同的实根,两个虚根,方程退化成一元一次方程,以及无解的情况。最后根的显示也使用一个小小的技巧 小程序不复杂,但是未必每个人第一次都能做的很完善 -Quadratic root finding, may be considered more comprehensive. Such as the equation has two different real roots, two identical real roots, two ima
qiugen
- 可以灵活的对任何给定的方程通过编写程序的方法快速实现方程的求根-Can be flexible to any given equation through the method of programming rapidly to the equation for the root
qiugen
- 求根软件,只能用于一元二次方程的一般式的求根-Finding roots of software can only be used for finding roots of a quadratic equation of the general type
hanshu5
- 用牛顿迭代法求根的函数;用递归法求n阶勒让德多项式的值-Newton iterative method for finding roots of functions recursive method and the n-order Legendre polynomial values
MATLAB-codes
- matlab几乎所有数值计算程序,都包括在内,数值积分数值微分,方程求根等等,几乎所有需要用到的程序-The matlab almost all numerical procedures, including numerical integration numerical differentiation equation Root, etc., almost all the needed procedures
feixianxing
- 用MFC编写的一个非线性方程求根软件,作业数值计算的课程设计之用。-Written with MFC nonlinear equations software, curriculum design with operating numerical calculation.
3.Root-MUSIC---MATLAB
- 二维求根MUSIC算法是改进的一种MUSIC算法,对于面阵的二维DOA估计的编程者有重要用途。-Dimensional root finding MUSIC algorithm improved MUSIC algorithm, programming for the two-dimensional plane array DOA estimation purposes.
matlabextremum-and-Root
- 应用matlab求极值和求根的方法,并配有仿真程序和结果,可以用于数值实验时使用-Application matlab extremum and rooting, and with a simulation program and results can be used for numerical experiments
root_music_1
- 在传统声压传感器阵列的求根MUSIC算法的基础上,提出了基于矢量传感器阵列的求根MUSIC算法及其修正形式,通过接收阵列信号的空间谱,选择合适的引导方位,可实现声源的波达方向-Based on root MUSIC algorithm on the traditional pressure sensor array, the root MUSIC algorithm for vector sensor array and its modified form based on, through t
判断判别式并求根
- 输入一元二次方程的一般表达式的a,b,c三个数求出他的根(Enter the general expression of a $two equation, a, B, C, three numbers to find his root)
马斯京根法求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 用单点弦截法求方程的一个