next up previous contents index
suivant: Derivative and partial derivative monter: Derivation and applications. précédent: Maximum and minimum of   Table des matières   Index


Table of values and graph : tablefunc and plotfunc

tablefunc is a special command that should be run from inside the spreadsheet. It returns the evaluation of an expression ex depending on a variable x for x = x0x0 + h,.... :
tablefunc(ex,x,x_0,h) or tablefunc(ex,x)
In the latter case, the default value for $ \tt x_0$ is the default minimum value of x from the graphic configuration and the default value for the step h is 0.1 times the difference between the default maximum and minimum values of x (from the graphic configuration).
Example: type Alt+t to open a spreadsheet if none are open. Then select a cell of the spreadsheet (for example C0) and to get the table of "sinus", input in the command line of the spreadsheet :
tablefunc(sin(x),x)
This will fill two columns with the numeric value of x and sin(x) : Hence the values of sin(x) are on the same rows as the values of x. Note that the step and begin value and the expression may be easily changed by modifying the correspondant cell.

The graphic representation may be plotted with the plotfunc command (see 2.2.1).


next up previous contents index
suivant: Derivative and partial derivative monter: Derivation and applications. précédent: Maximum and minimum of   Table des matières   Index
giac documentation written by Renée De Graeve and Bernard Parisse