in reply to Re: Perl and maths
in thread Perl and maths
However putting together a little bit of what I understood:
-- first we have to parse the formula
-- then we have to project the formula onto an internal representation ( a tree with single objects representing the numbers, maybe one object holding the fraction ? )
-- present this graphically shouldn't be so difficult.
-- Ask the user how to proceed further
-- present the result of the semplification choosed by the user
-- ask again the user for the next step
present .......
-- and so on
cheers reinhard
|
|---|