flyingpig
- 2,574
- 1
Homework Statement
On Mathematica.
Let's say I want to plot
y = 4 - x
x = 6, x = 0
So a parametric equation would be
y = 4 - t
x = t
So I tried ParametricPlot[{y = 4 -t, x = t},{t,0,6}]
But the range (the t values) aer only expanding the y-values.