MaplePrimes Questions

proctes.mw

load this Maple code done'nt work!!!

Hi All

I've been trying to plot multiple data sets using the dataplot function but it doesn't seem to work. It just outputs what I've written. I was wondering is there some package I need to run dataplot? Or is there any other way to plot multiple data sets? 

Thanks in advance

 

 

I'm using Maple2019.

Here is my code:

with(geometry);
point(o, 0, 0);
point(A, 0, 1);
point(d, 0, 2);
point(F, 0.8944271920, 1.4472135960);
line(lOD, [o, d]);
line(lAF, [A, F]);
alpha := FindAngle(lOD, lAF);
 =
                      alpha := 2.034443936


FindAngle is supposed to return the smaller angle between two lines.

Here it is greater than Pi/2

How can that be ?

Thank you for your advice

Today I Installed  Physics Updates" version "642 in Maple2020, why does it tell me  it has installed but is not active? How to active it?

Physics:-Version(latest)

`The "Physics Updates" version "642" is installed but is not active. The active version of Physics is within the library D:\\Program Files\\Maple 2020\\lib\\maple.mla, created 2020, March 5, 9:36 hours`


diff(u(x,t),t,t)=c^2*diff(u(x,t),x,x);
 Where u(x,0)=f(x),D[2](u)(x,0)=g(x),u(0,t)=0=u(0,1)

 

I keep getting errors empty sets or only header information using the HTTP or URL package to when trying to download files from here through Maple. 

How do I download the csv files from here?
https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series

 

Hello,

is it possible to solve the attached partial differential equation with zero initial boundary condition?

If not by assuming diff(u(sigma, tau, phi, t), t, t)=0 is there an answer for the equation?

Thanks

lapla.mw

Is there anyway to animate d'Alemberts wave solution as time goes on? 

Suppose I have the initial value problem:

PDE:   utt = uxx

ICS:    u(x,0) = x

            ut(x,0) = f(x)

where f(x) is piecewise defined as:

f(x) = cos(pi*x), -1/2 < x < 1/2               and

             0             otherwise

Hello, I was wondering about the following.

cos(Pi/2^n) can be converted to a radical for each integer n, because cos(Pi/2)=0 is known and successively

cos(x)=sqrt( (1+cos(2x))/2 )

so in principle radical expressions should exist for all integers n. But maple only converts cos(Pi/8) to a radical, but not cos(Pi/16) and higher powers. Is there a simple way without writing an own program to obtain these radical expressions using convert(*,radical)?

Suppose two following Eqs.:

(1) du/dt+d(u*w)/dx=0

(2) dw/dt+wdw/dx=0

I want to expand u(x,t) and w(x,t) in the power series of epsilon

u=u0+epsilon*u1+epsilon^2*u2+…

w=w0+epsilon*w1+epsilon^2*w2+…

and change the variables x,t to X,T as follows

 X=(x-alpha*t) and T=beta*t,

and solving Eqs. (1) and (2) for different order of epsilon (epsilon, epsilon^2, epsilon^3,…) to finding u0,w0,u1,w1,…

How do I do that?

Thanks.

 

Hello

Im trying to solve an energy functional with two independant variables. so the result would be a system of PDEs.

Ive checked

DEtools-Hamilton eq

and

vector calculus-EulerLagrange(f, t, x(t))

But I couldnt figure out how to use 2 independant variables in these commands.

 

Your help would be much appreciated

 

 

Maple 2020 offers many improvements motivated and driven by our users.

Does there exist a way in Maple that you can detect a change in a text file without having
to constantly having to call the readdata which keep the command prompt busy in Maple.

Maple 2018  has recently has  become sluggish to start up  -and very slow to respond to input. Can anyone suggest remedies?  I have plenty of space and CPU. Other apps seem to start fine.  Can any suggest a diagnosis and/or solution?

Melvin

How do I know that what numerical method has maple used in this code.?

dsolve({eq11,eq21,eq3,eq4,bc21,bc22},numeric,continuation=lambda1,maxmesh=15000, output=array([seq( i, i=0..N,0.01 )]))

First 447 448 449 450 451 452 453 Last Page 449 of 2308