Topic: Please help!
I want to draw a point where two relations with an animated variable intersect, but I don't know how
You are not logged in. Please login or register.
Graph Forums → Support → Please help!
I want to draw a point where two relations with an animated variable intersect, but I don't know how
Approximate methods:
If R1 = { (x,y) | f(x,y) = 0 } and R2 = { (x,y) | g(x,y) = 0 },
then
(R1 and R2) ~ { (x,y) | abs(f(x,y)) < d and abs(g(x,y)) < d }
or
(R1 and R2) ~ { (x,y) | f(x,y)^2 + g(x,y)^2 < d^2 },
where d is a small positive number.
Thank you!
Graph Forums → Support → Please help!
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.012 seconds (55% PHP - 45% DB) with 12 queries