data/Problem5.12.R

Problem5.12 <- data.frame(
	"CopperContent" = c(
		40,
		40,
		60,
		60,
		80,
		80,
		100,
		100,
		40,
		40,
		60,
		60,
		80,
		80,
		100,
		100,
		40,
		40,
		60,
		60,
		80,
		80,
		100,
		100,
		40,
		40,
		60,
		60,
		80,
		80,
		100,
		100
	),
	"Temperature" = c(
		50,
		50,
		50,
		50,
		50,
		50,
		50,
		50,
		75,
		75,
		75,
		75,
		75,
		75,
		75,
		75,
		100,
		100,
		100,
		100,
		100,
		100,
		100,
		100,
		125,
		125,
		125,
		125,
		125,
		125,
		125,
		125
	),
	"Warping" = c(
		17,
		20,
		16,
		21,
		24,
		22,
		28,
		27,
		12,
		9,
		18,
		13,
		17,
		12,
		27,
		31,
		16,
		12,
		18,
		21,
		25,
		23,
		30,
		23,
		21,
		17,
		23,
		21,
		23,
		22,
		29,
		31
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.