| |
| | [No title] (Site not responding. Last check: 2007-11-01) |
 | | Conchoids The idea of a conchoid is to start with some curve rold(t) = (x(t),y(t)) We think of r(t) as a radius vector from the origin. |
 | | The new curve is formed by increasing the length of the vector r(t) by a fixed amount, say 1. |
 | | The example below shows how to construct the conchoid based on the curve > x := 2+t; y := -2*t; a := -3; b := 3; > radius := sqrt(x^2+y^2); > plot({[x,y,t=a..b], [x*(1+1/radius),y*(1+1/radius),t=a..b] },scaling=constrained); On speed Here are some commands that are pertinent to speed. |
| www.stolaf.edu /people/zorn/ozcalc/curveoperations.txt (337 words) |
|