Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

In my complex root finding problem it is essential to obtain complex roots in each period of the function. to do this i have write the following code with functional periods but it doesnt work. would you please tell me why? and how can i correct the code?

A curve has the equation y=f(x).

Find the eqn of the normal to the curve at the point x=xin the form y=g(x, x0) and write a procedure to plot curve y=f(x) with its normal at any point on the curve.

Animate the plot so that the normal is seen sliding along the curve.

How can I simplify the following expression

sin(x+pi/4)+cos(x+pi/3)

to the following form

A*sin(x+B) or A*cos(x+B)

where A and B are calculated constant

 

How do I convert the following trigonometric expression?

sin(A)+sin(B)->2sin(A+B)/2*cos(A-B)/2

Hi!

I want to program a specific type of tensor product in to Maple. For two 2x2x2 tensors (hypermatrices)

(A|B) and (C|D), there is a product x defined by equation (2) in the link that yields a 2x2x2x2 tensor

(it would be too difficult to type the product here). If someone

could please let me know how to write a short algorithm that takes as input (A|B) and (C|D) 

and outputs the product (represent it however is most convienent). 

Hi I am writing a program that studies the stability of a dynamical system. I want to sort the eigenvalues of the matrix by magnitude in ascending order and then assign theses eigenvalues to a variable and then check to know those that are outside the unit circle. I am dealing with a 5 by 5 matrix. Do not want to go through  the permuation of thses eigenvalue which is lengthy. can someone help me out. JUS HOW TO ASSIGN EACH EIGENVALUE TO A VARIABLE. THANK YOU

Dear All,

I am trying to find the exact amplitude and phase angle for the signal, with values attached using MATLAB.  BUT the phase angles doesn't make sense.  Can you guys help me in doing the FFT of the signal and find the amplitude and phase using MAPLE.   I am interested in,  fundamental component, 5th , 7th , 11th, 13th 15th, 17th and 19th harmonics with their phases.

I shall be very thankful if anyone of you can actually solve the problem.

I'm looking to create a procedure,Inside:=proc(expr), in maple that takes an expression and will return a direct graph of all the elements,including the operands,of that expression.

For instance for x+2*y*z^2 the output should be (in a graph form not a tree)

                           +
        ...

On Maple 16.02, plattools[transform] only works for very simple procedures. It does not work for procedures with the `if` function even with the simple arrow definition. or with any if-block in a more general proc definition.

With the sequence of commands:

simp:=plot(sin(x), x=0..Pi);
f:=(xx,yy)->`if`(yy > 0, [xx,4*yy], [xx,yy]);
trns:=plottools:-transform(f);
trns(simp);

The first three statements run without error messages. At the last...

I want to simplify the following trigonometric expression

sin(x)*1/2+cos(x)*sqrt(3)/2

to

sin(x+pi/3)

how can I complete this procedure?

Can you confirm that Maple 17 was announced.  I'm thinking that I saw a notice on this.  If so what is the release date?

Thank-you

Mary-Lou Mowat

Please Help me:
First to solve this integration note that it is working if sigma=0.1.
Secondly I want to increase the accuracy of the result of sigma=0.1 as
there is slight difference between this numerical integration and montecarlo simulation 
using MATLAB.
 
restart;Q := x->0.5*erfc(x/sqrt(2));

sigma := 0.3;

SNR := [seq(1 .. 25, 1)]; for i in SNR do mu := evalf(10^(.1*i));

hello;

i want to rewrite the following matlab code to maple13

L=10*ones(2,m),L(1:2,1)=[90;90];

v(1:2,1:m)=[sum(L(:,1:m)),sum(L(:,1:m))];vv(1,1:m)=v(1;1:m);

this is a piece of program

I need help solving the following:

Plot y=x^2 and its tangent line at x=1, y=2x-1, on the same x-y plane over the following intervals:

a [0,2]

b [0.9,1.1]

c [0.99,1.01]

d Observation

Any help would be appreciated.

Hi,

Presently, I am trying to find a way to replace functional expressions by a variable 

For example I have an expression as follows:

p:=f(x)^2 + g(x)^3 

I would like to get this to look like 

q:= f^2 + g^3 

Does anybody have an idea of how to do this in Maple? 

Thanks,

Willem

First 1491 1492 1493 1494 1495 1496 1497 Last Page 1493 of 2224