These are questions asked by
alla
Isn't there a way to get Maple to document each step in its execution of a command? E,g,, I have a complicated expression that I want to SIMPLIFY & I would like to see how Maple does it.
Alla
I'm looking for the greatest integer function in Maple. I.e., [x] is the greatest integer < = x. What does Maple call it? What is the syntax?
Alla
In plotting two functions on the same plot, is it possible to specify two domains, one for each function?
Alla
I'm trying to graph nonlinear systems of inequalities. INEQUAL works only with linear systems. Someone in this forum suggested IMPLICITPLOT with the option FILLED = TRUE, but this doesn't always give the desired results since that option only gives the area between the curve and the x-axis a solid color. What I need is the power of OPTIONSFEASIBLE, OPTIONSEXCLUDED, OPTIONSOPEN, and OPTIONSCLOSED (options available with INEQUAL) that will work with nonlinear inequalities.
Alla
I want to graph nonlinear inequalities in two variables, but Inequal works only for linear inequalities. How to proceed?
Alla
For the polar equation, r = 2 sin(theta), will some kind soul please give me the syntax for a parametrized plot?
polarplot ( [ , , ] )
Alla
On some pocket calculators if you plot two polar equations on the same graph, you can get estimates of the coordinates of the points of intersection. Does Maple have something similar?
Alla
Simple question: Can Maple plot x = 3
Allan
The Maple Manual says to use a parametric plot to graph a circle. I've been fiddling with the syntax but can't seem to get it right. I want to plot
x^2 - 2x + y^2 = 0, which can be written as
(x-1)^2 + y^2 = 1
Can someone please give me the PLOT command to plot this circle?
Allan