data/Problem8.11.R

Problem8.11 <- data.frame(
	"Condensation" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1
	),
	"Material1" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1
	),
	"Solvent" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1
	),
	"Time" = c(
		-1,
		1,
		1,
		-1,
		1,
		-1,
		-1,
		1
	),
	"Material2" = c(
		1,
		-1,
		1,
		-1,
		-1,
		1,
		-1,
		1
	),
	"Yield" = c(
		23.2,
		16.9,
		16.8,
		15.5,
		23.8,
		23.4,
		16.2,
		18.1
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.