MaplePrimes Questions

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

Hello, id like to find the analytic expression for the following sum.

Sum[Exp[-Sqrt[x]], {x, 1, infinity} ]

 

I can prove convergence, but i cant figure out a way to find the sum, i have tried maths programs (Maple, Mathematica), books on integrals (Gradshteyn, Prudnikov) and tried myself with no result so far.

 

Thanks for the Help in advance!

Hello everyone!

I'm looking for someone who can write a program for money. I don't know how to write programs in maple language.

I need it as soon as possible.

 

The task would be to rewrite differential sheme using Thomas algorithm(tridiagonal matrix algorithm).

 

If you are interested, please write me - gintarewru@gmail.com for details.

 

If you know any sites where I can share this post, please tell me.

I need some sugestions how to expand terms raised to some exponent within an expression. How to simplify,How to collect terms with some conmon factor within the same expression relativistic_11.mw

Dear All,

 

I have an implicit function f(x,y) in terms of special functions. I need to optimize it.  So  I plotted it and found the location of the zero slope. However I cannot get the precise value of x and y, where the slope equals  zero.

 

Is there any better option to get the location of x and y, where the slope is zero?

 

Thanks in advance.

hard code in this way is quite complex, how to do without hard code

after i get G which is an array for below, 

Ga := Basis({a*G[1],a*G[2],a*G[3],a*G[4],a*G[5],a*G[6],a*G[7],a*G[8],a*G[9],a*G[10],a*G[11],a*G[12],a*G[13],a*G[14], (1-a)*K[1], (1-a)*K[2], (1-a)*K[3], (1-a)*K[4]}, 'tord', deglex(a,r,u,v,w));

Does anyone here uses SemiAlgebraic or CylindricalAlgebraicDecompose commands often?

The following error (see file below) was not caused by a typo (with smaller polynomials, I do not get them). The system of polynomial inequalities is generated by a code so again there are no typos. Would any one know what this error means? Maple website has no information on it.

the goal is to check kernel belong to image in Maple

restart;
with(Groebner):
K := {r-x^4,u-(x^3)*y,v-x*y^3,w-y^4};
G := Basis(K, 'tord', degrevlex(r,u,v,w));
R1 := eliminate(G, {r,u,v,w}); # eliminate is the reverse of Basis
Ga := Basis({a*G[1],a*G[2],a*G[3],a*G[4],a*G[5],a*G[6],a*G[7],a*G[8],a*G[9],a*G[10],a*G[11],a*G[12],a*G[13],a*G[14], (1-a)*K[1], (1-a)*K[2], (1-a)*K[3], (1-a)*K[4]}, 'tord', deglex(a,r,u,v,w));
Ga := remove(has, Ga, [x,y,a]);

am using this command in end of my code 

> Points := [seq(seq([x[i], y[j], U[i, j]], i = 0 .. M-1), j = 0 .. N)];
> Points1 := subs({BC, XY, op(SOL)}, Points);
> pointplot3d(Points1, symbol = solidsphere, labels = [x, y, U], shading = zhue, orientation = [50, 70], axes = boxed);
but at last line am getting error
Error, (in plots/pointplot) incorrect first argument

                

restart:
> Digits:=30:
> with(linalg):
>
> h[0]:=0.156;:
> d:=0.32*h[0]:
> l:=4:
> h[1]:=h[0]-d:
> h[2]:=h[0]+d:
> g:=9.8:
> Term:=12:
> Num:=3:
> n:=4:
>
> for N from 1 to Num do
> lambda:=2*n*Pi/l:## N1 wei sha ba tiao shu
> epsilon:=evalf(0.5+2*(N-1)/(Num-1)):
> k[0]:=evalf(0.5*Pi+2*(N-1)*Pi/(Num-1)):
> tau[0]:=evalf(k[0]*h[0]):
> omega:=evalf((g*k[0]*tanh(k[0]*h[0]))^(1/2)):

First 1617 1618 1619 1620 1621 1622 1623 Last Page 1619 of 2427