User Portlet User Portlet

Discussions
Something that might interest you ... In Psycho-Linguistic theory, consciousness is defined in terms of "noticing", and on a higher level as an "awareness system". Here is an illustration of the work by Skehan ![enter image description here][1] ...
Or ... you could do the columns one at at time, knowing which column the current s belongs to.
Hi, I looked at SystemInformation[] and found generic informaton such as ProcessorType (e.g. "x86-64"). There's probably a way to probe Windows 10 (?) and determine CPU (e.g. i7-2600) clock speed (e.g. 3.40 GHz) plus the name of the...
Rohit, Yes to your final sentence. Floating point input led to floating point output.
You have *i* initialized to 1. The loop condition is while *i* > 4. I don't believe it will execute. Also, if you know in advance how many graphics you will create, then use Table to initialize your array and simply make assignments instead of the...
Rohit, Thank you for the tips. I have been misunderstanding ':=' as 'define', and also was unaware of RandomSample[] - which I'm reading has the desired properties.
1. Increasing the floating point digits in a computation does not necessarily increase the accuracy of a computation. 2. From https://reference.wolfram.com/language/ref/SetPrecision.html: "If there are numbers too large or small to represent...
Gianluca nailed it. &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/2968ffe8-27f6-4bd5-a2d9-eb59baef178f
Max, For the phenomena you are modeling, how large might n be?
In the problem statement, is z/(1-z) part of the integral? If so, the pen & paper version needs parentheses. If not, it should not be inside the NIntegrate function.