mavkoup

10 Reputation

One Badge

14 years, 250 days

MaplePrimes Activity


These are questions asked by mavkoup

I apologize for the simpleness of this question. I have a table for example:

x = 11

y = 21

z = 65

 

and I want to just plot 11, 21, 65. How do I manage that? The order can just be the order from the table, ie (1,11), (2,21), (3,65).

 

Cheers!

Hi,

 

I've got a pretty intensive run going on in Maple and I wanted to speed it up. It involves computing every power up to some large number (100,000+) of small matrices (2x2) but with very complicated abstract polynomials inside. There's really no way to speed this up as far as coding is concerned so my only option is to use multithreading, since I need mutiple runs, or run this on some faster server/cloud.

 

1) Multithreading will...

Hi I would like to know how to traverse all terms in a polynomial. I've constructed formal polynomials out of abstract objects. They are all linear, without any cross terms. So I could have something like this:

f = 2a + 3b - c +8z

 

Ultimately I want to construct a table with the frequency of each element showing up in a random set of polynomials.

 

Thanks!

Page 1 of 1