Difference between revisions of "Worksheets/Week9"
Jump to navigation
Jump to search
Kevin Dunn (talk | contribs) (Created page with "=== Part 1 === Description here <html><div data-datacamp-exercise data-lang="r" data-height="auto"> <code data-type="sample-code"> center = 36 range = 24 rw.x <- c(24,...") |
Kevin Dunn (talk | contribs) (Replaced content with "=== Part 1 === The aim is to find the duration [hours] of the experiments to maximize the yield of a biological product. If you operate the reactor too long some side re...") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Part 1 === | === Part 1 === | ||
The aim is to find the duration [hours] of the experiments to maximize the yield of a biological product. If you operate the reactor too long some side reactions start to occur which consume your product. If you operate for too short a time, then you miss out on the opportunity of creating more product. | |||
<html><div data-datacamp-exercise data-lang="r" data-height="500"> | |||
<code data-type="sample-code"> | |||
</code> | </code> | ||
</div></html> | </div></html> |
Latest revision as of 04:51, 6 May 2019
Part 1
The aim is to find the duration [hours] of the experiments to maximize the yield of a biological product. If you operate the reactor too long some side reactions start to occur which consume your product. If you operate for too short a time, then you miss out on the opportunity of creating more product.