Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Noted.
Of 4000 daily visitors of the site pages Russian Maple ApCent (during the examination session) 3800 - Russian students, and only 100 - Ukrainian. Sad.
Dynamics of visits:
June 2010 - 44.656 (35,000 for one day! - Unified state examination in mathematics (EGE) 

Hello,

I use the following commands to generate the frequency response of a system,

with(DynamicSystems):

sys := TransferFunction(10/(s*(s+1)*((1/4)*s^2+1))):

NyquistPlot(sys)

but the figure which maple outputs seems not good because the ranges of x-y axises are very large. I try to use NyquistPlot(sys,view=[-20..20,-20..20...

>restart;
v1 := evalf(30*Pi/(180.));
v2 := evalf(120*Pi*(1/180));
r1 := 600;
r2 := 1800;
                                0.5235987758
                                ...

Hey Mapleprimes,

 I have a set of 3x4 Matrices and i need to filter some out, but cant find the right maple commands. Example Matrix:

[2 4 0]    row 1

[0 2 2]    row 2

[0 2 2]    row 3

[4 4 4]

 

row 2 = row 3

 

1. If all elements of a matrix have a common divider, such as 2 in the example matrix, I need to store the simplified matrix, meaning the one with all values divided by the common divider....

I am setting up a new machine.

 

I was running Maple 13 on another machine running Fedora Linux 13.   I don't remember if I had any problems setting it up, but it was running fine.

 

But I removed it from the old machine and installed it on the new machine which is running Fedora 14 Linux.

 

Maple 13 loads but I get a message from SELInux about a problem with Maples's mserver and execcstack.   ...

DirectSearch optimization package, version 2 is now available.

        The DirectSearch package is a collection of commands to numerically compute local and global minimums (maximums) of nonlinear multivariate function with (without) constraints. The package optimization methods are universal derivative-free direct searching methods, i.e. they...

I have problems with a variable that is given only implicitly. Maple provides incorrect answers but I am not sure where I make the mistake. Thanks for any comments! Here is what I do:

(1) I use "assume" to set properties of two paramters a and b.

> assume(a > 1);
> assume(b > 1);

(2) Since the variable "x" is given only implicitly, I define an implicit function following the description in the thread "How to define an implicit function in Maple?".

Hi, i want to overload the operators of union, intersection etc. But i do not know how to start this. kindly provide basic help. thanks.

Here is the info that i have i need to plot a piecewise-defined funtion that has a value sin(x) between -2*Pi and -1, value x-1 between -1 and 2, and a value of cos(x) for x between 2 and 5. Can anyone help me?

Hello,

After using the following command

 

print(plots:-display(%,%%)):

 

I generate a graphic. This graphic is possible to export as JPEG format using the mouse (selecting the option to "export").

Nevertheless, I would like to export (in JPEG format) this graphic (plot) using commands of Maple. How could I do that?

 

Thanks a lot for your attention,

 

Jean-Jacques

 

I am attempting to create an interactive number line.  I would like to allow the user plot a point on the number line with the mouse.  The value of the point plotted would be passed back to a Java program.  Can Maple do this? What is the best way to implement this?  

 

Thanks

Hey there,

i have (for example) these two B/W images and would like to calculate the displacement of the cross via an image correlation.
does anyone has an idea how to succeed???
is the Correlation function in the Statistics package usable for this task?
thanks in advance!

    

How to solve the linear system by using maple

2y' + xy =2  with y(0)=1

Hello,

I want to solve the following equation:

equ := 4*arctan(x)-4*x/(1+x^2) = 0

so I use fsolve(equ,x) to get all solutions of equ, but only get one of the roots:zero. Actually, equ has three roots, as the picture which can be generated by the following commands illustrated.

f1 := arctan(x):

f2 := 4*x/(x^2+1):

p1 := plot(f1, legend = ["arctan(x)"], color = red):

p2 := plot(f2, legend = ["4x/(x^2+1)"], color = blue):

First 1753 1754 1755 1756 1757 1758 1759 Last Page 1755 of 2247