程序包 org.hipparchus.ode

类 TestProblem6

所有已实现的接口:
OrdinaryDifferentialEquation

public class TestProblem6 extends TestProblemAbstract
该类用于ODE积分器的junit测试中。

具体问题如下微分方程:

    y' = 3x^5 - y
 
当初始条件为y(0) = -360时,该方程的解退化为一个简单的五次多项式函数:
   y (t) = 3x^5 - 15x^4 + 60x^3 - 180x^2 + 360x - 360
 

  • 构造器详细资料

    • TestProblem6

      public TestProblem6()
      简单构造函数。
  • 方法详细资料