# Parametric Point on a parametric line y=m*x+b ParamLine:=proc(m,b,t): [t,m*t+b]: end:
ParamLine:=proc(m,b,t): [t,m*t+b]: end:
[t,m*t+b]: end:
end: