Re: A89: domain and range


[Prev][Next][Index][Thread]

Re: A89: domain and range




Write a program which solves for undefined values and imaginary values.

solve(equ=undef) --> returns undefined values
solve(equ=inf) --> returns values where it is infinite
solve(equ=-inf) --> returns values where it is minus infinite
solve(imag(equ) (not equal) 0) --> returns where it is not                      
                            real

All values outside of those above are in the domain.
Use fmin and fmax functions to find range.

Note:You may want to look under BASIC MATH programs to see if someone has 
already written a program like this.

JG