<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>magic_square</name>
<shortdesc>Simple operations with magic squares.</shortdesc>
<description>Simple operations with magic squares
      
      **Prerequisites:**
          - NumPy_

      **Functions:**
          - `ismagic(A)` -- test whether *A* is a magic square.
          - `magic(N)` -- create an *N* by *N* magic square.
          - `magic_constant(A)` -- calculate the magic constant of *A*.

      .. _NumPy: http://www.scipy.org/Download</description>
<download-page>http://mihailovs.com/Alec/Python/magic_square.html</download-page>
<homepage rdf:resource="http://mihailovs.com/Alec/" />
<maintainer><foaf:Person><foaf:name>Alec Mihailovs</foaf:name>
<foaf:mbox_sha1sum>9e2c7c1b403b19ace4883dcecdee937c1e151950</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>