英文: Solving for a specific result to an equation with one variable 问题 如果我想解一个只有一个可变变量的方程,以获得我想要的结果,我...
使用RStudio中的deSolve包中的dede来解决带有时间延迟的ODE。
英文: Using dede in deSolve package in RStudio to solve time-delayed ODE 问题 我正在尝试使用RStudio中的deSolve包中的...
使用来自数组的参数解决ODEs。
英文: Solving ODEs with parameters from an array 问题 I've already solved these 2 differential equations...
Runge-Kutta-4th-order解3个ODE的MATLAB解决方案。
英文: Runge-Kutta-4th-order solution of 3 ODEs MATLAB 问题 Lorenz方程如下: 参数值:sigma = 10,b = 8/3,r = 28。采用初...
Why does my deSolve model in R stop integrating when I incorporate a conditional source of mortality in my population model?
英文: Why does my deSolve model in R stop integrating when I incorporate a conditional source of morta...
solve_ivp卡住了,我搞不清楚为什么。
英文: solve_ivp gets stuck and I can't figure out why 问题 I am using SciPy's solve_ivp to simulate ...
如何在这个例子中使用和解释JAX的矢量-雅可比积(VJP)?
英文: How to use and interpret JAX Vector-Jacobian Product (VJP) for this example? 问题 我在试图学习如何使用 JAX 找...
为什么我不能将一个装饰过的函数传递给scipy.integrate.ode?
英文: Why can't I pass a decorated function to scipy.integrate.ode? 问题 当我将一个被装饰的函数传递给scipy.integra...
Python流程算法
英文: Python streamline algorithm 问题 目标: 我有两个数组 vx 和 vy,分别表示速度分量。我想编写一个流线算法: 输入一个点的坐标 (seed) 根据其速度分量评估...
更改时间步长在解决一组常微分方程时为什么会导致结果为零?
英文: Why does changing my time step result in zeros when solving a system of ODEs? 问题 我已正确解决了一组常微分方程(...