||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ u = vector([3, 2, 0]) v = vector([1, 4, 0]) x=u.cross_product(v) print x }}} /* code_ends */ * '''Solution by''': * vasanthi, student, IIIT-Hyderabad