Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

 

 

Is it possible the contour plot of these coupled equations

restart:with(plots): Nb := .2; Nt := .2; h1 := 1+a*sin(x);h2:= -b-d*sin(x); a := 1;b:=0.1;d:=0.1;F:=1-Q-d;Q:=-1;beta:=0.1;alpha:=0.1;G:=0.5;B:=0.5; eq1 := diff(alpha*f(y),y,y,y,y)+G*(diff(theta(y),y,y))+ B*(diff(phi(y),y,y))+6* beta*(diff(f(y),y,y))*(diff(f(y),y,y,y))^(2)+3* beta*(diff(f(y),y,y,y,y))*(diff(f(y),y,y))^(2)=0; eq2 := diff(theta(y), y, y)+Nb*(diff(theta(y), y))*(diff(phi(y...

Eleven new Clickable-Calculus examples have been added to the Teaching Concepts with Maple section of the Maplesoft website. That means some 74 of the 154 solved problems in my data-base of syntax-free calculations are now available. Once again, these examples and associated videos illustrate point-and-click computations in support of the pedagogic message of resequencing skills and concepts.

This message has been articulated in ...

This post is a further exploration of the optimization problem of finding a point on f(x) = sinh(x) - xe-3x closest to the point (1,7).  The problem is part of our Teaching Concepts with Maple web site, a collection of video examples and Maple worksheets designed to illustrate how Maple can be used to generate...

Hi

 

I am trying to solve a Heat Transfer problem (of transient conduction in a 2D annulus of material with convective boundary conditions). I currently have a fixed heat transfer coefficient, but in reality this varies with surface temperature.

 

I am using the PDEsolve meothod to solve the equation. Is there a way of linking the temperature at the end of each time step into an equation to calculate h.

I am a Maple/programming...

Is it possible to have a contour plot of an ode, 

restart:with(plots);alpha:=1:

de1:=alpha*diff(f(y),y$4)+(diff(f(y),y$2)*diff(f(y),y$3)^2+diff(f(y),y$4)*diff(f(y),y$2)^2);

with  such type of bcs?

bc1:= f(1+sin(x)) = .95, f(-.1-.1*sin(x)) = -.95, (D(f))(1+sin(x)) = -1, (D(f))(-.1-.1*sin(x)) = -1;

contourplot({de1,bc1}, [x,y, f(y)],x=1..10, y=1..10);

Thanks

Let A(2 , -2 , 0) B( 4 , 2 , 5 ) & C( -1 , -3 , 0).Find  H(x,y,z) be the orthocentre of the triangle ABC.

Let N(1, 1)=1 and N(1,k)=0 if k<>1. Let N(s+1,k) = N(s,k) + N(s,k-1) + N(s,k+1).
Acting in such a way, we obtain  the triangle
         1
       1,1,1
    1,2,3,2,1
  1,3,6,7,6,3,1
.................,
where only the nonzero terms are shown.
What is the explicit formula for N(s,k)? How to find it with Maple?

how to solve two equations simultaneously in maple and also i want to get only real values,, just omit the imaginary results.. anyone help to me

 

 

 

Thankyou

Hello,

I want to build a paper model of an immersion of real projective plane made out of paper strips. I want to use maple to plot the curves which represent the paper strips. I have written a code shown below which computes the curve for one of the strips. In this code, alpha is set to Pi/2 and the computation goes through. However the computation should be performed for various alpha. But if I set alpha=0, then f (see code below) is not computable, if I set alpha=Pi/4,...

eq1:=diff(f(eta),eta,eta,eta)+f(eta)*diff(f(eta),eta,eta)+beta*(1-diff(f(eta),eta)^2)=0;

eq2:=diff(theta(eta), eta, eta)+pr*f(eta)*(diff(theta(eta), eta))+pr*Ec*(diff(f(eta), eta, eta))^2

+(2-beta)*pr*Q*theta(eta) = 0;

bc:=theta(9)=0,D(theta)(0)=-Nc*(1-theta(0)),f(0)=1,D(f)(0)=lambda,D(f)(9)=1};

Para:={beta=1,Ec=0.5,Q=-0.5,Nc=5,pr=3}:

How to plot -D(theta)(0) vs lambda?

Thanks

How many positive integer solutions (a,b,c) to 2a+3b+3c=2010

I created a math related blog, named ottomath, on Goggle blogger. My Maple 14 is on a PC. I post from a Mac.  Had to copy the Maple file to Word.  Then copy each input or output image to Paint to save as JPG, and then insert each image into the correct spot on the blog.  Very tedious.  Hard to control size.  Lots of unwanted spaces.  Is there a better way?

Hi!

I have a function of two variables f(a,b)

 f(a,b) =16*b^2/(a+sqrt(a^2+8*b^2))^2

and I need to rewrite it to a function of a single variable

f(x) = 16*x^2/(2+2*sqrt(1+8*x^2)+8*x^2)

where x=b/a. It is easy...

I‘m calculating the determinants for applying the cramer's rule in Maple, however the result is very "large" and I can't see the pattern easily. For a general formula of the determinant please refer to this link: http://math.stackexchange.com/questions/193961/determinant-of-a-symmetric-matrix.

 

I wonder is there a way to simplify the answer to a nice symetrical form?

Here is a possibly stupid one: I have written a couple of help files for a package I am developing. As things go; I want to update one. In the help system it tells me to edit the .mw file that i used to write the page in the first place, which I did. But then I am supposed to "Save to Database" from the Help menu.

But... there is no entry to "Save to Database..." in any menu; help or otherwise. Not even in the help system. So I am stuck with an edited help page that I cannot get to ...

First 1549 1550 1551 1552 1553 1554 1555 Last Page 1551 of 2224