Rev 9148 | Blame | Compare with Previous | Last modification | View Log | RSS feed
test1=!solve x^2 - 1 for x=-3 to 3
test2=!solve x^2 - 1 for x=0 to 3
test3=!solve x^2 - 1 for x=3 to 6
test4=!solve x^3 - 1 for x=-1 to 6
test5=!solve sin(x) for x=-1 to 4
vartest=$test1\
$test2\
$test3\
$test4\
$test5