381 - 390 of 9883 for applying functions to listsSearch Results
View search results from all Wolfram sites (527271 matches)
ListLinePlot   (Built-in Mathematica Symbol)
ListLinePlot[{y_1, y_2, ...}] plots a line through a list of values, assumed to correspond to x coordinates 1, 2, .... ListLinePlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
ChebyshevU   (Built-in Mathematica Symbol)
ChebyshevU[n, x] gives the Chebyshev polynomial of the second kind U_n (x).
Max   (Built-in Mathematica Symbol)
Max[x_1, x_2, ...] yields the numerically largest of the x_i. Max[{x_1, x_2, ...}, {y_1, ...}, ...] yields the largest element of any of the lists.
Identity   (Built-in Mathematica Symbol)
Identity[expr] gives expr (the identity operation).
Drop   (Built-in Mathematica Symbol)
Drop[list, n] gives list with its first n elements dropped. Drop[list, -n] gives list with its last n elements dropped. Drop[list, {n}] gives list with its n\[Null]^th ...
BesselI   (Built-in Mathematica Symbol)
BesselI[n, z] gives the modified Bessel function of the first kind I_n (z).
Take   (Built-in Mathematica Symbol)
Take[list, n] gives the first n elements of list. Take[list, -n] gives the last n elements of list. Take[list, {m, n}] gives elements m through n of list. Take[list, seq_1, ...
FresnelS   (Built-in Mathematica Symbol)
FresnelS[z] gives the Fresnel integral S(z).
DateListPlot   (Built-in Mathematica Symbol)
DateListPlot[{{date_1, v_1}, {date_2, v_2}, ...}] plots points with values v i at a sequence of dates.DateListPlot[{v_1, v_2, ...}, datespec] plots points with dates at equal ...
StringReplaceList   (Built-in Mathematica Symbol)
StringReplaceList["string", s -> sp] or StringReplaceList["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] gives a list of the strings obtained by replacing each individual ...
1 ... 36|37|38|39|40|41|42 ... 989 Previous Next

...