﻿<xml xmlns="https://developers.google.com/blockly/xml">
  <variables>
    <variable id="I(aLp)Z^PZx:0!W(P#2u">n</variable>
    <variable id="e8R9w5R!*JI1+D7bCO0b">ratio</variable>
  </variables>
  <block type="events_start_here" id="DI_start_here" deletable="false" movable="false" x="25" y="33">
    <next>
      <block type="webtypeanything" id="V0j8}Wkrh$xrHlK}[gLk">
        <value name="stuff">
          <shadow type="textinline" id="`]8ayyM8@C@j+?LR8KyX">
            <field name="text">import numpy as np</field>
          </shadow>
        </value>
        <next>
          <block type="webtypeanything" id="7hOH80+$sqOo^88A@7Nf">
            <value name="stuff">
              <shadow type="textinline" id=")iZcH/Q@wI*p}_X)$ebb">
                <field name="text">import matplotlib.pyplot as plt</field>
              </shadow>
            </value>
            <next>
              <block type="variables_set" id="-3pJ-!0qB]qO^6YEsKq`">
                <field name="VAR" id="I(aLp)Z^PZx:0!W(P#2u">n</field>
                <field name="NAME">=</field>
                <value name="varset">
                  <shadow type="textinline" id="yZ^)bDa#`CQ043:|M_8r">
                    <field name="text">1</field>
                  </shadow>
                </value>
                <next>
                  <block type="webtypeanything" id="lRNBlu%8{weAoWTFZ/3w">
                    <value name="stuff">
                      <shadow type="textinline" id="6[01L-?]/wbx~Z[[O.bZ">
                        <field name="text">x = np.arange(-n *np.pi, n *np.pi, 0.001)</field>
                      </shadow>
                    </value>
                    <next>
                      <block type="webtypeanything" id="i3HJY;E8J@0,?3TIGY~5">
                        <value name="stuff">
                          <shadow type="textinline" id="f0wOew:RNv:Ej5E?^)x+">
                            <field name="text">ys = np.sin(x) * np.sin(x) </field>
                          </shadow>
                        </value>
                        <next>
                          <block type="webtypeanything" id="-3:M)~A/U,(8b?M}{`HM">
                            <value name="stuff">
                              <shadow type="textinline" id="#GkoE5y:V}%F)6Z.2KlJ">
                                <field name="text">yc = np.cos(x) * np.cos(x) </field>
                              </shadow>
                            </value>
                            <next>
                              <block type="webtypeanything" id="V7lL@J8A#S+-[S9^QiCD">
                                <value name="stuff">
                                  <shadow type="textinline" id="R%d{S*BnXWEaj3).6@;+">
                                    <field name="text">ysc = ys + yc</field>
                                  </shadow>
                                </value>
                                <next>
                                  <block type="webtypeanything" id="@xdiyy$l4bt/.|1i!?7V">
                                    <value name="stuff">
                                      <shadow type="textinline" id="d1CN2u-{$HN-(p?nmvm}">
                                        <field name="text">plt.plot(x, ys)</field>
                                      </shadow>
                                    </value>
                                    <next>
                                      <block type="webtypeanything" id="3L+CsYPXHJ(C31xw)},m">
                                        <value name="stuff">
                                          <shadow type="textinline" id="[rGIso:jPBD:513UHZJg">
                                            <field name="text">plt.plot(x, yc)</field>
                                          </shadow>
                                        </value>
                                        <next>
                                          <block type="webtypeanything" id="WaPF5}p#rr;LY28HFT2h">
                                            <value name="stuff">
                                              <shadow type="textinline" id="9}~b)Yf2~g]:8/_hDox#">
                                                <field name="text">plt.plot(x, ysc)</field>
                                              </shadow>
                                            </value>
                                            <next>
                                              <block type="webtypeanything" id="Z$0F]:wk`h1eVz7-cSp(">
                                                <value name="stuff">
                                                  <shadow type="textinline" id=";cAu:-h]df+`?W@V2!yV">
                                                    <field name="text">plt.show()</field>
                                                  </shadow>
                                                </value>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </next>
  </block>
[]
</xml>