Rev 8819 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8819 | Rev 9148 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | test1=!solve x^2 - 1 for x=-3 to 3 |
1 | test1=!solve x^2 - 1 for x=-3 to 3 |
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 | ||
- | 7 | test=$test1\ |
|
- | 8 | $test2\ |
|
- | 9 | $test3\ |
|
- | 10 | $test4\ |
|
- | 11 | $test5 |