huajun

15 Reputation

2 Badges

2 years, 200 days

MaplePrimes Activity


These are questions asked by huajun

Hi.

plot([cos(t), sin(t), t = 0 .. 2*Pi]) give a nice circle.

but

plot([cos(t), sin(t), t = 0 .. 2*Pi*10000])

have the whole circle filled.

Is this a bug or expected behavior?

Thanks.

Huajun

I have, for example,

> x(t) := sin(a)*cos(t) + cos(a)*sin(t)
            x := t -> sin(a) cos(t) + cos(a) sin(t)
> y(t) := combine(x(t))
            y := t -> combine(x(t))

>y(t);
            sin(a + t)

> x(t);
            sin(a) cos(t) + cos(a) sin(t)

# wanted but cannot do this: x(t) := combine(x(t))

Any workaround?

Thanks.

Page 1 of 1