Skip to content

Latexify display does not work for SDESystems #2782

Closed
@TorkelE

Description

@TorkelE

Not sure if this should be here or in Latexify.

Example:

using ModelingToolkit

# Define some variables
@parameters p d 
@variables t X(t)
D = Differential(t)
eqs = [D(X) ~ p - d*X]
noise_eqs = [sqrt(p), sqrt(p - d*X)]

@named ssys = SDESystem(eqs, noise_eqs, t, [X], [p, d])

image

Basically, the noise equations just gets dropped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions