data/Problem8.33.R

Problem8.33 <- data.frame(
	"Glucose" = c(
		20,
		60,
		20,
		60,
		20,
		60,
		20,
		60
	),
	"Nh4no3" = c(
		2,
		2,
		6,
		6,
		2,
		2,
		6,
		6
	),
	"Feso4" = c(
		6,
		6,
		6,
		6,
		30,
		30,
		30,
		30
	),
	"Mnso4" = c(
		4,
		20,
		20,
		4,
		20,
		4,
		4,
		20
	),
	"Y" = c(
		23,
		16,
		18,
		18,
		36,
		16,
		17,
		34
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.