ZCubes/Array of Functions

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Array of Functions


You can create an array of functions in ZCubes, and execute these functions for a set of data. The video explains the ArrayFunc function and also to arrayfy functions to be able to process array of values.

Video


Array of Functions














Code

a:=x^2;
g:= s*t;
c:= r*2+t*5;
ArrayFunc=[a,g,c];
ArrayFunc[1](2,3);
a⩨;g⩨;c⩨;
ArrayFunc@[1..10,3..12]





© Copyright 1996-2021, ZCubes, Inc.