by "John St. Clair" <john.stclair@[EMAIL PROTECTED]
>
Jan 17, 2008 at 05:12 AM
The message below is being cross-posted from the LogoForum. Please
reply here at comp.lang.logo and it will be cross-posted back to the
LogoForum. The original author of this message is
jbhnj1975@[EMAIL PROTECTED]
for the suggestion Andreas, but I am using Elica. I wasn't
aware of the difference before now. Happy computing!
Jennifer
--- In LogoForum@[EMAIL PROTECTED]
"andreasmicheler"
<Andreas.Micheler@[EMAIL PROTECTED]
> wrote:
>
> --- In LogoForum@[EMAIL PROTECTED]
"jbhnj1975" <jbhnj1975@[EMAIL PROTECTED]
> wrote:
> > I would like to start with something simple like an xy plane
graphing a
> > parabola as y=(+/-)x^2
> >
> > Can I create a program (in Elica/Logo) that can solve and graph
> > equations?
>
> In aUCBLogo you might start hacking into the console
> something like this for graphing parabolas:
>
> xmax=4
> N=100
> x=rseq -xmax xmax N
> y=(x-1)^2*0.5-5
> xt=x*400/xmax
> yt=y*50
> cs windowmode setpc "blue
> pu setxy xt.1 yt.1 pd
> setxy xt yt
>
> Cheers,
> Andreas
>
__._,_.___
LogoForum messages are archived at:
http://groups.yahoo.com/group/LogoForum