英文: How to implement noise processes for RODE in Julia? 问题 du/dt = [W[1] + W[2]]*u(t) 其中,W[1] 是一个随机复...
如何在Matlab中解决包含dx和dy的微分方程。
英文: How to solve differential equation with dx and dy in matlab 问题 我正在尝试解决方程:(3xy^2)dx + (2x^2y)dy =...
SymPy 微分方程系统
英文: Sympy system of differential equations 问题 问题 我正在为机械链接制作一个符号求解器详细信息请参考先前的问题 现在我可以使用 sympy.solve 解...
Python gekko方程定义中的换行符
英文: Python gekko line break in equation definition 问题 I'm currently implementing the Galerkin-Method...
使用RStudio中的deSolve包中的dede来解决带有时间延迟的ODE。
英文: Using dede in deSolve package in RStudio to solve time-delayed ODE 问题 我正在尝试使用RStudio中的deSolve包中的...
OpenModelica不一致的DAE初始条件
英文: OpenModelica inconsistent initial condistions for DAEs 问题 我正在尝试使用OpenModelica解决类似平面摆的简单DAE问题。我遇到...
使用来自数组的参数解决ODEs。
英文: Solving ODEs with parameters from an array 问题 I've already solved these 2 differential equations...
如何在DifferentialEquations.jl中实现一个积分终止回调以解决ODE?
英文: How can I implement an integration termination callback in DifferentialEquations.jl to solve an ...
避免 Runge-Kutta 4(5) 求解器的 ZeroDivisionError
英文: Avoiding ZeroDivisionError for Runge-Kutta 4(5) solver 问题 我试图创建一个Runge-Kutta 4(5)求解器来解决微分方程y' = ...
有办法在使用 jax.grad 计算梯度时接受一个函数吗?
英文: Is there a way to accept a function while taking the gradient using jax.grad? 问题 我试图制作一个基于神经网络的微...