Subversion Repositories wimsdev

Rev

Rev 9148 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8819 bpr 1
test1=!solve x^2 - 1 for x=-3 to 3
2
test2=!solve x^2 - 1 for x=0 to 3
3
test3=!solve x^2 - 1 for x=3 to 6
4
test4=!solve x^3 - 1 for x=-1 to 6
5
test5=!solve sin(x) for x=-1 to 4
9148 bpr 6
 
10181 bpr 7
vartest=$test1\
9148 bpr 8
$test2\
9
$test3\
10
$test4\
11
$test5