doc-src/isac/jrocnik/Test_SUM.thy
author Jan Rocnik <jan.rocnik@student.tugraz.at>
Tue, 06 Sep 2011 15:57:25 +0200
branchdecompose-isar
changeset 42245 3d1f27a0f8a4
parent 42164 dc2fe21d2183
child 42276 8d642a598ca3
permissions -rw-r--r--
tuned z-transform-test, add fourier, tuned bakkarb.
     1 
     2 theory Test_SUM imports Isac begin
     3 
     4 section {*trials with implicit function, probably required*}
     5 ML {*
     6 @{term "(%n :: nat. n) 2"};
     7 @{term "(%n. n) 2"};
     8 @{term "2"};
     9 *}
    10 ML {*
    11 @{term "(%n. n+n)"};
    12 @{term "(%n. n+n) a"};
    13 @{term "a+a"};
    14 *}
    15 section {*sums*}
    16 ML {*
    17 @{term "(SUM i = 0..< k. f i)"}
    18 *}
    19 ML {*
    20 *}
    21 ML {*
    22 *}
    23 ML {*
    24 *}
    25 
    26 end
    27