This is the command gbgrid that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
gbgrid - Produce grid of data
SYNOPSIS
gbgrid [options] <function definition>
DESCRIPTION
Generate a grid using function f(r,c) where r is the row index and c is the column index.
Indeces start from 1. If more than one function are provided they are printed one after
the other.
OPTIONS
-c specify number of rows (default 10)
-r specify number of columns (default 10)
-o set the output format (default '%12.6e')
-v verbose mode
-h this help
EXAMPLES
gbgrid -c 1 -r 10 r+c
generates a vector with elements equal to the sum of the row and column indexes
Use gbgrid online using onworks.net services