Rose wrote:
>
>
>> Try doing a parametric plot:
>>
>> var('t')
>> parametric_plot( (3,t), -10,10)
>>
>
> Heeeee, I don't even understand what is a parametric plot (and what I
> found in SAGE literature is to complex for me). Can you please
> explain.
You can look it up in an algebra book or calculus book for more details,
but basically, the command above is saying to plot the points (3, t) for
any t between -10 and 10. In other words, plot points with x-coordinate
3 and y-coordinate "t", where t goes between -10 and 10.
That said, William's suggestion of using the line command might be easier.
Jason
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---