- or download this
#! /usr/bin/perl -wl
use strict;
...
return;
}
- or download this
x11 x12 x13
x21 x22 x23
x31 x32 x33
- or download this
S = 4*S - 3*S
= (x21 + x22 + x23)
...
-(x21 + x22 + x23)
-(x31 + x32 + x33)
= 3*x22
- or download this
From choice of x, y, and z we have:
x11 = x + y
...
= 2x - 2y + z + x23
So
x23 = x + 2y - z
- or download this
x11 + x12 + x13
= (x + y) + (x - z) + (x - y + z)
...
x13 + x22 + x31
= (x - y + z) + (x) + (x + y - z)
= 3x