Parametric function>output curve
Answered
Hello All,
I am trying to create a curve as per example.PNG but I am only able to output a plot of points where I must first "Turn Animation" on this then generates curve_data_output.PNG from curve_data.PNG.
To provide slightly more information;
1<=K<=Lim
b = K * (equation with some variables 1,2,3)
x_B = equation involving b and variables 1,2,3
y_B = equation involving b and x_B
curve(x_b,y_B,K,1,Lim)
Ideally given my input parameters (x_B, y_B) I would like to be able to generate a curve such as example.PNG without having to "Turn Animation" on. This curve would then be dependant on variables 1, 2, 3.
Thanks and sorry for my vagueness!
Tom
curve depends only in a one variable
ie: curve(3 cos(t),sin(t),t,0,pi)
curve(t,ln(t),t,1,7)
curve(5 cos(t) sin(5t),5 sin(t) sin(5t),t,0,2pi)
Comments have been locked on this page!