||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{ s = var("s") t = var("t") f = s/((s+1/2)^2 + 1) #defining the function in terms of the given variable s F = inverse_laplace(f,s,t) #gives the inverse laplace of the function in terms of variable t show(F) }}} /* code_ends */ * '''Solution by''': * , , * , , * , ,