data/Problem6.42.R

Problem6.42 <- data.frame(
	"A" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1
	),
	"B" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1
	),
	"C" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1
	),
	"D" = c(
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1
	),
	"Yield" = c(
		6.08,
		6.04,
		6.53,
		6.43,
		6.31,
		6.09,
		6.12,
		6.36,
		6.79,
		6.68,
		6.73,
		6.08,
		6.77,
		6.38,
		6.49,
		6.23
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.