Rev 9148 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9148 | Rev 10181 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | test2=!solve x^2 - 1 for x=0 to 3 |
2 | test2=!solve x^2 - 1 for x=0 to 3 |
3 | test3=!solve x^2 - 1 for x=3 to 6 |
3 | test3=!solve x^2 - 1 for x=3 to 6 |
4 | test4=!solve x^3 - 1 for x=-1 to 6 |
4 | test4=!solve x^3 - 1 for x=-1 to 6 |
5 | test5=!solve sin(x) for x=-1 to 4 |
5 | test5=!solve sin(x) for x=-1 to 4 |
6 | 6 | ||
7 |
|
7 | vartest=$test1\ |
8 | $test2\ |
8 | $test2\ |
9 | $test3\ |
9 | $test3\ |
10 | $test4\ |
10 | $test4\ |
11 | $test5 |
11 | $test5 |