User Portlet User Portlet

Discussions
In[1]:= Clear[a, n] In[2]:= SumConvergence[(n^(n - 2))/((a^n)*(n!)), n] Out[2]= Abs[a] > E In[3]:= SumConvergence[(n^(n - 2))/((E^n)*(n!)), n] Out[3]= True All right. So, according to Out[2], the series is convergent if and...
We're talking about [this pretty complex MIDI file][1], as [seen on YouTube being played by Synthesia][2]. I've downloaded the file and told Mathematica to import it via Import["C:\\Users\\zoga9_000\\Downloads\\Death Waltz.mid"] . Here is what I...
Now, I don't claim to be a Mathematics-overlord (I'm still a freshman ;P ), but I really don't understand the output Mathematica produces. I really think it is simply false. No I don't think I found a bug; I'm pretty positive this is a design choice;...
Thank You guys very much!