4.24.3 Can you answer these questions?

4.24.3.1 Which method should I use for a numerical triple Integration?
4.24.3.2 possible memory problem with WatershedComponents
4.24.3.3 Swedish characters in Databin
4.24.3.1 Which method should I use for a numerical triple Integration?

https://mathematica.stackexchange.com/questions/148629/which-method-should-i-use-for-a-numerical-triple-integration

 
Which method should I use for this numerical integration? Does it converge? 
 
My constants are: 
 
P = 10.5; 
m = 48.2; 
c = 1; 
 = 0.01; 
V0 = 10; 
EE = 2.3; 
II = 1.; 
k = 68.9*10^3; 
 
 
My Integration is 
 
...
 
- asked by Edmond Muho 2votes
4.24.3.2 possible memory problem with WatershedComponents

https://mathematica.stackexchange.com/questions/148318/possible-memory-problem-with-watershedcomponents

 
This could be regarded as a follow-up question to a previous post of mine (link). 
 
When I use the WatershedComponents function on a large image (about 6000 x 10000 pixels) Mathematica comes up with an  ...
 
- asked by Kardashev3 4votes
4.24.3.3 Swedish characters in Databin

https://mathematica.stackexchange.com/questions/148550/swedish-characters-in-databin

 
I want to store strings with Swedish characters like å, ä and ö in a Databin, but get the following result: 
 
bin = CreateDatabin[]; 
DatabinUpload[bin, {"a", "ä"}]; 
Values[bin] 
{a,"a""} 
 
 
Does anyone  ...
 
- asked by Sverker 5votes