data/Problem6.26.R

Problem6.26 <- data.frame(
	"StdOrder" = c(
		1,
		2,
		3,
		4,
		5,
		6,
		7,
		8,
		9,
		10,
		11,
		12,
		13,
		14,
		15,
		16
	),
	"LaserPower" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1
	),
	"PulseFrequency" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1
	),
	"CellSize" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1
	),
	"WritingSpeed" = c(
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		1,
		1,
		1,
		1
	),
	"Uec" = c(
		0.75,
		0.98,
		0.72,
		0.98,
		0.63,
		0.67,
		0.65,
		0.8,
		0.6,
		0.81,
		0.63,
		0.79,
		0.56,
		0.65,
		0.55,
		0.69
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.