Opened 13 years ago

Last modified 13 years ago

#1584 closed defect (fixed)

Non-linear systems are solved wrong

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Version:
Keywords: Cc: Martin Sjölund, Martin Sjölund, Willi Braun

Description

model M
  Real x;
equation
  1.2 = sin(x);
end M;

Generates a residual function

0 = sin(x)-1.2;

So far so good. But the C-code seems to be solved wrong as I get x=0.0 as a result (it is in fact not possible to solve this).

Change History (0)

Note: See TracTickets for help on using tickets.