data/Problem11.1.R

Problem11.1 <- data.frame(
	"Pressure" = c(
		1.1,
		1.3,
		1.1,
		1.3,
		1.2,
		1.2,
		1.2,
		1.2
	),
	"Temperature" = c(
		-225,
		-225,
		-215,
		-215,
		-220,
		-220,
		-220,
		-220
	),
	"Purity" = c(
		82.8,
		83.5,
		84.7,
		85,
		84.1,
		84.5,
		83.9,
		84.3
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.