Skip to content

Commit 54ead5a

Browse files
authored
Apply suggestions from code review
No need to retain unused old code.
1 parent b2fcee7 commit 54ead5a

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

OpenProblemLibrary/FortLewis/DiffEq/2-Higher-order/06-Forcing-resonance/KJ-3-10-07.pg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ $w = 8;
5959

6060
$F = Formula("2*$a cos($w t)")->reduce();
6161

62-
## this does too much rounding for some seeds
63-
#$c1 = Compute("3*$a/200");
64-
#$c2 = Compute("(2*$c1-8*$a/50)/6");
65-
#$c3 = Compute("-3*$a/200");
66-
#$c4 = Compute("$a/50");
6762
$c1 = Formula("3*$a/200");
6863
$c2 = Formula("-13*$a/600");
6964
$c3 = Formula("-3*$a/200");

OpenProblemLibrary/FortLewis/DiffEq/2-Higher-order/06-Forcing-resonance/KJ-3-10-08.pg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ $w = 8;
5959

6060
$F = Formula("$a e^(-t)")->reduce();
6161

62-
## this does too much rounding for some seeds
63-
#$c1 = Compute("-$a/74");
64-
#$c2 = Compute("($a/74 + 2*$c1)/6");
65-
#$c3 = Compute("$a/74");
6662
$c1 = Formula("-$a/74");
6763
$c2 = Formula("-$a/444");
6864
$c3 = Formula("$a/74");

OpenProblemLibrary/FortLewis/DiffEq/2-Higher-order/06-Forcing-resonance/KJ-3-10-09.pg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ $w = 6;
6060

6161
$F = Formula("$a sin($w t)")->reduce();
6262

63-
## this does too much rounding for some seeds
64-
#$c1 = Compute("6*$a/296");
65-
#$c2 = Compute("(2*$c1 - 6*$a/296)/6");
66-
#$c3 = Compute("-6*$a/296");
67-
#$c4 = Compute("$a/296");
6863
$c1 = Formula("3*$a/148");
6964
$c2 = Formula("$a/296");
7065
$c3 = Formula("-3*$a/148");

0 commit comments

Comments
 (0)