Quote from Batman28:
can you tell me which tools, languages?
and what language do u use?
matlab, maple, mathematica, java, fortran, C.
A lot of the stuff I do isn't just writing code but solving problems and then having the code to solve the problem generated and compiled automatically.
I've found a lot of useful stuff in Automatic Differenation
Automatic Differentiation (AD) is a set of techniques based on the mechanical application of the chain rule to obtain derivatives of a function given as a computer program. AD exploits the fact that every computer program, no matter how complicated, executes a sequence of elementary arithmetic operations such as additions or elementary functions such as exp(). By applying the chain rule of derivative calculus repeatedly to these operations, derivatives of arbitrary order can be computed automatically, and accurate to working precision.
Conceptually, AD is different from symbolic differentiation and approximations by divided differences.
AD is used in the following areas:
* Numerical Methods
* Sensitivity Analysis
* Design Optimization
* Data Assimilation & Inverse Problems
So, my enviornment is pretty varied but C is really what ties it al together and I use code generators that generate exact/fast implementatins based on whatever math is derived in the high-level tools.
