MaplePrimes Questions

Hi

I want to simplify sin(x)/cos(x) to tan(x).

i have tried command simplify(sin(x)/cos(x),trig);

and

trigsubs(tan(x))[4] = sin(x)/cos(x)

(wrong way round)

rgds

I tried the following:

u1:=t->-exp(-a*t);
h1:=t->piecewise(t < 0, 0, binomial(n, t)*p^t*(1-p)^(n-t));
k1:=t->piecewise(type(h1(t), And(realcons,Not(infinity) ) ), h1(t), 0);
 

add(k1(t)*u1(t),t=-infinity..infinity);  [didn´t work. maybe 'add' kann only compute a finite number.]

First question: => How am I going to compute an EV, i.e. the sum from -infinity to infinity?

 

Next I tried:

Hi.

I have a problem with sketching the surface with maple.

The question is Let S be the union of the two smooth surfaces S1 and S2, where S1={(x,y,z) I x^2+y^2=1, 0<=z<=3-sqrt(3)} (I just want to make sure z is bigger than or equal to 0 and smaller than or equal to 3-sqrt(3)) and S2={(x,y,z)l x^2+y^2+(z-3)^2=4, z >= 3-sqrt(3)} (z is bigger than or equal to 3-sqrt(3)).

Use symbolic algebra software to sketch the surface S.

Hey guys i am currently attempting to do some modelling with maple, i need to solve a PDE system, i am using the following code and am confused with the error i'm getting. restart: M[Star]:=2*10^30: M[planet]:=2*10^27: q:=(M[planet])/(M[Star]): g:=sqrt((R-a)^(2)): H:=0.0333*R^(1): Delta[p]:=H: Alpha := unapply(piecewise(R <> a, 6.67*q^2*10^(-11)*M[Star]*(a/Delta[p])^4/(2*R), R = a, 1), R, a)

Hi.

I defined the following functions:

 

Hi there,

 

I'm using Maple 13.02 on Windows 7 64-bit.

I get the error message Error, (in plot) type `has_unit` does not exist every time I try to make a plot.

Example:

plot(x^2,x=-1..1) gives this error.

 

Dou you know what's wrong?

 

Have a nice day!

H.C., Denmark.

With the help of maple, how could I solve this one? Determine all values of c guaranteed by the Mean Value Theorem for
f (x) = 2 x^5 + x4^ - 3 x^3 + x^2 - x - 1 on [ - 1, 1].

Hello,

I have about 30 equations, let's call them Si

I want to plot them. Each Si is defined for some x between xi and xi+1

In other words, i want to plot:

S0  for x0 < x < x1

S1  for x1 < x < x2

S2  for x2 < x < x3

S for x3 < x < x4

... all the way to i=29

How do I select multiple non-contiguous lines of text (or math).  I have tried cntrl-slect, shift-select, anything I can think of -select with no success.

Thanks in advance.

Hello,

I've performed the exact same calculation (using the exact same worksheet, with absolutely no changes made) last night and today and got these results:

y=[0, .4646313991, .9499094532, .5799050874, .1092604065, .4031507404, .8483735670, .6138799333, .1913933456, .3724618402, .7707837830];

y=[0, .4646313991, .9499094532, .5799050874, .1092604061, .4031507404, .8483735643, .6138799354, .1913933461, .3724618343, .7707837938];

 

Which are exactly the same modulo the last 3 digits.

Digits=10 in both cases.

I'm solving a differential equation in a region of appearing and disappearing potential energy, hence there is a piecewise function in the PDE w.r.t. time. The potential disappears randomly, and I need to generate a set of random times about a mean that I can put into the piecewise function to achieve this. What is the best way of generating random numbers modelled by a Poisson distribution so they can be fed into a function? Any help appreciated, Ryan

Hello everyone (new here, nice place).

I'm working through the Introductory Programming Guide in the 'Manuals' section of the online Help in Maple 13.0 and so far the soup has been at a satisfactory temperature but now I've run into a problem using the backslash as an Escape character as in the examples at 'Special Characters in Names' in '2.2 Tokens' subsection 'Names'.

Specifically I can't make the example

`a\'b`;

Hi

Does anyone know how I can shade say the top 5% of a frequency plot. Imagine the frequency plot is generated in the following way:

 

with(Statistics):with(plots):
N := RandomVariable(Normal(0, 1)):
A := Sample(N, 500):
Q := FrequencyPlot(A, thickness = 3):
 

I thought

P:=FrequencyPlot(A,x=-3..-1,fill=true,colour=grey):
display(P,Q):

would work but no!

any good ideas??

thanks v much

Hello, I have the following problem in Matlab. I was hoping someone could tell me what I am doing wrong or why my expectations are wrong: I try to calculate a basic summation of sum(0^i, i = 0 .. 4). When calculated using Matlab 13, I get an output of 0. I was expecting this to be one, moreover because 0^0+0+0^2+0^3+0^4 equals 1. Besides, sum(p^i, i=0 .. 4), calculated by Maple gives me an outcome of 1+p+p^2+p^3+p^4. Substituting p for 1 gives an outcome of 1. So, can somebody tell me why Maple calculates sum(0^i, i = 0 .. 4) as 0 instead of 1? Thanks you!

Dear all,

 

I am dealling with an integral with changing lower limit:

int((k(1-x+.3*x*ln(x))+a)^2,x = s .. 1)

where k , a are constant and s<1.

 

When I input this in maple, I got the figure but I still can be get the integration.

Can anybody help me? Thanks.

First 2017 2018 2019 2020 2021 2022 2023 Last Page 2019 of 2431