data/Problem11.9.R

Problem11.9 <- data.frame(
	"Temperature" = c(
		-1,
		-1,
		1,
		1,
		-1.41421,
		1.41421,
		0,
		0,
		0,
		0,
		0,
		0,
		0
	),
	"Pressure" = c(
		-1,
		1,
		-1,
		1,
		0,
		0,
		-1.41421,
		1.41421,
		0,
		0,
		0,
		0,
		0
	),
	"Time" = c(
		54,
		45,
		32,
		47,
		50,
		53,
		47,
		51,
		41,
		39,
		44,
		42,
		40
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.