<?xml version="1.0" encoding="UTF-8"?>
<Worksheet><Version major="6" minor="1"/><View-Properties><Zoom percentage="100"/></View-Properties><Styles><Layout alignment="left" bullet="none" linespacing="0.0" name="Heading 1" spaceabove="8.0" spacebelow="4.0"/><Layout alignment="left" bullet="none" name="Normal"/><Layout alignment="centred" bullet="none" linespacing="0.5" name="Maple Output"/><Font background="[0,0,0]" bold="true" executable="true" family="Monospaced" foreground="[255,0,0]" name="Maple Input" size="12"/><Font background="[0,0,0]" bold="false" family="Lucida Bright" foreground="[0,0,0]" italic="false" name="Text" opaque="false" size="12" underline="false"/><Font background="[0,0,0]" family="Monospaced" foreground="[0,0,255]" name="Line Printed Output" opaque="false" readonly="true" size="12"/><Font background="[0,0,0]" bold="true" family="Serif" name="Heading 1" opaque="false" size="18"/><Font background="[0,0,0]" family="Lucida Bright" foreground="[0,0,255]" name="2D Output" opaque="false" readonly="true" size="12"/></Styles><Group><Input><Text-field alignment="centred" layout="Normal" style="Text"><Font bold="true" size="18">Examples Worksheet #1:</Font></Text-field><Text-field alignment="centred" layout="Normal" style="Text"><Font executable="false" italic="true" size="14">Basic Rules, Canonical Example, 4-fold SU(2)--shorthand</Font></Text-field><Text-field layout="Normal" style="Text"><Font bold="true">
Special Note:</Font>
     It does not matter whether this worksheet or the TabProcs worksheet is opened first.  After opening one of these, ensure that the Kernal mode is set to shared <Font bold="true">before</Font> opening the second.  Also ensure that the Procedures have been loaded into memory by clicking on any of the red code (in that Worksheet) and pressing enter.

</Text-field></Input></Group><Section collapsed="true"><Title><Text-field layout="Heading 1" style="Heading 1">Basic Instructions and Rules</Text-field></Title><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Entering Irreps and Tensor Products:</Font></Text-field><Text-field layout="Normal" style="Text">   1. The number of non-zero entries in Tensors must equal the number of entries in Irrep--add zeros as needed.
</Text-field><Text-field layout="Normal" style="Text">   2. The sum of all enties in Tensors must equal the sum of all entries in Irrep.  A constant can be added to all entries of the irrep without changing the irrep.
</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Entering Casimir Operators--Indice Notation:</Font></Text-field><Text-field layout="Normal" style="Text"><Font executable="false">     An operator L<Font subscript="true" superscript="false">i,j</Font> is entered as list, as follows:</Font><Font italic="false" style="Maple Input" underline="false">

	L := [i,j]:</Font><Font executable="false">

     In Maple, lists always are surrounded by square brackets, with it's entries seperated by commas.

     Products of operators are entered by creating a list of several duple list, as in:</Font><Font italic="false" style="Maple Input" underline="false">

	C := [[1,2],[2,1]]:</Font><Font executable="false">

     Likewise, addition of several products is emplied by enclosing products in a list.  The previous operator squared is:</Font><Font italic="false" style="Maple Input" underline="false">

	C := [[[1,2],[2,1]], [[1,2],[2,1]]]:</Font><Font executable="false">

     A fully specified sum of products of L-operators is then a three-fold list--the innermost lists being the duples of indices, the middle level implying products, and the outermost level implying sums.</Font>
</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Entering Casimir Operators--Coupling notation:</Font>

     Rather than entering all the indices necessary to specify a Casimir Operator, one can also specify which tensors in the product the Casimir should go over, as well as to what power the operator should be raised.  <Font executable="false">In Maple, a set is defined similarly to a list, but is surrounded by braces { }.  </Font>For example, a quadratic Casimir over the 1st and 2nd spaces in the Tensor Product would be written as:<Font italic="false" style="Maple Input" underline="false">

	C := [{1, 2}, 2]:</Font>

     Likewise the cubic Casimir over just the 2nd, 4th and 5th spaces in a Tensor product would be written as:<Font italic="false" style="Maple Input" underline="false">

	C := [{2, 4, 5}, 3]:</Font>

     Note that such an operator would be quite complicated to write out in indice notation.
</Text-field></Input></Group></Section><Section collapsed="true"><Title><Text-field layout="Heading 1" style="Heading 1">How to Use Examples</Text-field></Title><Group><Input><Text-field layout="Normal" style="Text"><Font executable="false">     Press enter when the cursor is on red code to have it interpreted by Maple.  Start with the first red code in each example and press enter to see the results.</Font>
</Text-field></Input></Group></Section><Section collapsed="true"><Title><Text-field layout="Heading 1" style="Heading 1">Canonical Example</Text-field></Title><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">The Irrep and Tensor Product is entered as follows:</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">Irrep := [3,2,1,0]:
Tensors := [[2,1,0],[2,1,0]]:
</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Map the Highest Weight Vector in Terse Mode</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">MapHW( Terse );
</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Apply a degenerate Generalized Casimir Operator</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">Casimir[first]( [[1,2],[2,1]] );
</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Apply a non-degenerate Generalized Casimir Operator</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">Casimir[first]( [[1,2],[2,2],[2,1]] );
</Text-field></Input></Group></Section><Section><Title><Text-field layout="Heading 1" style="Heading 1">A 4-fold SU(2)</Text-field></Title><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Choose another Irrep and Tensor Product</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">Irrep := [5,3,0,0]:
Tensors := [[2,0],[2,0],[2,0],[2,0]]:
</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Map the Hightest Weight Vector in Verbose Mode</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">#MapHW( Verbose );
MapHW( Irrep, Tensors):
</Text-field></Input><Output><Text-field layout="Normal" style="Line Printed Output"> 	    0.000 Generating Tableau
 	    0.004 	Number of Tableau is 6
 	    0.060 Complete: Multiplicity is 6</Text-field></Output></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">Export_MapHW("Su2");</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiMiJClw</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">Import_MapHW("Su2");</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiNRNE1hcEhXOn5pbXBvcnRlZCx+MXI2Ig==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Apply a quadratic Casimir Operator coupling 1 &amp; 2</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">lambda1, P1 := Casimir[first]( {1,2}, 2 ):
lambda1;
</Text-field></Input><Output><Text-field layout="Normal" style="Line Printed Output"> 	    0.016 Applying Operator
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13459</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3479</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1499</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 33457</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13558</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 13567</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3578</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 3677</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23467</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23458</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2588</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12469</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2489</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 789</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23449</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23449</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field></Output><Output><Text-field layout="Normal" style="Line Printed Output">Am here, 23449</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 23449</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 22468</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1589</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 1679</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 11569</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 2678</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12568</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
Am here, 12667</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiNJJXRydWVHSSpwcm90ZWN0ZWRHRiQ=</Equation></Text-field><Text-field layout="Normal" style="Line Printed Output">
 	    0.300 Matrix Found--determining eigenvalues
 	    0.328 Complete</Text-field></Output><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiMtSSdSVEFCTEVHNiI2JSIqV2h4USItSSdNQVRSSVhHRiU2IzcoNyMiIik3IyIjP0YuNyMiIzdGMEYwSSdNYXRyaXhHNiRJKnByb3RlY3RlZEdGNEkoX3N5c2xpYkdGJQ==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input"/></Input></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input"/></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Combine with a quadratic Casimir coupling 3 &amp; 4</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">lambda1, P1 := Casimir[additional]( {3,4}, 2 ):
lambda1;
</Text-field></Input><Output><Text-field layout="Normal" style="Line Printed Output">	    0.272 Applying Operator
	    0.496 Simultainiously Diagnolizing
 	    0.528 Correcting Ordering of Eigenvectors</Text-field></Output><Output><Text-field layout="Normal" style="Line Printed Output"> 	    0.540 Complete</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiMtSSdSVEFCTEVHNiI2JSIqJ3B1J1IiLUknTUFUUklYR0YlNiM3KDckIiM/IiM3NyRGLUYtNyQiIilGLjckRi5GLTckRi5GMTckRi5GLkknTWF0cml4RzYkSSpwcm90ZWN0ZWRHRjdJKF9zeXNsaWJHRiU=</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Apply a new scheme, starting with a quadratic Casimir Operator coupling 1 &amp; 3</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">lambda2, P2 := Casimir[first]( {1,3}, 2 ):
lambda2;
</Text-field></Input><Output><Text-field layout="Normal" style="Line Printed Output"> 	    0.016 Applying Operator</Text-field></Output><Output><Text-field layout="Normal" style="Line Printed Output"> 	    0.252 Matrix Found--determining eigenvalues
 	    0.280 Complete</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiMtSSdSVEFCTEVHNiI2JSIqcyQ9JFIiLUknTUFUUklYR0YlNiM3KDcjIiIpNyMiIzdGLkYuNyMiIz9GMEknTWF0cml4RzYkSSpwcm90ZWN0ZWRHRjRJKF9zeXNsaWJHRiU=</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Combine with a quadratic Casimir coupling 2 &amp; 4</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">lambda2, P2 := Casimir[additional]( {2,4}, 2 ):
lambda2;
</Text-field></Input><Output><Text-field layout="Normal" style="Line Printed Output">	    0.280 Applying Operator
	    0.492 Simultainiously Diagnolizing</Text-field></Output><Output><Text-field layout="Normal" style="Line Printed Output"> 	    0.524 Correcting Ordering of Eigenvectors
 	    0.552 Complete</Text-field></Output><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiMtSSdSVEFCTEVHNiI2JSIqT2wrUyItSSdNQVRSSVhHRiU2IzcoNyQiIikiIzc3JEYuIiM/NyRGLkYtNyRGLkYuNyRGMEYwNyRGMEYuSSdNYXRyaXhHNiRJKnByb3RlY3RlZEdGN0koX3N5c2xpYkdGJQ==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Compute the Racah Coefficients betweent the coupling schemes:</Font>
</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">R := Racah( P1, P2 );
</Text-field></Input><Output><Text-field layout="Normal" style="Line Printed Output">	    0.000 Applying Hermition of Operators
	    0.256 Finding Racah Coefficients</Text-field></Output><Output><Text-field layout="Normal" style="Line Printed Output">	    0.324 Racah Coefficients found:</Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJSRzYiLUknUlRBQkxFR0YlNiUiKkNGWlEiLUknTUFUUklYR0YlNiM3KDcoLCQqJCIiJiMiIiIiIiMjISIiIiInI0Y2IiIkLCRGMCNGM0Y3LCQqJCIjOkYyRjUsJCokRjlGMkY1Rjg3KCwkRj1GOywkRkBGO0ZCIiIhRkRGPzcoI0YzRjlGL0Y4Rj9GQkYvNyhGOkZGRi9GPEY/RkY3KEY4RjpGRkY/RkJGOjcoRj9GQkY/RkRGREY8SSdNYXRyaXhHNiRJKnByb3RlY3RlZEdGTEkoX3N5c2xpYkdGJQ==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Choose Basis for direct product and direct sum bases</Font></Text-field></Input></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">IrrepTableau := [[5,3],[4]];
ProductTableau := [[[2,0],[2]], [[2,0],[1]], [[2,0],[1]], [[2,0],[0]] ];
</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SS1JcnJlcFRhYmxlYXVHNiI3JDckIiImIiIkNyMiIiU=</Equation></Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SS9Qcm9kdWN0VGFibGVhdUc2IjcmNyQ3JCIiIyIiITcjRik3JEYoNyMiIiJGLDckRig3I0Yq</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Compute Clebsch-Gordan Coefficient in coupling scheme #1</Font></Text-field></Input></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">CGC:-Compute(P1);</Text-field></Input><Output><Text-field layout="Normal" style="Line Printed Output">	    0.000 Determining basis element labeled by IrrepTableau
	    0.000 Space 1 of Tensor Product:
			 Generating Vector corresponding to Tableau
	    0.000 Space 2 of Tensor Product:
			 Generating Vector corresponding to Tableau
	    0.004 Space 3 of Tensor Product:
			 Generating Vector corresponding to Tableau
	    0.004 Space 4 of Tensor Product:
			 Generating Vector corresponding to Tableau
	    0.008 Breaking minors for mapped Irrep Space Vector
	    0.100 Breaking &amp; multiplying minors in Product Space
	    0.124 Computing Overlap
	    0.124 Evaluating Coefficient
	    0.148 Complete</Text-field></Output><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiMtSSdSVEFCTEVHNiI2JSIqMzhRTiItSSdNQVRSSVhHRiU2IzcoNyMsJCokIiNJIyIiIiIiIyNGMSIjPzcjLCQqJCIjNUYwIyEiIkY0NyMiIiFGLEY7NyMsJCokRjJGMCNGOiIiJSZJJ1ZlY3Rvckc2JEkqcHJvdGVjdGVkR0ZFSShfc3lzbGliR0YlNiNJJ2NvbHVtbkdGJQ==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true">Compute the Clebsch-Gordan Coefficient for couping scheme #2</Font></Text-field></Input></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">CGC:-Rotate(P2);</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiMtSSdSVEFCTEVHNiI2JSIqKSlHc04iLUknTUFUUklYR0YlNiM3KDcjIiIhNyMsJCokIiNJIyIiIiIiIyMhIiIiIz9GLDcjLCQqJEY0RjIjRjYiIiU3IywkKiQiIzVGMkY1NyMsJEYwI0YzRjcmSSdWZWN0b3JHNiRJKnByb3RlY3RlZEdGR0koX3N5c2xpYkdGJTYjSSdjb2x1bW5HRiU=</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">ExportMatrix("temp", P2);</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiMiJEEm</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">"hi"||" there";</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiNRKWhpfnRoZXJlNiI=</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input"/></Input></Group><Text-field/></Section><Text-field/><Text-field/><Text-field/><Text-field/><Text-field/><Text-field/><Text-field/><Text-field/><RTable handle="138776144" >TTdSMApJNlJUQUJMRV9TQVZFLzEzODc3NjE0NFgsJSlhbnl0aGluZ0c2IjYiW2dsISIlISEhIyciJyIiIiIpIiM/RigiIzdGKUYpRiYK</RTable><RTable handle="139674696" >TTdSMApJNlJUQUJMRV9TQVZFLzEzOTY3NDY5NlgsJSlhbnl0aGluZ0c2IjYiW2dsISIlISEhIy0iJyIjIiM/RiciIikiIzdGKUYpRilGJ0YpRidGCihGKUYmCg==</RTable><RTable handle="139318372" >TTdSMApJNlJUQUJMRV9TQVZFLzEzOTMxODM3MlgsJSlhbnl0aGluZ0c2IjYiW2dsISIlISEhIyciJyIiIiIpIiM3RihGKCIjP0YpRiYK</RTable><RTable handle="140006536" >TTdSMApJNlJUQUJMRV9TQVZFLzE0MDAwNjUzNlgsJSlhbnl0aGluZ0c2IjYiW2dsISIlISEhIy0iJyIjIiIpIiM3RihGKCIjP0YpRihGKUYnRihGCilGKEYmCg==</RTable><RTable handle="138472724" >TTdSMApJNlJUQUJMRV9TQVZFLzEzODQ3MjcyNFgsJSlhbnl0aGluZ0c2IjYiW2dsISIlISEhI0UiJyInLCQqJCIiJiMiIiIiIiMjISIiIiInLCQqCiQiIzpGKiNGK0YvI0YrIiIkLCRGKEYzI0YuRjUsJCokRjVGKkYtRjcsJEY5RjNGJ0Y0RjZGMEY2RjBGN0YnRjRGOCwkRjFGLSIiIUY4RjsKRjhGPEY4RjxGMEY4RjBGPEY3RjhGJ0Y0RjZGO0YmCg==</RTable><RTable handle="135381308" >TTdSMApJNlJUQUJMRV9TQVZFLzEzNTM4MTMwOFgqJSlhbnl0aGluZ0c2IjYiW2dsISMlISEhIiciJywkKiQiI0kjIiIiIiIjI0YrIiM/LCQqJCIjCjVGKiMhIiJGLiIiIUYnRjQsJCokRixGKiNGMyIiJUYmCg==</RTable><RTable handle="135722888" >TTdSMApJNlJUQUJMRV9TQVZFLzEzNTcyMjg4OFgqJSlhbnl0aGluZ0c2IjYiW2dsISMlISEhIiciJyIiISwkKiQiI0kjIiIiIiIjIyEiIiIjP0YnCiwkKiRGLUYrI0YvIiIlLCQqJCIjNUYrRi4sJEYpI0YsRjBGJgo=</RTable></Worksheet>
