Changes between Version 1 and Version 2 of Ticket #5934, comment 1


Ignore:
Timestamp:
2020-05-03T18:43:18Z (5 years ago)
Author:
Karim Adbdelhak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5934, comment 1

    v1 v2  
    1212}}}
    1313
    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
     14Right 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
    1615{{{
    1716$aux = x + y^2;