data/Problem11.11.R

Problem11.11 <- data.frame(
	"Temperatue" = c(
		150,
		200,
		150,
		200,
		150,
		200,
		150,
		200,
		175,
		175,
		175,
		175,
		175,
		175,
		175
	),
	"AgitationRate" = c(
		5,
		5,
		10,
		10,
		7.5,
		7.5,
		7.5,
		7.5,
		5,
		10,
		5,
		10,
		7.5,
		7.5,
		7.5
	),
	"Pressure" = c(
		20,
		20,
		20,
		20,
		15,
		15,
		25,
		25,
		15,
		15,
		25,
		25,
		20,
		20,
		20
	),
	"Viscosity" = c(
		535,
		580,
		596,
		563,
		645,
		458,
		350,
		600,
		595,
		648,
		532,
		656,
		653,
		599,
		620
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.