||'''Book'''|| Calculus of One Variable || ||'''Author'''|| Keith E. Hirst || ||'''Edition'''|| || /* code_begins */ {{{ a=vector([2,0,3]) b=vector([0,6,2]) c=vector([3,3,0]) a*(b.cross_product(c)) }}} /* code_ends */ * '''Solution by''': * Naren Dhupati, student, Oklahoma State University * Chandrahas, student, IIT Chennai