Question: Display a derived function

Hi, 

I have developed many transfer functions derived by several solve() functions for an electrical design.  I need to pass on to the software guys the actual transfer equations without all of the maple details.  For example, I have an equation that showstat displays as follows:

fadc_vmon := proc(vmon)
   1   1638.400000*vmon+200.
end proc

I would like to output this as follows for the programmers:

adc(vmon) = 1638.400000*vmon+200

In addition, I would like to be able to have control over the number of digits displayed by the various parameters.

Is this something can be done?

 

Thanks,

David

 

Please Wait...