SINGULAR example:
// find the equations from a parametrization t->(t^3,t^4,t^5) ring R=0,(x,y,z,t),dp; ideal i=x-t^3, y-t^4, z-t^5; ideal j=eliminate(i,t); j;