Help for this page

Select Code to Download


  1. or download this
           / 1+i    2+i \         / 3+i \                /  5+8i \
    M = |                |   X = |       |   and B = |           |
           \1-2i    2-i  /         \ 2+i /                \ 10-5i  /
    
  2. or download this
    #! /usr/bin/perl -w
    use warnings;
    ...
    print "\$matrixX_computed_value = ", 
                             $matrixM->inv x $matrixB_assigned_value,"\n";
    exit(0);
    
  3. or download this
    Via Perl Data Language
    List assigned_values of matrices:
    ...
      [ 0 -7]
     ]
    ]