t=input("enter the value of t:"); v=input("enter the value of v:"); t=t'; v=v'; ones_mat=ones(1,size(t,1)); t=[ones' t]; a=inv(t)*v; disp(a); z=((1*-100.93)+(16* 30.914)); disp(z);