User Portlet User Portlet

Discussions
Could someone take a couple of these new functional calls (attached) into a minimal .nb to call specifically for sequences from http://www.ncbi.nlm.nih.gov/nuccore/294675557?report=fasta (Rhodobacter capsulatus SB 1003 chromosome) and the...
Wow, that's great. Thanks. Part even works with == conditions. Now I figure out an "overstrike" so if two conditions are true, I can get CMY from RGB for 6 colors total.
This works, but it is a hack: In[476]:= li = {3/2, 6/7, 1.02} Export["C:\\Users\\3000\\Desktop\\li.nb", li] li1 = Import["C:\\Users\\3000\\Desktop\\li.nb"] li1 N[li] Out[476]= {3/2, 6/7, 1.02} Out[477]=...
SM - Thank you. You did get me going, but I could not get a series of frequencies to play. Notes work. Your research profile is incredible! We might have slight overlap on the photosynthetic reaction center mechanism. Jortner is as far as I can...
If I bundle instead of going parallel, would anyone have sample code of multiple computers running Mathematica in terms of naming and exchanging files, starting a process on another computer, and watching for computations to be completed?
Here are three ways to solve a singular matrix: PI is SVD - always works - scales bad: cubic on CPU, square on memory CAM is a kludge - sometimes works, but not in this example - scales great YI is a short-cut SVD - always works - scales...
If I already know that I need 10 gB of memory for a particular matrix calculation, can Mathematica be told to find sufficient resources in a parallel computer before the calculation even begins? Will it take and hold another nodes RAM from the getgo...
I have a brand new pi. I think they recommend NOOBS first. What OS should I install to be compatible with Mathematica? Any other advice for a pi nubie?
Is there a 'fit to page' option for .nb? How do you keep your matrices on page - not running off margins?
Thank you George - I should have looked more carefully at commands for list manipulation rather than options under ListPlot. That saves me a few lines of code for constructing a dummy list for plotting. Maybe Wolfram documentation should...