||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{ x = var('x') y = function('y', x) deq1 = diff(y , x) + 2*x*y == 0 r= desolve(deq1, [y,x], ics = (0,1)) show(r) }}} /* code_ends */ * '''Solution by''': * guna,student,snist * sadhana,student,snist * sai kumar,student,mriet