data/Problem5.8.R

Problem5.8 <- data.frame(
	"Pressure" = c(
		200,
		200,
		215,
		215,
		230,
		230,
		200,
		200,
		215,
		215,
		230,
		230,
		200,
		200,
		215,
		215,
		230,
		230
	),
	"Temperature" = c(
		150,
		150,
		150,
		150,
		150,
		150,
		160,
		160,
		160,
		160,
		160,
		160,
		170,
		170,
		170,
		170,
		170,
		170
	),
	"Yield" = c(
		90.4,
		90.2,
		90.7,
		90.6,
		90.2,
		90.4,
		90.1,
		90.3,
		90.5,
		90.6,
		89.9,
		90.1,
		90.5,
		90.7,
		90.8,
		90.9,
		90.1,
		90.4
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.