||'''Book'''|| Getting started with MATLAB || ||'''Author'''|| Rudra Pratap || ||'''Edition'''|| || /* code_begins */ {{{ import numpy as np t=np.array([1,2,3,4,5,6,7,8,9,10]) x=t*sin(t) print x y=(t-1)*1.0/(t+1) print y z=sin(t**2)/(t**2) print z }}} /* code_ends */ * '''Solution by''': * Pooja Kalra, Student, Malwa Institute of Technology * Vignesh Ganapathiraman, Student, CMI * T R Shyam Sundar, Student, CMI * Sonam Kumar, Student, CMI