I'm looking for a method to extract complex math formulas from a string. Range classes have the Formula property, but is simply a variant. I'm not sure how excel is interpretting the equation. I would like to feed in a complex formula and recognize both excel built in functions, and user defined functions. I'd like to be able to feed in differential equations (eventually), integration operators, as well as complex polynomials, logarithmic and power functions, and trigonometric functions. It would also be useful for Simpon's Rule integration. This feature would be used for more complex solvers. Im curious as to how to organize the mathematical operators, variables, coefficients and constants.
Can anyone point me in the right direction? I have a few ideas, but I'd like to see how others have done it. When I do a search, all I can find are string functions and excel worksheet functions.
I know there are other math programs available, such as mathcad, matlab, polymath, etc. The formulas in this case would be for simpler means, and wouldn't need as large of a scope.
-JTBorton
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]
Can anyone point me in the right direction? I have a few ideas, but I'd like to see how others have done it. When I do a search, all I can find are string functions and excel worksheet functions.
I know there are other math programs available, such as mathcad, matlab, polymath, etc. The formulas in this case would be for simpler means, and wouldn't need as large of a scope.
-JTBorton
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]