data/Problem8.16.R

Problem8.16 <- data.frame(
	"Time" = c(
		2.5,
		3,
		2.5,
		3,
		2.5,
		3,
		2.5,
		3
	),
	"Concentration" = c(
		14,
		14,
		18,
		18,
		14,
		14,
		18,
		18
	),
	"Pressure" = c(
		60,
		60,
		60,
		60,
		80,
		80,
		80,
		80
	),
	"Temperature" = c(
		250,
		225,
		225,
		250,
		225,
		250,
		250,
		225
	),
	"Yield" = c(
		10,
		18,
		13,
		24,
		17,
		21,
		17,
		15
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.