Skip to content

Feature request: add support for integrals #864

Open
@sdwfrost

Description

@sdwfrost

I'd like to be able to define a variable as an integral of another variable over a dimension, something along the lines of:

@parameters t x
@variables y(t,x)
@derivatives Dt'~t
@derivatives Dx'~x
# define new variable which is the integral of y over x
Y(t) = sum(y[t,])

I'm not really fussy about the syntax for this however.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions