data/Problem8.17.R

Problem8.17 <- data.frame(
	"Temperature" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1
	),
	"Pressure" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1
	),
	"FiltrationRate" = c(
		45,
		75,
		100,
		60,
		45,
		80,
		65,
		96
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.