13. Exercise Set 5
Exercise 5.1: Thick Boundaries
Given: a system array with constant boundaries of size k, that is to be evolved by a given function "evolve", which returns only the core of the new system array;
Compose: a code fragment that evolves the system and puts the boundary rows and columns onto the core system returned by function "evolve".
Click here for a sample answer.