||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ def chck_posdef1(C): s="pos" i=0 while i0: i=i+1 else: s="not pos" break print s A1=matrix([[2,2,0],[2,5,3],[0,3,8]]) chck_posdef1(A1) out: pos }}} /* code_ends */ * '''Solution by''': * , , * , ,