Skip to main content

Questions tagged [implicitregion]

2 votes
0 answers
103 views

I can not convert implicit region to parametric region, even the simple circle. This is input code: ...
GongNanyue's user avatar
4 votes
2 answers
213 views

I’m facing an issue with implicit regions in Mathematica. When I create two regions, reg1 and reg2, and combine them using ...
internet's user avatar
  • 1,457
2 votes
2 answers
170 views

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: ...
internet's user avatar
  • 1,457
3 votes
3 answers
365 views

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 ...
Arbuja's user avatar
  • 1
2 votes
1 answer
122 views

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 ...
hana's user avatar
  • 2,612
3 votes
1 answer
129 views

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 ...
ngc5139's user avatar
  • 473
1 vote
0 answers
175 views

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 ...
Marcosko's user avatar
  • 319
0 votes
0 answers
39 views

Here is a very simple example of ImplicitRegion: ...
qwerty's user avatar
  • 1,497