MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Engineering requests

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125252] Engineering requests
  • From: "McHale, Paul" <Paul.McHale at excelitas.com>
  • Date: Fri, 2 Mar 2012 07:49:03 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

So, here are some problems we face, but don't have great answers for in Mathematica.

1. Dimensional analysis.  To do this, we must have unit support.  The best description of this is the ability to calculate (V/R)^2 R and have it return a unit of watts.  Other programs handily support this (though they are sorely lacking in other places :))

2. Tolerances support.  One difficulty we have is determining the min/max at a certain point in a circuit even if the circuit is not complicated to model.  I use lists {Rmax,Rmin} and Table.  Works, but is a little clumsy.

3. More efficient writing of documents.  Much easier ability to minimize code segments that offer little to the non-Mathematica user.  Could be just a click in the left side column.  Code closing only please.  People will read the text box explanation and view the results below as with most text books.

4. Toolbox/palette support/ code insertion.  This is getting better.  Much better.

5. ITAR deployment with PlayerPro.  I need to share my work in an ITAR environment.  This is essential.  ITAR violations can result in fines that are in the millions and millions of dollars.  PlayerPro is synonymous in functionality to the .Net library.  I need it to deploy my "applications".  $200 is acceptable.  I just need a way to "compile" to PlayerPro without external resources.

6. ListFFT[].  This is an unusual request.  99% of the data we engineers deal with is evenly spaced sample data.  Most of the FFT activity I have ever seen involves getting the FFT from a list of data and plotting Real[].  Simplified, I know.  Since most of our data is in the form {{t1, sample1},{t2, sample2},{t3, sample3}} the time information is embedded.  In fact, all information is available to perform an FFT.  Just saying it makes life easier.  Could offer options like Results->{Real, Imaginary, Both}

7. The most compact document would be the familiar whiteboard.  It would be cool to see a version with this mode of document.  Workbench is a step in the other direction.  Mathematica white board document would require no learning if it had palettes.  I say this because the engineers have access to another (significantly lesser) product and are eating it up.

Just some thoughts.  If other engineers are reading this, chime in if you don't mind.  I can't believe how much Mathematica has helped.  Seriously hard problems were successfully achieved and conveyed to a very stringent customer in record time.  Nothing else would have worked.

BTW, they are finally buying me my own copy so I don't have to use my personal copy anymore.  This is after buying everyone else seats of other software.

Kind Regards,
Paul







Paul McHale  |  Electrical Engineer, Energetics Systems  |  Excelitas Technologies Corp.

Phone:   +1 937.865.3004   |   Fax:  +1 937.865.5170   |   Mobile:   +1 937.371.2828
1100 Vanguard Blvd, Miamisburg, Ohio 45342-0312 USA
Paul.McHale at Excelitas.com
www.excelitas.com



Please consider the environment before printing this e-mail.
This email message and any attachments are confidential and proprietary to Excelitas Technologies Corp. If you are not the intended recipient of this message, please inform the sender by replying to this email or sending a essage to the sender and destroy the message and any attachments.
Thank you




  • Prev by Date: Re: Can I solve this system of nonlinear equations?
  • Next by Date: Re: Can I solve this system of nonlinear equations?
  • Previous by thread: Re: Automatic Numbering in Mathematica
  • Next by thread: Re: Engineering requests