5.3.1.2 Imitating Thread..............................................................................................................257
5.3.1.3 Performance study: redoing the Mapping-a-function-with-several-arguments ..............258
example with Thread
5.3.1.4 Performance study: redoing a supplying-function-arguments example with Thread .....259
5.3.1.5 Simple encoding - using Thread to create a list of rules................................................260
5.3.1.6 Unsorted union problem revisited ................................................................................262
5.3.2.4.1 Replacing the main diagonal in the square matrix........................................................269
5.3.2.4.2 Appending sublists of a nested list.................................................................................271
5.3.2.4.3 Deleting from each sublist of a nested list given number of elements at the.................272
beginning
5.3.2.4.4 A digression : stricter error - checking............................................................................273
5.3.2.4.5 Rotating each sublist in a nested list differently.............................................................274
5.3.2.4.6 Imitating Transpose.......................................................................................................275
5.3.3.2 Imitating Inner................................................................................................................277
5.3.3.3 Creating a list of rules....................................................................................................277
5.3.3.4 Comparing two lists......................................................................................................278
5.3.3.5 Reconstructing a number from its factorized form.........................................................279
5.3.4.3 Binary numbers..............................................................................................................281
5.3.4.4 Table of values for trigonometric functions....................................................................281
5.3.4.5 Creating interpolations for functions of several variables..............................................282
5.3.4.6 Imitating Outer..............................................................................................................285
5.4.1.4 Imitating Nest................................................................................................................293
5.4.1.5 Approximating the square root of a number.................................................................294
5.4.1.6 Generating Hermite polynomials...................................................................................296
5.4.2.3 Restricted random sequences.......................................................................................303
5.4.2.4 Visualizing poker probabilities.......................................................................................304
5.4.2.5 Generating distinct random numbers............................................................................307
5.4.2.6 The Collatz problem......................................................................................................309
5.5.2.1 Partial sums revisited....................................................................................................320
5.5.2.2 Position intervals for list splitting...................................................................................321
5.5.2.3 Splitting the list into sublists of specified lengths (generalized Take operation)...........321
5.5.2.4 Imitating a factorial function..........................................................................................322
5.5.2.5 Imitating FromDigits......................................................................................................323