src/Tools/isac/Knowledge/Equation.thy
branchisac-update-Isa09-2
changeset 38012 f57ddfd09474
parent 38010 a37a3ab989f4
child 38031 460c24a6a6ba
     1.1 --- a/src/Tools/isac/Knowledge/Equation.thy	Thu Sep 23 08:43:36 2010 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/Equation.thy	Thu Sep 23 08:54:26 2010 +0200
     1.3 @@ -44,7 +44,7 @@
     1.4   (["equation"],
     1.5    [("#Given" ,["equality e_e","solveFor v_v"]),
     1.6     ("#Where" ,["matches (?a = ?b) e_e"]),
     1.7 -   ("#Find"  ,["solutions v'i'"])
     1.8 +   ("#Find"  ,["solutions v_v'i'"])
     1.9    ],
    1.10    append_rls "equation_prls" e_rls 
    1.11  	     [Calc ("Tools.matches",eval_matches "")],
    1.12 @@ -56,7 +56,7 @@
    1.13   (["univariate","equation"],
    1.14    [("#Given" ,["equality e_e","solveFor v_v"]),
    1.15     ("#Where" ,["matches (?a = ?b) e_e"]),
    1.16 -   ("#Find"  ,["solutions v'i'"])
    1.17 +   ("#Find"  ,["solutions v_v'i'"])
    1.18    ],
    1.19    univariate_equation_prls,SOME "solve (e_e::bool, v_v)",[]));
    1.20