Art Kalb

237 Reputation

12 Badges

16 years, 341 days

MaplePrimes Activity


These are questions asked by Art Kalb

Hi,

 

I am trying to figure out a way for Maple to handle group action.

Specifically, I have a set of sets. Each set is has three distinct numbers between 1 and 6.

Under a permutation element from S6, this set should be mapped to another set.

For example [[1,6]] maps {1,3,4} to {3,4,6} (order is not important).

Anybody have a clever way to do this?

 

Regards.

Hi,

 

I am trying to create a semilogplot-type plot with the axis tickmarks labeled as a typeset version of "10^0","10^-1","10^-2", etc.

I have tried a few different approaches. If I used semilogplot, I don't seem to be able to get the descending order of exponents (0,-1,-2, etc.) as I go right on the x-axis. They are also not typeset.

I can get around the descending order rather easily by just using plot and doing some remapping of my functions....

I am trying to figure out how to factor expressions like:

1+2*exp(x)+exp(2*x)

Simply trying factor does not work.

factor(1+2*exp(x)+exp(2*x)) => 1+2*exp(x)+exp(2*x)

Of course, I can force a substitution and make it work:

factor(subs(exp(2*x)=exp(x)^2,1+2*exp(x)+exp(2*x))) => (exp(x)+1)^2

In general however, I would like to not have to specify a substitution or even what is in the exponent!

Any help would be appreciated.

Thanks.

I am wondering if there is a way to get rid of the extra space around the gridlines, especially in "axes=boxed" mode.

For example, if y=0 is my lowest tickmark, the plot box extends slightly below the y=0 gridline. I would like the plot box to fall exactly on the y=0 gridline (like Matlab would do it).

Anyone know a solution to this?

Thanks.

Hi,

 

I am trying to size a postscript plot in Maple 12.

I don't seem to have any control over the plot size with the width, height, axiswidth, axisheight options.

Is there something I should be doing to get control?

 

Additionally, is there a way to tie these values into the plot export facility?

 

Regards

 

4 5 6 7 8 Page 6 of 8