test/Tools/isac/OLDTESTS/scriptnew.sml
changeset 59395 862eb17f9e16
parent 59279 255c853ea2f0
child 59476 863c3629ad24
equal deleted inserted replaced
59394:2e087ded4a48 59395:862eb17f9e16
   481 "------------------ script with Map, Subst (biquadr.equ.)---------";
   481 "------------------ script with Map, Subst (biquadr.equ.)---------";
   482 "------------------ script with Map, Subst (biquadr.equ.)---------";
   482 "------------------ script with Map, Subst (biquadr.equ.)---------";
   483 
   483 
   484 
   484 
   485 (*GoOn.5.03. script with Map, Subst (biquadr.equ.)
   485 (*GoOn.5.03. script with Map, Subst (biquadr.equ.)
   486 val scr = Prog (((inst_abs thy) o Thm.term_of o the o (parse thy))
   486 val scr = Prog ((inst_abs o Thm.term_of o the o (parse thy))
   487     "Script Biquadrat_poly (e_e::bool) (v_::real) =                       \
   487     "Script Biquadrat_poly (e_e::bool) (v_::real) =                       \
   488     \(let e_e = Substitute [(v_^^^4, v_0_^^^2),(v_^^^2, v_0_)] e_;        \ 
   488     \(let e_e = Substitute [(v_^^^4, v_0_^^^2),(v_^^^2, v_0_)] e_;        \ 
   489     \     L_0_ = (SubProblem (PolyEq_,[univariate,equation], [no_met])   \
   489     \     L_0_ = (SubProblem (PolyEq_,[univariate,equation], [no_met])   \
   490     \             [BOOL e_e, REAL v_0_]);                               \ 
   490     \             [BOOL e_e, REAL v_0_]);                               \ 
   491     \     L_i_ = Map (((Substitute [(v_0_, v_^^^2)]) @@                  \
   491     \     L_i_ = Map (((Substitute [(v_0_, v_^^^2)]) @@                  \