You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/basics/Linearization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ If linearization is to be performed around multiple operating points, the simpli
51
51
52
52
## Symbolic linearization
53
53
54
-
The function [`ModelingToolkit.linearize_symbolic`](@ref) works simiar to [`ModelingToolkit.linearize`](@ref) but returns symbolic rather than numeric Jacobians. Symbolic linearization have several limitations and no all systems that can be linearized numerically can be linearized symbolically.
54
+
The function [`ModelingToolkit.linearize_symbolic`](@ref) works similar to [`ModelingToolkit.linearize`](@ref) but returns symbolic rather than numeric Jacobians. Symbolic linearization have several limitations and no all systems that can be linearized numerically can be linearized symbolically.
Copy file name to clipboardExpand all lines: docs/src/basics/MTKModel_Connector.md
+103-2Lines changed: 103 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ equations.
29
29
-`@icon` : for embedding the model icon
30
30
-`@parameters`: for specifying the symbolic parameters
31
31
-`@structural_parameters`: for specifying non-symbolic parameters
32
-
-`@variables`: for specifing the states
32
+
-`@variables`: for specifying the states
33
33
34
34
Let's explore these in more detail with the following example:
35
35
@@ -104,7 +104,7 @@ end
104
104
105
105
#### `@structural_parameters` begin block
106
106
107
-
- This block is for non symbolic input arguements. These are for inputs that usually are not meant to be part of components; but influence how they are defined. One can list inputs like boolean flags, functions etc... here.
107
+
- This block is for non symbolic input arguments. These are for inputs that usually are not meant to be part of components; but influence how they are defined. One can list inputs like boolean flags, functions etc... here.
108
108
- Whenever default values are specified, unlike parameters/variables, they are reflected in the keyword argument list.
109
109
110
110
#### `@parameters` and `@variables` begin block
@@ -251,3 +251,104 @@ Dict{Symbol, Any} with 7 entries:
0 commit comments