jmarr2

5 Reputation

2 Badges

14 years, 287 days

MaplePrimes Activity


These are questions asked by jmarr2

Typically, plots on a Maple worksheet fill substantial portions of the printed page when they're printed out.  What I'd like to do is resize plots, prior to printing, such that they're smaller when printed.  I'd also like all plots on a worksheet to print out at the same size.  Note that simply highlighting a plot on the Maple worksheet and then pulling the corner to resize it, is not what I want to do:  I find it very difficult to anticipate the...

I have two inequalities in the complex variable z, called "ineq" and "ineq2".  When I issue the following plotting command, I can show the region of the complex plane that satisfies both inequalities:  It appears as a black region:

 

plots[implicitplot](eval(ineq = ineq2, z = x+I*y), x = -8 .. 8, y = -8 .. 8, gridrefine = 3, filled = true)

 

Now, I would like to generate a similar overlap plot, but for three inequalities,...

Page 1 of 1