Greg Locock wrote:That'd be Scilab, not the space station. If anyone is wondering,
Apologies, a slip of the brain (whats left of it, anyway)
SourceForge is wonderful. I recently had some algebraic manipulation to do & discovered that I no longer had a working copy of Mathematica. I visited Wolfram's web site to find, I thought, that I could now only hire it. So I consulted SourceForce & discovered wxMaxima. It formulated, and then solved a fairly complicated transfer function for me. At one point it had:
gfactor((Ki*(−Mc*w^2+%i*Cs*w+Kc))/(Mc*Ms*w^4−%i*Cs*Ms*w^3−Kc*Ms*w^2−Ks*Mc*w^2−Ki*Mc*w^2−Kc*Mc*w^2+%i*Cs*Ks*w+%i*Cs*Ki*w+%i*Cs*Kc*w+Kc*Ks+Kc*Ki)−(Ki*(−Mc*w^2+%i*Cs*w+Kc)*(Mc*Ms*w^4−%i*Cs*Ms*w^3−Kc*Ms*w^2−Ks*Mc*w^2−Kc*Mc*w^2+%i*Cs*Ks*w+%i*Cs*Kc*w+Kc*Ks))/(Mc*Ms*w^4−%i*Cs*Ms*w^3−Kc*Ms*w^2−Ks*Mc*w^2−Ki*Mc*w^2−Kc*Mc*w^2+%i*Cs*Ks*w+%i*Cs*Ki*w+%i*Cs*Kc*w+Kc*Ks+Kc*Ki)^2);
The good bit is that it was right, and the resulting routine actually works...