Changes between Version 1 and Version 2 of Ticket #5934, comment 1
- Timestamp:
- 2020-05-03T18:43:18Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5934, comment 1
v1 v2 12 12 }}} 13 13 14 Right now the inside will be differentiated, and we need to resolve a higher index since it creates two states `x` and `y`. The second equation will be differentiated (note that this equation is totally unrelated to our original problem). If we replaced the inside with an auxiliary variable `$aux` 15 and introduce the extra equation 14 Right now the inside will be differentiated, and we need to resolve a higher index since it creates two states `x` and `y`. The second equation will be differentiated (note that this equation is totally unrelated to our original problem). If we replaced the inside with an auxiliary variable `$aux` and introduce the extra equation 16 15 {{{ 17 16 $aux = x + y^2;