User Portlet User Portlet

Discussions
I am have a lot of difficult with the problem.  I have a picture of a race car superimposed on a picture of a cicular racetrack, the point of this is the use the animate command to make the racecar go around the track.  I've been experimenting all...
So I believe my code is pretty straight forwards and is working fine, that is everything but the histogram part.  What am I doing wrong? [mcode]numberOfExperiments = 5000; numberOfParticles = 3; numberOfLevels = 3; maximumPressure =...
The beginning of the question asks: [b]Using two-dimensional (Graphics[]), create a straight Line[] with points that divide it into twelve equal-length segments. Use the option VertexColors with alternating colors. This will help you see where the...
Also I noticed whenever I add in a new line I get an error for something that worked previously.  I am trying to make teeth and I get the error [mcode]Angle specification {0.031415926535897934`, Subscript[\[Theta], 1]} should be a pair of...
I am trying to graph the following  error function but I have no outout.  It seems like a syntax error. I just need a third set of eyes to tell me what is wrong;) [Mu] = (1/30 - 29/30)*2000 \ = 2*Sqrt[2000*1/30*29/30] W[M_] = Erf[ (M -...