File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ equations(big_rc)
192
192
```
193
193
194
194
You see it started as a massive 1051 set of equations. However, after eliminating
195
- redundencies we arrive at 151 equations:
195
+ redundancies we arrive at 151 equations:
196
196
197
197
``` julia
198
198
equations (sys)
@@ -216,6 +216,7 @@ equations(sys)
216
216
217
217
``` julia
218
218
using ModelingToolkit. BipartiteGraphs
219
+ big_rc = initialize_system_structure (big_rc)
219
220
inc_org = BipartiteGraphs. incidence_matrix (structure (big_rc). graph)
220
221
blt_org = StructuralTransformations. sorted_incidence_matrix (big_rc, only_algeqs= true , only_algvars= true )
221
222
blt_reduced = StructuralTransformations. sorted_incidence_matrix (sys, only_algeqs= true , only_algvars= true )
You can’t perform that action at this time.
0 commit comments