1 - 10 of 9883 for applying functions to listsSearch Results
View search results from all Wolfram sites (527248 matches)
Applying Functions to Lists   (Mathematica Guide)
Many computations are conveniently specified in terms of applying functions in parallel to many elements in a list. Mathematica provides a suite of elegant functional ...
In an expression like f[{a,b,c}] you are giving a list as the argument to a function. Often you need instead to apply a function directly to the elements of a list, rather ...
Functional Programming   (Mathematica Guide)
Long viewed as an important theoretical idea, functional programming finally became truly convenient and practical with the introduction of Mathematica's symbolic language. ...
Applying Functions to Parts of ...   (Mathematica Tutorial)
If you have a list of elements, it is often important to be able to apply a function separately to each of the elements. You can do this in Mathematica using Map. This ...
Lists as Sets   (Mathematica Tutorial)
Mathematica usually keeps the elements of a list in exactly the order you originally entered them. If you want to treat a Mathematica list like a mathematical set, however, ...
Getting Pieces of Lists   (Mathematica Tutorial)
Picking out elements of lists. We will use this list for the examples. Here is the last element of t.
Applying Functions Repeatedly   (Mathematica Tutorial)
Many programs you write will involve operations that need to be iterated several times. Nest and NestList are powerful constructs for doing this. Applying functions of one ...
Defining Functions   (Mathematica Tutorial)
There are many functions that are built into Mathematica. This tutorial discusses how you can add your own simple functions to Mathematica. As a first example, consider ...
Lists   (Mathematica Overview)
Making Lists of Objects Collecting Objects Together Making Tables of Values
Building Lists from Functions   (Mathematica Tutorial)
Making lists from functions. This makes a list of 5 elements, each of the form p[i]. Here is another way to produce the same list.
1|2|3|4 ... 989 Next

...