data/Problem6.29.R

Problem6.29 <- data.frame(
	"Temperature" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1
	),
	"Pressure" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1
	),
	"Concentration" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1
	),
	"StirringRate" = c(
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1
	),
	"FiltrationRate" = c(
		45,
		71,
		48,
		65,
		68,
		60,
		80,
		65,
		43,
		100,
		45,
		104,
		75,
		86,
		70,
		96
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.