||'''Book'''|| Linear Algebra ||
 ||'''Author'''|| Gilbert Strang ||
 ||'''Edition'''||  ||

/* code_begins */

{{{A=matrix([[2,3],[4,0]])
B=matrix([[1,2,0],[5,-1,0]])
C=A*B
C
}}}

/* code_ends */

 * '''Solution by''': 
   * <Abhilash>, <Student>, <Snist>
   * <Anoop>, <Student>, <Snist>
   * <Murthy>, <Student>, <Snist>
   * <Raghav>, <Student>, <Snist>