Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
differentiate dividend and divisor in Mult. and div. cplx. num. polar…
Browse files Browse the repository at this point in the history
… forms
  • Loading branch information
agentydragon committed Jan 8, 2012
1 parent 136b336 commit 8edcad6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</div>
<p class="question">Multiply the following complex numbers, marked as <span class="hint_blue">blue</span> dots on the graph:</p>
<p><code><var>LEFT_BRACKET</var><var>A_REP</var><var>RIGHT_BRACKET</var> \cdot <var>LEFT_BRACKET</var><var>B_REP</var><var>RIGHT_BRACKET</var></code></p>
<p>(Your current answer will be plotted in <span class="hint_orange">orange</span>.)</p>

<!-- TODO: use the dots in hints? -->
<div class="graphie">
Expand Down Expand Up @@ -149,6 +150,10 @@
</div>
<p class="question">Divide the following complex numbers:</p>
<p><code>\dfrac{<var>A_REP</var>}{<var>B_REP</var>}</code></p>
<p>
(The dividend is plotted in <span class="hint_blue">blue</span> and the divisor in plotted in <span class="hint_green">green</span>.
Your current answer will be plotted <span class="hint_orange">orange</span>.)
</p>

<!-- TODO: differentiate the dots! -->
<div class="graphie">
Expand All @@ -167,7 +172,7 @@
});

circle( [B_REAL, B_IMAG], 1 / 4, {
fill: KhanUtil.BLUE,
fill: KhanUtil.GREEN,
stroke: "none"
});

Expand Down

0 comments on commit 8edcad6

Please sign in to comment.