Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11210 | Rev 11220 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:solve |
2 | tit:solve |
3 | type:$type_both |
3 | type:$type_both |
4 | alias: |
4 | alias:rootof |
5 | syntax:!solve `fn' for `v'=`v1' to `v2' |
5 | syntax:!solve `fn' for `v'=`v1' to `v2' |
6 | mean:Find out (real simple) roots of the function/equation `fn'\ |
6 | mean:Find out (real simple) roots of the function/equation `fn'\ |
7 | for the variable `v' between `v1' and`v2'.\ |
7 | for the variable `v' between `v1' and`v2'.\ |
8 | <p>`fn' may have several roots in the interval [v1,v2], but\ |
8 | <p>`fn' may have several roots in the interval [v1,v2], but\ |
9 | roots too close to each other may be overlooked.\ |
9 | roots too close to each other may be overlooked.\ |