math - How to manipulate mathematical symbols? -
math - How to manipulate mathematical symbols? -
this more of "educational" question. :)
although, eventually.
so, let's got equation. kind of equation, long it's not ridiculous , human @ math, solve it.
let's say... 0 = (x-1)(x+2)
or... y = (x^2), y = 1/x
or sine functions, etc. basically, doing math did in school.
the question is, how write computer programme solve this? know it's possible, because programs mathematica, maple, etc, have been doing decades! can't find documentation on how create simple equation solver.
i don't expect answers tell me "this how it" because of course of study such thing entire big program, not code snippet.
but general overview, or links documents? great! :)
especially kind of info structures , algorithms needed.
failing that, i'll have figure out how solve equations, , encode that. takes literally months right (i've done sort of thing before, formalising own thinking process code, works it's slow).
have @ papers on symbolic manipulation.
peter norvig's paip book covers simple scheme symbolic manipulation , solving of equations, that'd worth read. introduces basics of ai programme called macsyma formed basis of mathematica.
math equation-solving
Comments
Post a Comment