data/Problem12.2.R

Problem12.2 <- data.frame(
	"Carbonation" = 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
	),
	"Speed" = c(
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1
	),
	"FillDeviation" = c(
		-3,
		-1,
		0,
		1,
		-1,
		0,
		2,
		3,
		-1,
		0,
		2,
		1,
		1,
		1,
		6,
		5
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.