[npl] / trunk / NationalProblemLibrary / FortLewis / Algebra / 6-1-Exponent-rules / MCH1-6-1-14-Exponent-rules.pg Repository:
ViewVC logotype

Diff of /trunk/NationalProblemLibrary/FortLewis/Algebra/6-1-Exponent-rules/MCH1-6-1-14-Exponent-rules.pg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2355 Revision 2356
56Context()->texStrings; 56Context()->texStrings;
57$al = new_aligned_list(ans_rule_len=>20, numbered=>0, tex_spacing=>"5pt"); 57$al = new_aligned_list(ans_rule_len=>20, numbered=>0, tex_spacing=>"5pt");
58$al->qa( 58$al->qa(
59"\(y^x\)", Real("$ansa")->cmp(), 59"\(y^x\)", Real("$ansa")->cmp(),
60"\(\displaystyle \left( \frac{y}{z} \right)^x \)", Compute("$ansbnum/$ansbden")->cmp(), 60"\(\displaystyle \left( \frac{y}{z} \right)^x \)", Compute("$ansbnum/$ansbden")->cmp(),
61"\( x^{-z} \)", Compute("1/$anscden")->cmp(), 61"\( x^{-z} \)", Compute("$anscden")->cmp(),
62); 62);
63Context()->normalStrings; 63Context()->normalStrings;
64 64
65Context()->operators->undefine("+","-","*","^","**"); 65Context()->operators->undefine("+","-","*","^","**");
66Context()->functions->disable("All"); 66Context()->functions->disable("All");

Legend:
Removed from v.2355  
changed lines
  Added in v.2356

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9