dnaviaux

David Naviaux

75 Reputation

6 Badges

5 years, 19 days
Micro Dynamics Engineering, Inc.
Springfield, Oregon, United States

MaplePrimes Activity


These are questions asked by dnaviaux

Hi,

I have aproc that takes a supplied electrical resistance and calculates the closest standard resistor value to it.

I would like the proc to work whether the supplies resistance has Units(ohm) or if it is free of units.  I am new to programming in Maple.  I have come up with the following but if there is a better way to do this, it would help me to get up to speed with Maple more quickly.

 























Thanks,

David

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

 

1 2 3 Page 3 of 3