File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
OpenProblemLibrary/FortLewis/DiffEq/2-Higher-order/06-Forcing-resonance Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff 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");
Original file line number Diff line number Diff 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");
Original file line number Diff line number Diff 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");
You can’t perform that action at this time.
0 commit comments