Problem:
If I would like to read a file (math.txt) which stores several formula, like
- f(a,x)=ax^2+bx
- f(a,b,x)=a*cos(b*x)+b*sin(a*x)
Inputs: data pair
- x and y
Goal: for all x, y
- f(a,x)=y
- f(a,b,x)=y
So I need a Parser to help me read the math.txt to evaluate the functions.
Freeware
Royalty free
Also, I search some libraries for advanced mathematics calculation
Freeware
Royalty free
1 comment:
Post a Comment