Is the root solving function on Origin 7.5 capable of handling higher order equations such as a quartic or a quintic? We want to solve these equations for x and do not want the coefficients as fitting parameters in our user defined NLSF fit. Thank you very much Lewis Lab
The objective of that "tool" in the File Exchange area was to provide a tool for finding roots of simple equations using bisection method. Solving quintics seems to be a rather complex problem as ca be seem from this page: http://mathworld.wolfram.com/QuinticEquation.html and this tool on the File Exchange area is not capable of doing that.
Perhaps I did not understand your question correctly. What this tool does is just a numerical bisectional search for roots, with some preset accurarcy (how close is the y value to zero). So as long as a numerical solution is possible, it should find the root as long as the equation can be computed - no matter whether it is a cubic or quintic etc. The tool does not do any algerabic root finding, if that is what you are looking for.
Are you having trouble with a particular equation/expression? Did you first try generating values with your expression in a column, then plot that colummn to see if any roots would exist in your X range?