Unanswered Questions

This page lists MaplePrimes questions that have not yet received an answer

I've made exam questions for students that they have to answer by doing some calculations in Maple.

I would like to let them copy the commands they used to a Maple TA text field.

However, the standard worksheet in our computer lab uses 2-D math. Copying this 2-D math to Maple TA works fine with "paste as plain text", but copying 1-D math also works with ctrl-v in Maple TA, which is more convenient for students under stress.

Since I am not allowed change...

Am i undestand right that all GUI-changed properties of plot are not accessable via command-line because with already pictured plot there are no binded variables and no method to bind? For example after manual streching and moving i need to work in interest area of graph i.e. includding new textplots there and so on. See only way to work with via DocumentTools component and it events to get e.g. xrange  and yrange. Is there better way?

My problem: Write the equation of the line (Delta) passing the point A(-2;3;4), perpendicular to the line

(l): x = -t + 1, y = 2t, z = 3t + 1

and have a distance from the point B(1;2;-4) obtain

a) maximum;

b) minimum.

Can you write for me a code? Thank you.

Problem. Let A(-1,3,-2), B(-3,7,-18), C(2,-1,-3) be three points and (P):
2*x - y +z  + 1 = 0 be a plane. Find the coordinates of the point M lies on the plane (P) so that MA^2 + 2MB^2 + 3MC^2 obtain the minimum value.
This is my code.
restart: with(geom3d):
A:=: B:=: C:=:
M:=: o:=:
eq:=solve([seq(o[i] = (A-M + 2*(B-M) + 3*(C-M))[i], i=1..3)]);
point(T, -1/6, 7/3, -43/6); # put T by my hand
plane(P,2*x - y +z + 1 = 0,[x,y,z]):

Hi!

how I import maple code in matalb for matlab simulink?

 

Hi,  I have and integral its results contains Beta function and hypergeometric function.
I found a difficulty to program the hypergeometric function with Maple 13. is any one can solve this problem
where

 

∫₀^{(π/2)}((sin^{α}xcos^{β}x)/(√(1-k²sin²x)))dx=(1/2)B(((α+1)/2),((β+1)/2))F(((α+1)/2),(1/2);((α+β+2)/2);k²),α>-1,β>-1,∣k∣<1

The problem in written...

Problem. Let (P): 2x -y +2z + 9 = 0 be a plane and two points A(3,-1,2), B(1,-5,0). Find coordinates of the point M lies on (P) such that scalar product of two vectors MA and MB obtain  the minimum value. 

Hi,

I have a rather burly system of PDE that I need solved in maple.  It's a little complicated to explain the set-up, but I am solving for some coefficients of a function expansion where each coefficient is solved in terms of some other known functions. 

Basically the problem is the technique and code works perfectly for another application, but it fails me here.  For one, when I try rifsimp(%,[a[0](x,y,t),b[0](x,y,t),c[0](x,y,t)]), it runs for...

Plase write for me a code for the following problem:

Let (d): (x-1)/2 = (y+2)/1 = z/1 be a line and

(P): x + 2y -z - 3 = 0 be a plane.

Write the equation of the line (Delta) lies in the plane (P), perpendicular to the line (d) and the distance between (d) and (Delta) equal to sqrt(2).

I just purchased Maple 15 student edition. I am attemping to create a plot. When I type the command I encounter a problem. The following keys will not work, ()[]{}. When I enter the ( the curser disapears and I am unable to enter any more keystrokes.  If I enter to many keystrokes Maple freezes and I can must close the program.

I want to connect Maple to a database with around 10 000 time series.
I have played around with Microsoft Access, SQL Server and MySQL.
However, none of them seems to be up to the task.

One of the problems that I had was that the connection (tcp-ip) between
Maple and the database was very slow also the databases them self did not
handle the large amount of data very well. Maples database
examples are not very helpful either. They only show "cute" examples

There is a cool option of dropping one graph from multigraph (after that it goes as separated one). How to get  this dropped structure itself? I.e. i have "graph" component with command AllPlots that itself is

AllPlots:=plots[display](AllPlotsStructure,...);

AllPlotsStructure is a list of plot/textplot.

After all i removed one structure by drag-and-drop on component. How to update AllPlotsStructure correctly?

Hi!

I have a sequence of difference polynomials (which I obtained by the method of finite differences) and I would like to find out if there is a recurrence relation between them.

 

The generating function of general difference polynomials is given by:

e^{zt}=\sum_{n=0}^\infty p_n(z) 
\left[\left(e^t-1\right)e^{\beta t}\right]^n.

I tried to solve a non linear coupled boundary value problem in MAPLE using DSolve command. The code is :

alias(eta = e, theta = t)

Eq[1] := 5*(diff(F(e), `$`(e, 3)))+(m+3)*F(e)*(diff(F(e), `$`(e, 2)))-(2*m+1)*(diff(F(e), e))^2-(4*m+2)*H(e)-(m-2)*e*(diff(H(e), e)) = 0

Eq[2] := diff(H(e), e) = t(e)

Eq[3] := 5*(diff(t(e), `$`(e, 2)))/Pr-(m+3)*F(e)*(diff(t(e), e))-5*m*(diff(F(e), e))*t(e) = 0

BCs := [F(0), (D(F))(0), (D(F))(infinity), t(0)-1, t(infinity), H(infinity)]

Is there any command in Maple 15 to linearize an PDE non-linear? Or or there is a package or help file to do so?

 

I'm handling with Non-linear PDEs in my work and I would like to solve them by these methods.

 

 

Thank You

 

Washington Inacio

 

 

 

 

First 286 287 288 289 290 291 292 Last Page 288 of 334