-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels