kristavaldes

15 Reputation

5 Badges

4 years, 269 days

MaplePrimes Activity


These are questions asked by kristavaldes

Having trouble with starting off the three ways to complete this question.

Give three ways to plot the unit circle?

Plot the first 20 Fibonacci numbers.

I have this so far..

restart;

nums := [seq(i, i = 1 .. 20)]*with(combinat, fibonacci);

fibnums;

 

1 2 3 Page 3 of 3