ziox

40 Reputation

One Badge

19 years, 291 days

MaplePrimes Activity


These are questions asked by ziox

i have this code: S := []; for i from 0 by 5 to 150 do S:=[op(S),[i,(i+3)^2 mod 7]]; end do; plot(S, style = point) i want to plot points connected by lines. how do i do this?
what's the command to find if 2 is an element of {1,2,3,4,5,6,7} to return true?
How do I get maple to do polynomial long division?
how do i count the numbers of elements inside of a list like [[x,y,z]]? ie. [[3,2,5],[2,34,6]]. i would want it to return 2.
i have a list in the form of [[x,y,z]] where x,y,z are integers, i want to find all the elements of the form [0,y,z]. how do i do that?
1 2 Page 2 of 2