901 - 910 of 1538 for https://www.galaxus.ch/en/sector/showdi...Search Results
View search results from all Wolfram sites (40583 matches)
InputForm   (Built-in Mathematica Symbol)
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
InverseFunction   (Built-in Mathematica Symbol)
InverseFunction[f] represents the inverse of the function f, defined so that InverseFunction[f][y] gives the value of x for which f[x] is equal to y. InverseFunction[f, n, ...
LegendreP   (Built-in Mathematica Symbol)
LegendreP[n, x] gives the Legendre polynomial P_n (x). LegendreP[n, m, x] gives the associated Legendre polynomial P_n^m(x).
Listable   (Built-in Mathematica Symbol)
Listable is an attribute that can be assigned to a symbol f to indicate that the function f should automatically be threaded over lists that appear as its arguments.
NestList   (Built-in Mathematica Symbol)
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
Nest   (Built-in Mathematica Symbol)
Nest[f, expr, n] gives an expression with f applied n times to expr.
NestWhileList   (Built-in Mathematica Symbol)
NestWhileList[f, expr, test] generates a list of the results of applying f repeatedly, starting with expr, and continuing until applying test to the result no longer yields ...
NestWhile   (Built-in Mathematica Symbol)
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
PadLeft   (Built-in Mathematica Symbol)
PadLeft[list, n] makes a list of length n by padding list with zeros on the left. PadLeft[list, n, x] pads by repeating the element x. PadLeft[list, n, {x_1, x_2, ...}] pads ...
Sort   (Built-in Mathematica Symbol)
Sort[list] sorts the elements of list into canonical order. Sort[list, p] sorts using the ordering function p.
1 ... 88|89|90|91|92|93|94 ... 154 Previous Next

...