MaplePrimes Questions

I'm entering many 1 row x 2 column tables mixed with text in a document.  In all cases I don't want the lines around the cells and I want the text in the cells to centered rather than left justified.  

Is it possible to change the default properties of tables rather than having to change the properties of each one after I enter it?  This is Maple 14

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 better understand now.

Given that I know my polynomial, is it possible to rotate the the paraboloid around another z axis passing through the minimum of the paraboloid, while keeping the same representation?

I'm really sorry to bother you all, I really need this for a presentation.

Regards

Please write for me a code with following problem:

Write the equation of the plane wich passes through the two points A(2, -1, 0), B(0, 1, -2) and makes an angle 60 degrees with the plane x + 2y +z + 4 = 0.

Thank you very much.

Pease write for me a code with problem:

Find the equation of the plane (P1) which passes through the point M(1; 2; 3), perpendicular to the plane (P2): 5x -2y +5z + 10 = 0 and make an angle 45 degrees with the plane (P3): x - 4y -8z = 0.

Thank you very much.

After loong time calculations i obtained results and manually fitted them. Of course, as usually happens, kernel broke and all i have is output (output in rtable form). So i decided simply export-import them and continue my manipulations.

All i see is "export to ml form". So i did it. And after that i tried to reimport them via

MathML[Import]

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

How to change "Scaling" in order to during "zoom in" coordinates x and y zoomed in user defined way?

Problem. Write the equation of the line Delta which parallel to the planes 

(P): 3x +12y -3z -5 = 0, (Q): 3x -4y +9z + 7 = 0

and cuts two the lines

(d1): x = 2t -5, y = -4t + 3, z = 3t -1

(d2): x = -2m + 3,  y = 3m  - 1, z = 4m + 2.

This is my idea.

1) Put A(2t -5, -4t + 3, 3t -1) and B(-2m + 3, 3m  - 1, 4m + 2).

2) Find coordinates of vector AB.

3) Because Delta parallel to the planes (P...

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.

HI,

 

I want to create a Textbox which will be opened in the beginning of a Maple code. In this Textbox I want to write an integer, which will be used for a following calculation.

I already found this code:

 

> restart; with(Maplets[Elements]);
print(`output redirected...`); # input placeholder
> maplet := Maplet([["Insert Text", BoxCell(TextBox['IB1'](1 .. 10))], [Button("OK", Shutdown(['IB1'])), Button("Cancel", Shutdown())]]);

Problem: Let (d): x = 2*t + 3, y = t -2, z = -t -1 be a line and (P): x+ y + z + 2 = 0 be a plane. Write the equation of a line Delta lies in the plane (P), Delta perpendicular to the line (d

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)]

Postage_Stamp_proble.mw

Hi

I have a program which I need to exit a loop when an error is thrown. it should then output the value of a. but it doesn't....

 

First 1774 1775 1776 1777 1778 1779 1780 Last Page 1776 of 2429