data/Problem5.36.R

Problem5.36 <- data.frame(
	"AmmoniumPct" = c(
		2,
		2,
		30,
		30,
		2,
		2,
		30,
		30,
		2,
		2,
		30,
		30,
		2,
		2,
		30,
		30
	),
	"StirRate" = c(
		100,
		100,
		100,
		100,
		150,
		150,
		150,
		150,
		100,
		100,
		100,
		100,
		150,
		150,
		150,
		150
	),
	"Temperature" = c(
		8,
		8,
		8,
		8,
		8,
		8,
		8,
		8,
		40,
		40,
		40,
		40,
		40,
		40,
		40,
		40
	),
	"Density" = c(
		14.68,
		15.18,
		15.12,
		17.48,
		7.54,
		6.66,
		12.46,
		12.62,
		10.95,
		17.68,
		12.65,
		15.96,
		8.03,
		8.84,
		14.96,
		14.96
	),
	"SurfaceArea" = c(
		0.4,
		0.43,
		0.42,
		0.41,
		0.69,
		0.67,
		0.52,
		0.36,
		0.58,
		0.43,
		0.57,
		0.54,
		0.68,
		0.75,
		0.41,
		0.41
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.