User Portlet User Portlet

Discussions
To use Manipulate, need to decide which are the "control" variables. These are the variables you'd like to change during the simulation. i.e. the ones that have a slider or check box, etc... associated with them. In your case, you just then need one...
> Did you find any way to install it? I've been having the same problem > but i couldnt solve it. sorry, I could not find a way. These are the steps I did to install Mathematica: 1. went to best buys and bought a USB stick for about $15. 2....
try without `EdgeForm[]` ParametricPlot3D[{r Sin[theta],r Cos[theta],0.01 Sin[7 (4 r-theta)]-0.1/r}, {r,0.1,Sqrt[2]}, {theta,0,2 Pi}, PlotRange->{{-1,1},{-1,1},{-1,0}}, PlotPoints->{50,360}, Boxed->False,Axes->None] ...
To use Wolfram Alpha from Wolfram Mathematica, use the command WolframAlpha, as in WolframAlpha["BodePlot[1/s]"] gives ![enter image description here][1] [1]:...
One way might be DeleteCases[list, x_ /; x[[1]]
one way might be r = Range[1, 10]; AccountingForm[r, 2, NumberPadding -> {"0", ""}] ![enter image description here][1] [1]: http://community.wolfram.com//c/portal/getImageAttachment?filename=9436Untitled.png&userId=89105
edit: I need to make a correction in solution. Please ignore this post.
may be: seq = "ACAAGATGCCATTGTCCCCCGGCCTCCTGCTGCTGCTGCTCTCCGGGGCCACGGCCACCGCTG\ CCCTGCCCCTGGAGGGTGGCCCC"; seq = StringSplit[seq, ""]; seq = ToExpression@StringReplace[seq, {"A" -> "1", "C" -> "2", "G" -> "3", "T" -> "4"}]; ...
> Rather than the expected 1. It needs some assumptions to help it ![enter image description here][1] Same for your other one: ![enter image description here][2] ps. better not to use first UpperCaseLetters, could conflict with...
Bret Victor frequency response of the filter example shown in the video (at 18:10 time), he has on his [different web site][1], that one can interact with directly also. (bottom of the the page). Of course, one can do this example and much more...