Help for this page

Select Code to Download


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