﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="1.0.8348.30405"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="120">
    <identity>
      <id>c4a24433-6a6c-43b1-a141-2d9b72562cd5</id>
      <revision>67</revision>
    </identity>
    <metadata lang="rus">
      <author>уни</author>
    </metadata>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <approximateEqualAccuracy>0</approximateEqualAccuracy>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="false" viewMode="2" printGrid="false" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="9" orientation="Portrait" width="827" height="1169" />
      <margins left="39" right="39" top="49" bottom="49" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="1.0.8348.30405" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="MathRegion" version="1.11.8348.30405" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="SpecialFunctions" version="1.12.8348.30405" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Maple Tools" version="1.1.8510.19867" guid="32dfd679-8cfd-483a-b79a-19d5ea838750" />
      <assembly name="TextRegion" version="1.11.8348.30405" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="AreaRegion" version="1.11.8348.30405" guid="4974b228-4974-44cf-8274-bf2936b4a766" />
      <assembly name="Mathcad Toolbox" version="0.4.8509.39211" guid="ddc09821-49f1-4c21-a829-6499de0a8f06" />
    </dependencies>
  </settings>
  <regions type="content">
    <region top="9" color="#000000">
      <area collapsed="false">
        <title lang="rus">
          <content>
            <p>python</p>
          </content>
        </title>
      </area>
      <region left="0" top="27" width="424" height="33" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">line</e>
            <e type="function" args="1">system</e>
            <e type="operand">line</e>
            <e type="operand">string</e>
            <e type="function" args="2">convert</e>
            <e type="function" args="1">system</e>
            <e type="function" args="1">maple</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="0" top="54" width="230" height="24" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">pyfile</e>
            <e type="operand" style="string">c:\\Temp\\test.py</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="243" top="54" width="238" height="24" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">outfile</e>
            <e type="operand" style="string">c:\\Temp\\out.txt</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="0" top="81" width="537" height="191" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">script</e>
            <e type="function" args="1">python</e>
            <e type="operand">script</e>
            <e type="function" args="1">IsString</e>
            <e type="operand" style="string">echo </e>
            <e type="operand">script</e>
            <e type="operand" style="string">&gt; </e>
            <e type="operand">pyfile</e>
            <e type="function" args="4">cat</e>
            <e type="function" args="1">system</e>
            <e type="operand">cnt</e>
            <e type="operand">script</e>
            <e type="function" args="1">rows</e>
            <e type="operator" args="2">:</e>
            <e type="operand" style="string">echo </e>
            <e type="operand">script</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand" style="string">&gt; </e>
            <e type="operand">pyfile</e>
            <e type="function" args="4">cat</e>
            <e type="function" args="1">system</e>
            <e type="operand">n</e>
            <e type="operand">2</e>
            <e type="operand">cnt</e>
            <e type="function" args="2">range</e>
            <e type="operand" style="string">echo </e>
            <e type="operand">script</e>
            <e type="operand">n</e>
            <e type="function" args="2">el</e>
            <e type="operand" style="string">&gt;&gt; </e>
            <e type="operand">pyfile</e>
            <e type="function" args="4">cat</e>
            <e type="function" args="1">system</e>
            <e type="function" args="3">for</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="3">if</e>
            <e type="operand" style="string">python </e>
            <e type="operand">pyfile</e>
            <e type="operand" style="string"> &gt; </e>
            <e type="operand">outfile</e>
            <e type="function" args="4">cat</e>
            <e type="function" args="1">system</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="567" top="99" width="42" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
        <math>
          <input>
            <e type="operand" style="string">&gt; </e>
          </input>
        </math>
      </region>
      <region left="621" top="99" width="89" height="24" color="#000000" fontSize="10">
        <text lang="rus" fontFamily="Arial" fontSize="10">
          <content>
            <p style="font-weight: normal; font-family: Tahoma;">no left space</p>
          </content>
        </text>
      </region>
      <region left="567" top="153" width="42" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
        <math>
          <input>
            <e type="operand" style="string">&gt; </e>
          </input>
        </math>
      </region>
      <region left="621" top="153" width="89" height="24" color="#000000" fontSize="10">
        <text lang="rus" fontFamily="Arial" fontSize="10">
          <content>
            <p style="font-weight: normal; font-family: Tahoma;">no left space</p>
          </content>
        </text>
      </region>
      <region left="567" top="207" width="50" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
        <math>
          <input>
            <e type="operand" style="string">&gt;&gt; </e>
          </input>
        </math>
      </region>
      <region left="621" top="207" width="89" height="24" color="#000000" fontSize="10">
        <text lang="rus" fontFamily="Arial" fontSize="10">
          <content>
            <p style="font-weight: normal; font-family: Tahoma;">no left space</p>
          </content>
        </text>
      </region>
      <region top="270" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region left="0" top="297" width="601" height="123" color="#000000" bgColor="#ffffff" fontSize="10">
      <mathcadblock width="591" height="115" seqop="mat">
        <input>
          <e type="operand">script</e>
        </input>
      </mathcadblock>
    </region>
    <region left="9" top="306" width="266" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand" style="string">import CoolProp.CoolProp as CP</e>
        </input>
      </math>
    </region>
    <region left="9" top="333" width="474" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand" style="string">CP.apply_simple_mixing_rule('Helium', 'Xenon', 'linear')</e>
        </input>
      </math>
    </region>
    <region left="9" top="360" width="570" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand" style="string">out≡CP.PropsSI('Dmass','T',300,'P',101325,'Helium[0.5]^&amp;Xenon[0.5]')</e>
        </input>
      </math>
    </region>
    <region left="585" top="360" width="114" height="25" color="#000000" bgColor="#ffff80" fontSize="10">
      <text lang="rus" fontFamily="Arial" fontSize="10">
        <content>
          <p style="background-color: #ffff80;">\[REGION[13578b21abd2449da117b6d2e08ba370]]\ and \[REGION[70b78e6befb44b5a9cf3e8f394213c24]]\</p>
        </content>
        <regions>
          <region id="13578b21abd2449da117b6d2e08ba370" left="2" top="0" width="42" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
            <math>
              <input>
                <e type="operand">#</e>
                <e type="operand">#</e>
                <e type="operator" args="2">≡</e>
              </input>
            </math>
          </region>
          <region id="70b78e6befb44b5a9cf3e8f394213c24" left="67" top="0" width="42" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
            <math>
              <input>
                <e type="operand" style="string">^&amp;</e>
              </input>
            </math>
          </region>
        </regions>
      </text>
    </region>
    <region left="9" top="387" width="106" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand" style="string">print(out)</e>
        </input>
      </math>
    </region>
    <region left="0" top="450" width="149" height="26" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">script</e>
          <e type="function" args="1">python</e>
        </input>
        <result action="symbolic">
          <e type="operand">0</e>
        </result>
      </math>
    </region>
    <region left="189" top="450" width="365" height="26" color="#000000" bgColor="#ffff80" fontSize="10">
      <math decimalPlaces="15">
        <input>
          <e type="operand" style="string">C:\Temp</e>
          <e type="operand" style="string">out.txt</e>
          <e type="function" args="2">rfile</e>
        </input>
        <result action="numeric">
          <e type="operand">2.75073350500146</e>
        </result>
      </math>
    </region>
  </regions>
</worksheet>