data/Problem8.3.R

Problem8.3 <- data.frame(
	"Gap" = c(
		0.8,
		0.8,
		1.2,
		1.2,
		0.8,
		0.8,
		1.2,
		1.2
	),
	"C2f6Flow" = c(
		125,
		125,
		125,
		125,
		200,
		200,
		200,
		200
	),
	"Power" = c(
		325,
		325,
		275,
		275,
		275,
		275,
		325,
		325
	),
	"EtchRate" = c(
		1037,
		1052,
		669,
		650,
		633,
		601,
		729,
		860
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.