Level 29

You see a room which is 10x10m wide (0x0 to 9x9).
Every square has the exact temperature of 10°C. We apply continuously 72°C heat to the field 4x4
What is the temperature (rounded to whole numbers) in the field 0x1 after 47 iterations according to the Gauss-Seidel iteration

Field in the beginning

10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010
10101010101010101010

Field after 4 iterations (rounded after 4th iteration)

1233444321
2457998642
358142018131063
3714294934211484
492049121542817105
49183454382516105
4813212825191494
3610141716141174
246810109752
1234554421

Temperature in field 0x1 after 47 iterations: