User Portlet User Portlet

Discussions
My question is this: I don't understand how the construct solc[] works. It appears to be working as an array yet it is using functional syntax. The code works. Can anybody explain this? Thanks in advance. [mcode]p1 = VectorPlot[{u, 3 v}, {u, -3, 3},...
Does anyone know how to display the values of dynamic parameters? In the code listed below it would be " numPts, freq, sampleRate and phi". Manipulate[ td = Table[ N[Sin[(2 Pi freq t) + \[Phi]]], {t, 0, numPts, 1/sampleRate}]; ListLinePlot ,...