data/Problem5.18.R

Problem5.18 <- data.frame(
	"Position" = c(
		1,
		1,
		1,
		2,
		2,
		2,
		1,
		1,
		1,
		2,
		2,
		2,
		1,
		1,
		1,
		2,
		2,
		2
	),
	"Temperature" = c(
		800,
		800,
		800,
		800,
		800,
		800,
		825,
		825,
		825,
		825,
		825,
		825,
		850,
		850,
		850,
		850,
		850,
		850
	),
	"Density" = c(
		570,
		565,
		583,
		528,
		547,
		521,
		1063,
		1080,
		1043,
		988,
		1026,
		1004,
		565,
		510,
		590,
		526,
		538,
		532
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.