User Portlet User Portlet

Discussions
Hi Rohit, It's not good coding practice to include all capabilities on a single Mathematica Expression. I started to factor out subexpressions as shown in the attached notebook. It still doesn't work in the cloud although most pieces work on...
Why does the following Form not calculate and display SMIX[] SMIX[T1_, T0_, t_] ::= Module[{ rv = t + 5 T0 + 100 T1;}, rv ] Should show one input box each for T1,T0 and t and the results of evaluating the SMIX[]...
Factor[2^(n + 1) n + 2^(n + 1) n] // Simplify also works
Hi Rohit, The referenced NoteBook runs in the cloud but doesn't run as a web page, The data which is contained in t1 array which comes from an Import[] of an Excel File does not seem to arrive at the web page. Any ideas? Thanks again, Milt...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/750224ef-fb46-47e0-af88-f983b159486f
יְהוּדָה I expect to buy a computer with intel i7 Processor which has 9 cores. In addition, I will add a GPU with almost 1000 cores. The difficulty is that memory management for my problem is ugly. However, Mathematica interfaces with a CUDA...
Hi Ian, Found the problem! I left the s off "Formulas" as the 2nd argument to Import[]. After adding the "s", it works like a champ. I must remember to put each Wolfram Language Statement on its own line so its readable!. Thanks, Milt
Hi Rohit, I know. However how do you create single spaced lists of a) Figures b) Tables Entries in each list should have the page page number entry is on, right adjusted. I can add cell taqs to appropriate cells, but was unable to...