The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
97 views

Interrupting package evaluation, handling error

I have some packages/scripts that I schedule the execution using Jobs in SQL server. For example, in some of then, I use to create reports and delivery by mail using Mathematica. All done using ...
0
votes
0answers
92 views

Edit mathematica API

What is the Document Viewer in mathematica purposes other then looking up apis? For example why can I edit the mathematica documentation, but the content doesn't sucessfully save? Subgoal: In the ...
12
votes
1answer
276 views

How can I get Mathematica to produce better Fortran code?

I am new to Mathematica and I am trying to get to it to produce some expressions in Fortran code. However, it seems that Mathematica will output duplicated expressions, that is, expressions the need ...
30
votes
1answer
605 views

Once more on object orientation in Mathematica: does it have to be so hard?

Recently I came across a set of problems which would be solved most easily within an object-oriented approach. I first attempted to solve them by other means, but found the complexity of the code ...