Changes between Initial Version and Version 1 of Ticket #5602, comment 8
- Timestamp:
- 2019-08-14T21:39:15Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5602, comment 8
initial v1 12 12 y := 10 - x; 13 13 z := -y/3; 14 y*z = 0;14 y*z = 10; 15 15 }}} 16 16 Now, the residual does not depend directly on {{{x}}}, but it does through the two assignments. If you add the differentiated equations, you get the following procedure