data/Problem10.1.R

Problem10.1 <- data.frame(
	"Hardwood" = c(
		10,
		15,
		15,
		20,
		20,
		20,
		25,
		25,
		28,
		30
	),
	"Strength" = c(
		160,
		171,
		175,
		182,
		184,
		181,
		188,
		193,
		195,
		200
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.