User Portlet User Portlet

Discussions
Hello, I'm currently working on an image processing project and I typically have several high resolution images in output cells of my notebook as I test different filters, etc. The problem is that this causes the notebook file to become very large,...
[mcode]m = (0.6102*n) + 0.4263; \[CapitalOmega] = (0.8808*n^-0.9661) + 1.12; n = 2; X = 2^(2 R) - 1; R = 1; M = 4; \[Lambda] = RandomReal[1, {2, 4}]; f=Product[1-(Gamma[m,(m (((-1+4^R) Subscript[\[Lambda],1,i])/S)^(1/n))/\[CapitalOmega]] Gamma[m,(m...
I ran a few tests in an attempt to isolate the issue, but I'm still stuck without a solution. In each of these cases, I started with a freshly restarted kernel and the following initializtion code:[mcode]initialVelocity[pt_] := Module[ {y, v0,...
It looks like these two methods actually take the same amount of time (on average) to compute. [mcode]In[1]:= p = Table[Prime[n], {n, #}] &; In[2]:= a = Table[ {n, First[Timing[Prime[Range[PrimePi[n]]]]]}, {n, 1000000, 10000000, 500000}]; In[3]:=...
I think the symbol you're looking for is\[NotVerticalBar](or esc !| esc).
I might be misunderstanding your description, but this seems like a problem well-suited for Nest or NestWhile.
I think Frank means something like this, where edits in one window are also reflected in the other.