Difference between revisions of "ZCubes/Advanced Spreadsheet Computations"
Jump to navigation
Jump to search
(Created page with "==Advanced Spreadsheet Computations== <br/> This video demonstrates how to define a function in ZCubes and do the computations for a series of values for parameters easily. Yo...") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | ||
+ | ==Code== | ||
+ | v:=u+a*t; | ||
+ | v⩨; | ||
+ | v(1,9.8,1..30); | ||
− | |||
<br/> | <br/> | ||
− | © Copyright 1996- | + | *[[ZCubes/Understanding_Arrays_in_ZCubes| Arrays in ZCubes ]] |
+ | *[[Z3 | Z3 home]] | ||
+ | *[[Z^3 Language Documentation]] | ||
+ | *[[Main_Page | About ZCubes ]] | ||
+ | *[[ZCubes_Videos | ZCubes Videos and Tutorials]] | ||
+ | <br/> | ||
+ | <br/> | ||
+ | © Copyright 1996-2021, ZCubes, Inc. |
Latest revision as of 06:31, 9 March 2021
Advanced Spreadsheet Computations
This video demonstrates how to define a function in ZCubes and do the computations for a series of values for parameters easily. You will understand how ZCubes differentiates itself from Excel or other typical spreadsheets in computing values for a set of data in a spreadsheet by creating functions. You can enable a function to handle array of values using arrayfy and a series of values can be passed as parameters.
Video
Code
v:=u+a*t; v⩨; v(1,9.8,1..30);
© Copyright 1996-2021, ZCubes, Inc.