data/Problem14.11.R

Problem14.11 <- data.frame(
	"A" = c(
		1,
		1,
		1,
		2,
		2,
		2,
		2,
		1,
		1,
		2,
		2,
		2,
		2,
		2,
		2
	),
	"B" = c(
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		2,
		2,
		2,
		2,
		2,
		3,
		3,
		3
	),
	"Y" = c(
		6,
		4,
		8,
		5,
		7,
		9,
		6,
		-3,
		1,
		2,
		4,
		3,
		1,
		0,
		-3
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.