MaplePrimes Questions

I would have love to attach a document because I try pasting it but it is not allowed I want to integrate something of this nature;... I don't even get how to write anything here maybe because am using a phone.53e77f9f0cf21cc29fd9d4e8.pdf 

This is the paper i'm working on,

1) I couldn't get 11a and 11b on page 1918.

2) I don't know how to integrate 13b to 13e. Please somebody help my career I will never forget it.

My e-mail is foyt22@gmail.com

I would like integrate and plot the following double integral:

 

I enclosed tryingdf.mw

 

 

Maple always treat A as a scalar. How to solve this problem? Thank you.

 

 

 

Hello people

i have a quetion

what is the perposes of these softwares,maple,matlab,mathmatica and latex.

for example i listened from somewhere that matlab is best for matrices, then what are the major task of these softwares which i listed above including matlab,

how we make comparison of these softwares.

thanks

 

Hello

I have a simple list:

xlist := [150, 250, 500, 800, 1300, 2500, 5000]:

ylist := [.3, .5, .8, 1.0, 1.2, 1.4, 1.6]:

where after i said x:=plot(xlist,ylist);

What I want to do is ask maple" At what x value does the graph intersect with 1.5 on the y axis" or "at what y value does the graph intersect with 3000 on the x axis". 

The data points are just that, I've been looking for commands to ask these questions but have been without luck. You don't need to give me the answer if you can point me to somewhere where this information is written, that would be very helpful!

 

Thank you.

first_order_error.mw

hi.please see attached file and explain how i remove error

thanks alot

Where was this graphic of a mountain crater used in Maple?  The top left graphic from here http://www.maplesoft.com/products/maple/features/Visualization.aspx#

I haven't seen it used in any webinars nor have I seen it in the application center.  5 points to anyone who can find it :)

 

mid_point.mw

hi i a have a problem with program which attached..please help me

thanks alot

dsys3 := {(diff(w(x), x, x, x, x))/x^2 = .4/(x^3*(1-w(x))^3)+40*(1+.65*(1-w(x)))/(x*(1-w(x))^2), w(0) = 0, w(1) = 0, ((D@@1)(w))(0) = 0, ((D@@1)(w))(1) = 0}

dsol5 := dsolve(dsys3, numeric, output = array([.5]))

Error, (in dsolve/numeric/bvp) system is singular at left endpoint, use midpoint method instead

Hi,

I am a Maple über noob.

I am strugeling to figure out how to do simple phase calculations

For example

Phase_angle.mw

It is mainly for 3-phase angle calculation

  restart: with(plots):
  H := a -> piecewise(a>=0,1):
  f1 := y->(H(y-1*Pi)-H(y-2*Pi))*sin(y)^2:

  g1:=(f1(y)/sqrt(4*Pi*t))*(sin((x-y)^2/4/t+Pi/4)-sin((x+y)^2/4/t+Pi/4)):
  g2:= int(g1, y= 0..100):

  g3:= diff(g2,t):
  g4:= diff(g2,x$2):
  g5:= (g3^2+g4^2)/2:
  E2:= unapply(Int(g5, x= 0..100, epsilon= 1e-4, digits= 7), t):
  CodeTools:-Usage( plot(E2, 0..20, numpoints= 50, labels= [t, E]));

The above mentioned code should give constant figure, but it takes a lot of time and not accurate.

If you can help me to improve these codes, I would be pleased.

 

Thanks!

dear all

 

(1-pi*x/2)y[b]-1/3=int(t^4/sqrt((t^2-y[b])^2+y[a]^2),t);

x^2*y[c](1-pi*x/2)-1/3=int(t^4/sqrt((t^2-x^2*y[c])^2+y[a]^2),t);

 

i want to plot y[a],y[b],y[c] vs x.

plz help me.

thank you 

 

dear all

 

how Matrix(2, 2, [a,b,c,d]) change to:

a b

c d  

without [] !

 

 

Elast2.mw

 




 

 

Dear guys

I have an integral. I want to solve it by maple, but I can't. I think it's result is a hypergeometric function. Could you please guide me?

Int((2*(1-f)*t^(-f)/(3*A*f*(1-a/(A*f*t^(f-1)))))^(1/2));

I want to solve this for "t".

Thanks

a:=Matrix(10,10,0):
b:=Matrix(10,10,0):

a[1,5]:=1:

b[10,5]:=1:

animate(listdensityplot,[a*k+b*(1-k),smooth=true],k=0..1)

 

compared with the range option in animate

 

animate(listdensityplot,[a*k+b*(1-k),smooth=true,range=0..1],k=0..1)

 

My guess is there something happening with the default animation that causes the anomaly.

First 1233 1234 1235 1236 1237 1238 1239 Last Page 1235 of 2429