05-06-2009 01:51 AM
i would like to know how to evaluate symbolic expression in labview
05-06-2009 02:09 AM
05-06-2009 02:15 AM
05-06-2009 02:17 AM - edited 05-06-2009 02:18 AM
05-06-2009 02:21 AM
05-06-2009 03:46 AM - edited 05-06-2009 03:47 AM
This thread is related to this one... Just to get the background
To my knowledge MathScript /Matlab is the best you can get for symbolic operations...
05-06-2009 08:53 AM
If you want to divide polynomials then why not use the "Divide Polynomials.vi"? This will give the quotient and remainder polynomials. I believe the CRC algorithms utilize the remainder of the polynomial division. If you are interested in the algorithm, just open the subVIs. The core division algorithm is implemented in G. Attached a VI that implements your sample problem.
-Jim
05-06-2009 09:33 AM
LabVIEW doesn't really do symbolic math.
If you need that, you might want to look into the Maple Professional Toolbox for LabVIEW. (Sorry, I am not familiar with it).
Maybe there is also a way to use e.g. Maxima from within LabVIEW.