程序包 org.hipparchus.ode

类 TestProblem2

所有已实现的接口:
OrdinaryDifferentialEquation

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

具体问题如下微分方程:

    y' = t^3 - t y
 
初始条件为 y(0) = 0。该方程的解为以下函数:
   y(t) = t^2 + 2 (exp (- t^2 / 2) - 1)
 

  • 构造器详细资料

    • TestProblem2

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