data/Problem11.12.R

Problem11.12 <- data.frame(
	"Time" = c(
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1,
		1,
		-1.6817928305074,
		1.6817928305074,
		0,
		0,
		0,
		0,
		0,
		0,
		0,
		0,
		0,
		0
	),
	"Temperature" = c(
		-1,
		-1,
		1,
		1,
		-1,
		-1,
		1,
		1,
		0,
		0,
		-1.6817928305074,
		1.6817928305074,
		0,
		0,
		0,
		0,
		0,
		0,
		0,
		0
	),
	"Catalyst" = c(
		-1,
		-1,
		-1,
		-1,
		1,
		1,
		1,
		1,
		0,
		0,
		0,
		0,
		-1.6817928305074,
		1.6817928305074,
		0,
		0,
		0,
		0,
		0,
		0
	),
	"Conversion" = c(
		74,
		51,
		88,
		70,
		71,
		90,
		66,
		97,
		76,
		79,
		85,
		97,
		55,
		81,
		81,
		75,
		76,
		83,
		80,
		91
	),
	"Activity" = c(
		53.2,
		62.9,
		53.4,
		62.6,
		57.3,
		67.9,
		59.8,
		67.8,
		59.1,
		65.9,
		60,
		60.7,
		57.4,
		63.2,
		59.2,
		60.4,
		59.1,
		60.6,
		60.8,
		58.9
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.