Mathematica's Interval Arithmetic is capable of handling the uncertainty in a rational manner
2
votes
2answers
167 views
How to plot function over interval returned by Reduce[]
Let $f(x) = (x^2 + 1) / x$. I need to plot the function for the values of $x$ in which the square of the function is larger than 4, and its cube is smaller than 64. So I used ...
10
votes
2answers
364 views
Can Mathematica Handle Open Intervals? Interval complements?
Open Intervals
Following up on this question, I was wondering whether Mma can handle open intervals. For example, the union of the intervals, $$1<x<5$$
and $$5<x<8$$
should not ...
2
votes
1answer
402 views
Union and Intersection of intervals
I have two sets $A = \{1 \leq x \leq 5\}$ and $B = \{5 \leq x \leq 8\}$. Now I want to find the Union and Intersection of $A$ ...