Opened 9 years ago

Closed 8 years ago

#3512 closed defect (worksforme)

improve solveSimpleEquation

Reported by: Vitalij Ruge Owned by: Vitalij Ruge
Priority: high Milestone: Future
Component: Backend Version:
Keywords: Cc: Mahder Alemseged Gebremedhin

Description (last modified by Vitalij Ruge)

ToDo:
1) add some docomentation
2) rewritte the modul:

  • matchcontinue in match (if possible)
  • using for ... loop for travers list
  • rename in solveSingleEquation
  • ExpressionSolve.solve2 should return functionTree
  • ...

3) activate for simulation

Change History (9)

comment:1 by Vitalij Ruge, 9 years ago

Description: modified (diff)

comment:2 by Vitalij Ruge, 9 years ago

Status: newaccepted

comment:3 by Vitalij Ruge, 9 years ago

Description: modified (diff)

comment:4 by Lennart Ochel, 9 years ago

Component: UnknownBackend

Can you also improve this module to handle systems like the following symbolically?

a = sin(time);
b = abs(c - a);
b = 0;

I would expect the following result:

b = 0;
a = sin(time);
c = a;

comment:5 by Vitalij Ruge, 9 years ago

What is the current result in OM??

in reply to:  5 comment:6 by Lennart Ochel, 9 years ago

Replying to vitalij:

What is the current result in OM??

I think that the module does nothing as it is implemented right now.

comment:7 by Vitalij Ruge, 9 years ago

Description: modified (diff)

comment:8 by Mahder Alemseged Gebremedhin, 9 years ago

Cc: Mahder Alemseged Gebremedhin added

comment:9 by Vitalij Ruge, 8 years ago

Resolution: worksforme
Status: acceptedclosed
Note: See TracTickets for help on using tickets.