User Portlet User Portlet

Discussions
I am working with mathematica version 9. I am not able to install R and connecting to the latest R version on my pc (windows 8.1). Needs["RLink`"] InstallR["RHomeLocation" -> "C:\R\R-31~1.1"] On running the above code, I get a message...
I am trying to follow along some old notebooks written for older versions of Mathematica. I find that they have commands of the following type :[mcode]
With Mathematica, the Series function gives a power series expansion. But I am looking for a different type of expansion. Let me explain :$Assumptions = Element[x, Reals] && x > 0f := Exp[x^2]*Erfc[x][code]Series[f,...