So, this is the result and when you use an array function.
An array function returns an array of values rather than a single value.
arraymake constructs an array function call, analogous to funmake for ordinary functions.
La función arraymake construye una llamada a una función array, de forma similar a como lo hace funmake para las funciones ordinarias.
remarray removes an array function definition (including any stored function values), analogous to remfunction for ordinary functions.
La función remarray borra la definición de una función array, así como cualesquiera valores almacenados que tenga asociados, tal como remfunction lo hace con las funciones ordinarias.
Now, in order for this to be evaluated as an array function I have to hit
An argument that is specified as a collection can be a reference to a single table cell range or an array returned by an array function.
Un argumento que se especifica como una colección puede ser una referencia a un intervalo de celdas de una tabla o una matriz devuelta por una función de matriz.
funmake does not attempt to distinguish array functions from ordinary functions; when F is the name of an array function, funmake returns F(...) (that is, a function call with parentheses instead of square brackets).
La función funmake no hace distinciones entre funciones array y funciones ordinarias; cuando F es el nombre de una función array, funmake devuelve F(...), esto es, una llamada a función con paréntesis en lugar de corchetes.
kill(a[x]) removes the value of the array function a stored for the argument x; the next time a is called with argument x, the function value is recomputed.
La llamada kill(a[x]) borra el valor de la función array a almacenado para el argumento x; la próxima vez que se llame a a con el argumento x, se recalculará el valor correspondiente.
An array function is a function that returns multiple values (i.e. an array of values).
Una función de matriz es una función que devuelve valores múltiples (es decir, una matriz de valores).
Users make better drawings through the new dynamically associative array function that creates and edits linear, rectangular, polar, 3D array, and arrays along paths.
Los usuarios pueden llevar a cabo mejores dibujos a través de la nueva función de matriz asociativa dinámica que crea y edita líneas, rectángulos, polar, matriz 3D y matrices a lo largo de una guia.
And, and when you see an array function in the Formula box, you always see little curly braces around it.
Y, y cuando ves una función de matriz en el cuadro fórmula, siempre ves poco llaves alrededor de él.
And the array functions in Excel to evaluate an array function, you have to use a magic sequence of keystrokes.
Y las funciones de matriz en Excel para evaluar una función array, tienes que Utilice una secuencia mágica de pulsaciones de teclas.
So, I use the array function TRANSPOSE here to transpose this matrix over here.
Por lo tanto, usar la función de matriz TRASPUESTA aquí para transponer esta matriz aquí.