| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | ## Trigonometry. Law of sines and cosines |
2 | ## Precalculus: Trigonometry |
| 3 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 4 | |
4 | |
| 5 | ##KEYWORDS('percent') |
5 | ## KEYWORDS('trigonometry','law of sines','law of cosines') |
|
|
6 | ## Tagged by cmd6a 5/11/06 |
| 6 | |
7 | |
| 7 | # |
8 | ## DBsubject('Precalculus') |
| 8 | # First comes some stuff that appears at the beginning of every problem |
9 | ## DBchapter('Trigonometric Functions Of Angles') |
| 9 | # |
10 | ## DBsection('The Law of Cosines') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Rochester') |
|
|
14 | ## TitleText1('') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('') |
|
|
17 | ## Section1('') |
|
|
18 | ## Problem1('') |
| 10 | |
19 | |
| 11 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 12 | |
21 | |
| 13 | loadMacros( |
22 | loadMacros( |
| 14 | "PG.pl", |
23 | "PG.pl", |