<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://msuperl.org/wikis/pcubed/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://msuperl.org/wikis/pcubed/feed.php">
        <title>Projects &amp; Practices in Physics course_planning:computation</title>
        <description></description>
        <link>http://msuperl.org/wikis/pcubed/</link>
        <image rdf:resource="http://msuperl.org/wikis/pcubed/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-04-21T10:45:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:common_mistakes&amp;rev=1443188433&amp;do=diff"/>
                <rdf:li rdf:resource="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:research&amp;rev=1445010323&amp;do=diff"/>
                <rdf:li rdf:resource="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:scratch_work&amp;rev=1458931222&amp;do=diff"/>
                <rdf:li rdf:resource="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:tips_and_tricks&amp;rev=1443189205&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://msuperl.org/wikis/pcubed/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Projects & Practices in Physics</title>
        <link>http://msuperl.org/wikis/pcubed/</link>
        <url>http://msuperl.org/wikis/pcubed/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:common_mistakes&amp;rev=1443188433&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-25T13:40:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>course_planning:computation:common_mistakes</title>
        <link>http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:common_mistakes&amp;rev=1443188433&amp;do=diff</link>
        <description>Common easily overlooked mistakes

Multiplication

When multiplying two numbers,


number3 = (number1)(number2)


will throw an error.  Asterisks must be used:


number3 = number1*number2


Raising number to a power

Raising to a power with a caret</description>
    </item>
    <item rdf:about="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:research&amp;rev=1445010323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-10-16T15:45:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>course_planning:computation:research</title>
        <link>http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:research&amp;rev=1445010323&amp;do=diff</link>
        <description>Problem Statement

The year is 2025.  Two strange spherical particles, the Dannyon (mass $1\times 10^{-23}\,{\rm kg}$, radius $1\times10^{-6}\,{\rm m}$) and the Paulino (mass $50\times10^{-23}\,{\rm kg}$, radius $2\times10^{-6}\,{\rm m}$), have been discovered at the edge of the universe.  These two particles have been observed interacting together (the Dannyon orbits the Paulino) in isolation many times, and it has been concluded that the two are bound by not only a Newtonian (gravity) force, b…</description>
    </item>
    <item rdf:about="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:scratch_work&amp;rev=1458931222&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-25T18:40:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>course_planning:computation:scratch_work</title>
        <link>http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:scratch_work&amp;rev=1458931222&amp;do=diff</link>
        <description>Project 2: Part A

You are a member of a scientific research team at McMurdo ice station which is funded by the Carver Media Group in Antarctica.

Two members of your research team have recently returned from investigating an incident at a Norwegian research facility. They brought with them a burnt humanoid body with two faces. Since the disturbing discovery several inhabitants of the ice station have disappeared. Frightened, a member of your team decided to flee the station on a fan powered hov…</description>
    </item>
    <item rdf:about="http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:tips_and_tricks&amp;rev=1443189205&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-25T13:53:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>course_planning:computation:tips_and_tricks</title>
        <link>http://msuperl.org/wikis/pcubed/doku.php?id=course_planning:computation:tips_and_tricks&amp;rev=1443189205&amp;do=diff</link>
        <description>Tips and tricks

Rotate the scene

If you want to rotate the scene dynamically, pressing and holding the command key while you drag (⌘+'click and drag') will do the job.

Zoom the scene

If you want to zoom the scene dynamically, pressing and holding the option key while you drag (alt+'click and drag') will do the job.</description>
    </item>
</rdf:RDF>
