| bio | website | mikebantegui.com |
|---|---|---|
| location | New York | |
| age | 23 | |
| visits | member for | 1 year, 4 months |
| seen | Apr 8 at 0:05 | |
| stats | profile views | 103 |
I am (or was) a Physics / Computer Science major with interests in distributed and parallel computing, computational physics, and web application development.
I dabble in plenty of Physics related things from time to time, but I mostly spend my time programming in C++, C# and Mathematica. I have a rather obsessive interest in distributed computing and parallel computing in general.
My most recent interests are within web application development in the ASP.NET MVC3 framework and in high performance computing with visualization.
Disclaimer: The questions and answers provided by me on this website do not represent the views of my employer. They are purely my own and are not meant to represent that of my employer.
|
Jan 19 |
comment |
Change syntax from other programs to mathematica syntax What you're asking for is essentially machine translation applied to programming languages. |
|
Jan 19 |
revised |
Using ListPointPlot3D to simulate 2D plots moving in time edited tags |
|
Jan 19 |
comment |
Speeding up this fractal-generating code If any answer is the "right" one (of which all of these are), this would be the one. Beautifully demonstrates usage of every concept mentioned, plus it has references to the documentation. |
|
Jan 19 |
revised |
Difficulties in creating strict and robust equivalence between two symbols using the Notation package edited tags |
|
Jan 19 |
revised |
Adaptive sampling for slow to compute functions in 2D edited tags |
|
Jan 19 |
revised |
Is there an NDSolve`ProcessEquations analog for NIntegrate? edited tags |
|
Jan 19 |
revised |
Get a “step by step” evaluation in Mathematica edited tags |
|
Jan 18 |
revised |
performance-tuning wiki excerpt added 191 characters in body |
|
Jan 18 |
revised |
cdf-format wiki excerpt added 177 characters in body |
|
Jan 18 |
revised |
Manipulate evaluation sequence Formatted for inline code blocks and fix capitalization. |
|
Jan 18 |
comment |
Is there an NDSolve`ProcessEquations analog for NIntegrate? This is very cool. I need to add this to one of the answers I put up yesterday. The second part inherently requires symbolic integration. |
|
Jan 18 |
awarded | Nice Answer |
|
Jan 18 |
awarded | Quorum |
|
Jan 18 |
comment |
Is there a way to Collect[] for more than one symbol? @R.M: If you quit, then the symbols get unloaded. But for a continuous session, Module will slowly leak memory. This has been a known bug since version 7. I'm not sure if it still exists at this moment. |
|
Jan 18 |
revised |
Continuous evaluation of complex calculations added 326 characters in body |
|
Jan 18 |
revised |
Continuous evaluation of complex calculations added 861 characters in body |
|
Jan 18 |
answered | Continuous evaluation of complex calculations |
|
Jan 18 |
awarded | Nice Question |
|
Jan 18 |
comment |
What causes Manipulate to stop evaluating expressions? @NasserAMAbbasi: I also note that I can't adjust the time step dt. |
|
Jan 18 |
comment |
What causes Manipulate to stop evaluating expressions? @NasserMAbbasi: The "simple example" code I posted above runs indefinitely as I stated in my answer. The code that fails to run is posted as a link. |