Yes, my explanation of what I am trying to do was not the best. Let me give it a new try.
In LabVIEW 6i there is a VI for taking a derivative of a function numerically. You can provide the VI with a function, f(x), as a formula string and you can get the numerical derivative, f'(x) at any point (x).
However, for higher order of derivatives or for special applications, the numerical derivative might not be enough. That is why I would love to have the ability to get the exact expression (function) for the derivative. With such expression one can calculate the exact derivative and take higher order of derivatives , f''(x), f'''(x) without suffering from the limitations that the numerical derivatives have.
In other words, what I am trying to do is to ha
ve a VI that knows all the rules of algebra and gives me the derivative as a formula. /Mikael