CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 求解方程

搜索资源列表

  1. Fourth-orderRungeKutta-rule

    0下载:
  2. 四阶龙格-库塔法则求解微分方程,四阶龙格-库塔法则求解微分方程-Fourth-order Runge- Kutta rule for solving differential equations, fourth-order Runge- Kutta rule for solving differential equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:750
    • 提供者:田田
  1. solvingequation

    0下载:
  2. 用因式分解的方法求解方程ax^n+bx^(n-1)+ ……+cx+k的根。课程设计-Using the factorization method of solving equation ax ^ n+ bx ^ (n-1)+ ... ...+ cx+ k roots. Curriculum
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:89974
    • 提供者:cfan
  1. PDE_matlab

    0下载:
  2. 求解偏微分方程的实例程序, 其他人不需帐号就可自由下载此源码 -solve PDE problom
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:9600
    • 提供者:洪武
  1. jiefangcheng

    0下载:
  2. 利用matlab来求解方程,包括13个程序例子和一个ppt-Using matlab to solve equations, including 13 program examples and a ppt
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:85141
    • 提供者:fyc
  1. Bisect

    0下载:
  2. 二分法:求解方程f(x)=0在区间[a,b]内的一个根-Dichotomy: Solving equation f (x) = 0 in the interval [a, b] within a root
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:550
    • 提供者:fish
  1. Solutionpartialdifferentialequations

    0下载:
  2. 偏微分方程的MATLAB解法,能快速求解,阐述了其编程思想,很实用-Solution partial differential equations
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130015
    • 提供者:董力
  1. 007

    0下载:
  2. matlab求解非线性方程M-文件,用于计算机快速求解方程-matlab solving nonlinear equations of M-files for computer quickly solve the equations
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:11705
    • 提供者:唐杰
  1. ADAMS_VARIABLE_STEP-SIZE_PREDICTOR-CORRECTOR_ALGOR

    0下载:
  2. 本程序时用来求解常微分方程的Adams 变步长预估校正算法-The procedure used to solve ordinary differential equations of the variable step-size Adams predictor-corrector algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2669
    • 提供者:mike
  1. CONTINUATION_METHOD_FOR_SYSTEMS_ALGORITHM

    0下载:
  2. 本程序是用来求解常微分方程的算法:延拓算法-This procedure is used to solve ordinary differential equations of the algorithm: Extension Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2089
    • 提供者:mike
  1. xianjiefaqiujiefangcheng

    0下载:
  2. 运用数学中弦截法求解方程解,效率较高,算法执行效率良好-Solving equations using chord intercept solutions, more efficient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:727
    • 提供者:zjjjjj
  1. SSFforNLSE

    2下载:
  2. 用SSF算法精确的求解了描述超短脉冲在光纤中传输的非线性薛定谔方程,对于光电子光通信的同行较有参考价值。-With the SSF algorithm for solving accurately describing the transmission of ultrashort pulses in optical fiber nonlinear Schrö dinger equation, for optoelectronic and optical communications counte
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-06-25
    • 文件大小:1120
    • 提供者:吴俊杰
  1. pdegui

    0下载:
  2. 用有限差分精确的求解了椭圆型偏微分方程,对于很多理工科专业有很大参考价值。-Accurate finite difference solution of elliptic partial differential equations, for many science and engineering professionals have great reference value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3460
    • 提供者:吴俊杰
  1. RK

    1下载:
  2. 利用rK法,也就是4阶论格库塔格式求解偏微分方程组的解并利用结果画图。-Solving partial differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1759
    • 提供者:weijie
  1. searchBoot

    0下载:
  2. 在VC++环境用牛顿法去求解方程,从而得到方程的根-search boots
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:356440
    • 提供者:andywangcn
  1. 3

    0下载:
  2. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b), n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095, 即方程为x*x=2的解。二分法的原理是反复地把区间分为两个
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1166080
    • 提供者:闻悦
  1. shuzhijifen

    0下载:
  2. 用经典RK方法和四阶ADAMS预测校正算法求解微分方程-Classical RK method and fourth-order predictor-corrector algorithm for solving differential equations ADAMS
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:874
    • 提供者:彭圣锋
  1. bosongfangc3

    1下载:
  2. 通过有限差分对平行板电容器进行差分,然后求解泊松方程,求出空间电荷在平行板电容器中电场分布情况-Through the finite-difference differential pairs of parallel-plate capacitor, and then solving Poisson' s equation of space charge in a parallel plate capacitor in the electric field distribution
  3. 所属分类:matlab

    • 发布日期:2015-06-05
    • 文件大小:623
    • 提供者:zhaowenjun
  1. mulNewtonSOR

    0下载:
  2. 该程序是牛顿SOR法求解非线性方程,绝对可以,绝对有效。-The program is Newton SOR method for solving nonlinear equations, it is absolutely, to be effective.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:593
    • 提供者:佳音
  1. erfen2010

    0下载:
  2. 编程实现二分法求解方程的解,完整的报告含截图-Programming dichotomy solving equations, the full report with screenshots
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:18761
    • 提供者:gui jin yang
  1. a

    0下载:
  2. 用有限元法求解微分方程,虽然有时方程不一样,但是思路是一样的。-The finite element method for solving differential equations, though sometimes not the same equation, but the idea is the same.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:879
    • 提供者:zack
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com