MaplePrimes Questions

PDE:  utt=c2uxx+f(x,t)   ; f(x,t)=a*sin(2*pi*t/P)

BC: u(0,t)=0,u(L,t)=0;

IC: u(x,0)=0,ut(x,0)=0;

who can show me the steps by using maple? and i need help to plot the graph as well. thx!

Is there a function in Maple which allows to send emails?
I am bulding a maplet where I want maple to send a email
as a reminder at the end of each month to a specified emailadress

Is this possible ?

Hi,

imagine I have the following line:

 

(y/2)*(4/3)*sin(x);

 

can I tell Maple not to merge everything together? I want to have it all seperated, like a separate fraction for y/2 another for 4/3 and then comes the sine, with small spaces between them, indicating multiplication.

 

thanks.

I would also like to have an answer to that question !
How would I specify the below code (yahoo finance) for google finance?

> sid := Open("ichart.yahoo.com", 80); Write(sid, cat("GET /table.csv?s=", ticker, "&a=", startMonth-1, "&b=", startDay, "&c=", startYear, "&d=", endMonth-1, "&e=", endDay, "&f=", endYear, "&g=", timeStep, "&ignore=.csv HTTP/1.0 \n\n")); str := ""; b := Read(sid); while b <> false do str := cat(str, b...

If I type FormatTime() then I get todays year,month and day.

What should I type if I want the year, month and day one month ago?

I am just moving from Mathematica to Maple, since I just found out Maple is better suited to my needs. I checked some basic functions, and Maple seems to be pretty perfect. However, I cannot find a way to do a revolution plot. In Mathematica I usually used the command RevolutionPlot3D. But here, in Maple, I cannot find a way to do it. Can someone help?

 

Here is a sample of what I am talking about:

I can`t solve this equation

 

 rtoc(x,y,z):= < sqrt(x^(2)+y^(2)) | if 0<x then (arctan(y/(x)))else (Pi+arctan((y)/(x)) )end if  ; | z     >

I am a new user migrating my calculus labs from Derive to Maple.

One exercise asks the student to "write a program" to convert coordinates of a point between 3-D coordinate systems. 

I have tried the function definition given above and the error message is "unable...

Dear all,

could you please guide me how to find my post quickly on this site? Can I save it somewhere to access it quickly when signing this site again?

Thanks,

Au Nguyen.

Assuming I have a general function f(x). The derivative with respect to x would be: df/dx .

I now want to rescale, which basically means that I want to change x to a*y where a is a parameter (general constant) and y is my new variable.

If I use

subs( x=a*y, df(x)/dx )

I get

d/d(a*y)  f(a*y)

but 'a' should be a parameter, so this should give

1/a * df(a*y)/dy = df(y)/dy

How do I tell that to Maple?

 

I know that I have raised this question before, and also got some responses.

However, I cannot find the thread, and I'm still interested in what is going on.

I don't have a clue.

restart;
f:=proc(a)
plot(sin(x),x=0..Pi);
#plot(x^3,x=0..1);
#plot(undefined,x=0..1);
a^2   
end proc:

#Now try plotting what should be the parabola y = x^2 on the interval -1..1:
plot(f,-1..1,adaptive=false);
plot(f,-1..1);
plot(f(a),a=-1..1);

Another pointplot3d animate problem

when the axes option is not specified the view option magnifies the symbols when symbol=circle
The field of view is not increased as it should.

animate(pointplot3d, [[[1, 2, 3], [4, 5, 6], [2, 2, 2]], color = blue, symbol=circle, orientation = [A, A]], A = 45 .. 405, view = [-100 .. 100, -100 .. 100, -100 .. 100], frames = 100);


 This is in Maple 12, I haven't checked to see if it exists in newer versions of Maple. 

 i want to create matrix that it`s element are matrix.
for example my matrix is 3*3 and elements are 2*2
in addition my element-matrix elements are unknown(x11,x12,........)

i got many float data from 'for' sentence relating x,e.g.

for i to 4 do
  x := 0.01*i;
  if (i = 1) then
    y := 0.2;
    z := 0.05:
  elif (i = 2) then
    y := 0.3;
    z := 0.5:
  elif (i = 3) then
    y := 0.5;
    z := 1.05:
  elif (i = 4) then
    y := 1.2;
    z := 2.05:
  else

Hello all,

I have a nonlinear model y=f(x,y,z,p) that I'd like to solve for various value of p (parameter), where f is a system of equations. This model is constrained by a set of inequalities c(x,y,z,p) <= 0.

I coded the model up in Maple in the following format:

f1 := ...;
f2:=....;
f3:=...;
f4:=...;
c1:= x>=0;
c2:= ....;
etc.

To solve this, I type:

First 1962 1963 1964 1965 1966 1967 1968 Last Page 1964 of 2431