||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{ a = vector([1,3,2]) b = vector([2,0,-5]) c = vector([4,-2,1]) a.dot_product(2*b + 3*c), 2*a.dot_product(b) + 3*a.dot_product(c)}}} /* code_ends */ * '''Solution by''': * ganesh, developer, space * bhanukiran, student, technical university of Delft * saransh, student, sobhit university * ujwala, lecturer, aurangabad