Opened 10 years ago
Last modified 10 years ago
#3323 closed defect
Weird results for the solution of a simple equation — at Version 2
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.3 |
Component: | Backend | Version: | trunk |
Keywords: | Cc: | Lennart Ochel, Willi Braun |
Description (last modified by )
OM ver.: 539229e
for the simple following model:
model a Real x1; Real x2; equation x1 + x2 = 0; x1 - x2 = 1; end a;
i get the following wrong answer:
x1=0.5;
x2=0;
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Cc: | added |
---|---|
Component: | Unknown → Backend |
Description: | modified (diff) |
Summary: | weird results for the solution of a simple equation !!!! → Weird results for the solution of a simple equation |
Note:
See TracTickets
for help on using tickets.
when i modify the code to the following:
i get the correct answer, x1=0.5, x2=-0.5;