Changeset 837fed in git for Tst/Long/solve_l.tst
- Timestamp:
- May 3, 2005, 3:02:59 PM (19 years ago)
- Branches:
- (u'spielwiese', 'df6a8e29030ff93c6ad53051028727af7d339fa0')
- Children:
- cfbe751106c543ddd2e453c6273a3b0dd2a216fa
- Parents:
- 15ce8e2f21f7e6cb9798d2a41cb4caacce86296e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Long/solve_l.tst
r15ce8e r837fed 4 4 LIB "tst.lib"; 5 5 tst_init(); 6 tst_ignore("CVS ID $Id: solve_l.tst,v 1. 3 2005-05-02 07:42:46Singular Exp $");6 tst_ignore("CVS ID $Id: solve_l.tst,v 1.4 2005-05-03 13:02:59 Singular Exp $"); 7 7 8 8 LIB "solve.lib"; … … 20 20 ideal im=f0,f1,f2,f3; 21 21 22 ures_solve(homog(i,h),1); 22 def A=ures_solve(homog(i,h),1); 23 setring A; SOL; 24 kill A; 25 setring rs1; 23 26 mp_res_mat(homog(im,h),1); 24 27 … … 33 36 ideal im=f0,f1,f2,f3; 34 37 35 ures_solve(i); 38 def A=ures_solve(i); 39 setring A; SOL; 40 kill A; 41 setring rs2; 36 42 mp_res_mat(im); 37 43 … … 68 74 ideal im=f0,f1,f2,f3; 69 75 70 ures_solve(homog(i,x0),1); 76 def A=ures_solve(homog(i,x0),1); 77 setring A; SOL; 78 kill A; 79 setring rs3; 71 80 mp_res_mat(homog(im,x0),1); 72 81 … … 81 90 ideal im=f0,f1,f2,f3; 82 91 83 ures_solve(i); 92 def A=ures_solve(i); 93 setring A; SOL; 94 kill A; 95 setring rs4; 84 96 mp_res_mat(im); 85 97
Note: See TracChangeset
for help on using the changeset viewer.