Difference between revisions of "ZCubes/Advanced Spreadsheet Computations"
Jump to navigation
Jump to search
(→Video) |
|||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
==Code== | ==Code== | ||
− | v:=u+a*t; | + | v:=u+a*t; |
− | v⩨; | + | v⩨; |
− | v(1,9.8,1..30); | + | 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 07: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.