Create the source image for this cool animated illusion
Restarting Mathematica automatically
How to handle package dependencies?
How to sample many points below a curve?
how to style multi-value interpolation function plot?
Backtesting a Probability of Default (PD) model
Display bug in Dataset's UnitConvert handling
Create the source image for this cool animated illusion Have a look at this very awesome video: https://www.youtube.com/watch?v=lvvcRdwNhGM You have a vertically discretized image, which is composed of 5 or 6 images, which are shifted by an increment, as ...
- asked by DoHe (22 votes), answered by corey979 (25 votes)
Restarting Mathematica automatically http://mathematica.stackexchange.com/questions/131573/restarting-mathematica-automatically
I run a large computation in a loop. At each cycle of the loop I produce large arrays that I save on a disk. At each cycle I would like to Quit Mathematica and then restart automatically, loading ...
- asked by Vadim (15 votes), answered by Szabolcs (14 votes)
How to handle package dependencies? http://mathematica.stackexchange.com/questions/131567/how-to-handle-package-dependencies
When an application written in C++ depends on some libraries, the libraries are usually shipped together with the application. Two applications that depend on the same library will not share the same ...
- asked by Szabolcs (11 votes), answered by Kuba (3 votes)
How to sample many points below a curve? http://mathematica.stackexchange.com/questions/131755/how-to-sample-many-points-below-a-curve
I have plotted the curve, and I wanted to take 1000 points in the shaded area uniformly. How can I make it? Plot[1/ Cos[]^2, {, 0, 2 }, Filling -> Bottom]
- asked by ZHANG Juenjie (10 votes), answered by bbgodfrey (11 votes)
how to style multi-value interpolation function plot? Is there a cleaner way to apply different styles to the different channels of a multi value interpolation function? here is a 2-output interpolation function: f = Interpolation[Table[ {x, N@{Sin[x], ...
- asked by george2079 (10 votes), answered by Michael E2 (7 votes)
Backtesting a Probability of Default (PD) model http://mathematica.stackexchange.com/questions/131347/backtesting-a-probability-of-default-pd-model
Background PD models Financial institutions use Probability of Default (PD) models for various purposes such as client acceptance, provisioning and regulatory capital calculation as required by the ...
- asked by Sjoerd C. de Vries (10 votes), answered by Sjoerd C. de Vries (14 votes)
Display bug in Dataset's UnitConvert handling http://mathematica.stackexchange.com/questions/131332/display-bug-in-datasets-unitconvert-handling
Bug introduced in 11.0.1 (or possibly 11.0.0) Is this yet another annoying regression in v11 Dataset type handling? The display form seems to be a formatting bug: The numerator and denominator of ...
- asked by alancalvitti (10 votes), answered by WReach (4 votes)