January 2017
Intermediate to advanced
314 pages
6h 42m
English
Electronic spreadsheets such as Excel software help one to input values in Cells, in a program-specific manner (for example-A7 , B6, and so on). They also allow you to embed computation as a value of a cell (such as =$A7*$B6 ) using formulas. Whenever a value is changed in A7 or B6, the resulting formula will be recomputed. Actually, the change is propagated to cells where there is reference to the cell which changed. This can be called a type of reactive computation. Let's see our Pythagorean triple generation in action on Excel:

In the preceding table, you can see that column F indicates (achieved ...
Read now
Unlock full access