data/Problem6.10.R

Problem6.10 <- data.frame(
	"CuttingSpeed" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		0,
		0,
		0,
		0
	),
	"ToolGeometry" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		0,
		0,
		0,
		0
	),
	"CuttingAngle" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		0,
		0,
		0,
		0
	),
	"LifeHours" = c(
		22,
		32,
		35,
		55,
		44,
		40,
		60,
		39,
		36,
		40,
		43,
		45
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.