Questions tagged [implicitregion]
The implicitregion tag has no summary.
8 questions
2
votes
0
answers
103
views
Can not convert from implict region to parametric region
I can not convert implicit region to parametric region, even the simple circle.
This is input code:
...
4
votes
2
answers
213
views
RegionUnion shows only one branch of the region
I’m facing an issue with implicit regions in Mathematica. When I create two regions, reg1 and reg2, and combine them using ...
2
votes
2
answers
170
views
How to automatically generate implicit regions from conditional expressions?
I need help writing a function that can automatically convert the following conditional expressions into implicit regions in Mathematica.
Given a list of conditional expressions:
...
3
votes
3
answers
365
views
Finding the maximum number of times a line can interesect with a list of points?
Suppose $f:\mathbb{Q}\cap[0,1]\to\mathbb{Q}\cap[0,1]$, where $f(p/q)=(p+q)/(pq)$ for integers $p$ and $q$.
Question: How do we find the maximum times a non-vertical line with a fixed slope can ...
2
votes
1
answer
122
views
Why is the dimension of this region 1?
Why is the dimension of this region 1? I thought the intersection is just one point, so the expected dimension should be 0.
(14.1.0 for Microsoft Windows (64-bit))
It seems like the same bug in ...
3
votes
1
answer
129
views
Issues with finding integer lattice points on the RegionBoundary of an ImplicitRegion
I must be misunderstanding things but RegionBoundary isn't doing what I naively expect it to do.
In the following code I find the points of an integer lattice that fall within an ImplicitRegion of a ...
1
vote
0
answers
175
views
Integrate numerically over implicit complex contour
I'm trying to numerically evaluate the following integral:
$$
\int_0^\infty dt\ e^{-(a+i\alpha) t}(1+e^{-t})^{-(b+i\beta)},
$$
where $a,b$ are some rational numbers and $\alpha,\beta$ are relatively ...
0
votes
0
answers
39
views
ImplicitRegion and RegionPlot [duplicate]
Here is a very simple example of ImplicitRegion:
...