Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gpogudin committed Jan 29, 2024
1 parent d2ac99f commit ba33fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/tutorials/creating_ode.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ assess_identifiability(ode)

## Defining using `ModelingToolkit`

`StructuralIdentifiability` has an extension `ModelingToolkitExt` which allows to use `ODESystem` from `ModelingToolkit` to descibe
`StructuralIdentifiability` has an extension `ModelingToolkitExt` which allows to use `ODESystem` from `ModelingToolkit` to describe
a model. The extension is loaded automatically once `ModelingToolkit` is loaded via `using ModelingToolkit`.
In this case, one should encode the equations for the states as `ODESystem` and specify the outputs separately.
In order to do this, we first introduce all functions and scalars:
Expand Down
2 changes: 1 addition & 1 deletion src/discrete.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Input:
- `num_terms` - number of terms to compute
Output:
- computes a sequence solution with teh required number of terms prec presented as a dictionary state_variable => corresponding sequence
- computes a sequence solution with the required number of terms prec presented as a dictionary state_variable => corresponding sequence
"""
function sequence_solution(
dds::DDS{P},
Expand Down
2 changes: 1 addition & 1 deletion src/input_macro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Here,
- `x1`, `x2` are state variables
- `y` is an output variable
- `u` is an input variable
- `a`, `b`, `c` are time-indepdendent parameters
- `a`, `b`, `c` are time-independent parameters
"""
macro DDSmodel(ex::Expr...)
Expand Down

0 comments on commit ba33fd9

Please sign in to comment.