User Portlet User Portlet

Steven Christensen
Discussions
Somehow your post is not understandable.   Your first two equations make no sense.   You also don't need the _ after the M in your Plot expression.   Can you edit your post to put a proper variable on the left side of your fist two equations and edit...
In[9]:= CountryData["France", "Population"] Out[9]= 6.47684*10^7   works on my system, Windows 8, Mathematica 9.0.1.0.   It did have to download some data for a few seconds before it gave the answer.  Presumably this data has to be...
FinancialData["SSNLF"] might be what you want.
[mcode]FindMinimum[{9.0 n (m - 1.0)^4 + (m n - 2.0)^2, -1.0 4., n -> -1.}} Your subject title has been edited to be more informative.
Is your list always going to have an even number of entries after the st1, st2, ... entries and before the de?
Your Mathematica file on Google drive does not download and your Mathematica code should be placed in a Mathematica cell using the Mcode button.
Pick[{c,l,s},{2,0,5},Except[0,_Integer]]   works.   See the link ...
p = Table[Prime[n],{n,#}] &;p @ 10000  basically copied from the Prime help page seems to be simple and fast.
For future reference, you might want to put your Mathematica code in an MCode box (see the right most red symbol on the second line of the message entry box).  Also, clarify what you mean by "not doing its job" perhaps giving us the output you are...
Tom, I will look forward to what you can do and wouid be very happy to be a tester for anything you create.   I have quite a few sets of images that I did not get the other software to process well and can test with.   I do both tracked and...