Skip to content

Equation #9

@Shaofanl

Description

@Shaofanl

Equation is a combination of a str called content and a dict called parameters.

For instance:
an equation is:

      "equation": {
        "content": "\\frac{ d([Pcl]) }{ dt } = {{alpha}} * [Pcl] + {{beta}}",
        "parameters": {
          "alpha": 0.1,
          "beta": "K_1"
        }

can be rendered as:
\frac{ d([Pcl]) }{ dt } = 0.1 * [Pcl] + K_1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions