||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{ s = var("s") t = var("t") f = exp(t) * cosh(3*t) F = f.laplace(t,s) show(F) plot (F) }}} /* code_ends */ * '''Solution by''': , , , , , ,