data/Problem6.32.R

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