Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi,

I posted a problem the other day to do with this specific problem and the issues got sorted out:)

The aim of the program is to find the catenary by iteration...

It's majorly diverging though and i'm not sure why.

Any ideas?

Thanks,

Rach

Trying_to_get_the_Ca.mw

Sometimes maple tends to press enter two times when I want to access a label with Ctrl+L

Here is what I mean:

This happened because it "pressed" enter 2 times. This doesn't happen all the time. Did anybody have this problem? Any way to fix it?

P.S. My space bar is alright 100%

Iexported as LaTex and get the following file. When I use TeXmaker run, the pdffile not full out put the result. It can not break page. I asked this questionat http://tex.stackexchange.com/questions/114182/how-to-break-page-result-of-maple-outputand get the ansewr. Is the maple2e.sty too old? \documentclass{article}\usepackage{maple2e} \def\emptyline{\vspace{12pt}}\DefineParaStyle{MapleOutput}\DefineParaStyle{Maple Output}\DefineCharStyle{2DMath}\DefineCharStyle{2DOutput}\begin{document}\pa...

I have written the maple code to calculate time domain value of the laplace domain equation. It contain slowly converge double series so that I used epsilon algorithm to accelerate convergence. one summation contain 7 terms and another summation terms reduce to 850 terms after the use of epsilon alorithms. I also used deHoog algorithm with 9 terms to obtain time domain data but maple give the following error:

Error: (in evalf/exp/general) object too large

Do...

In Maple , if i will take a particular value of (eta) then I am getting 11 solutions 5 -ve and 6 +ve. But I want to get the solution as a function of (eta), so that taking different values of (eta) I will get different solutions as a sequence.

Using the Turtle program as seen in the attached Maple document where

R - right turn
L - left turn
F - forward movement
B - backwards movement

I have the basic shape, but I dont know how to write a procedure so that it repeats at the necessary spots to create a fern that looks like this:

fern.mw

I have bracket matching turned on but donot get the rectangular yellow box around matching brackets as shown in the attached picture. Can anyone help me how to turn this feature on for both input and output?

How to open a Maple worksheet from VBA Excel?The Shell command, just open the application of maple, but not open the specified worksheet.Gracias

http://www.maplesoft.com/support/help/Maple/view.aspx?path=LinearAlgebra/ToeplitzMatrix
http://en.wikipedia.org/wiki/Toeplitz_matrix

in wiki it started from 1 at [1,1] if using below

however maple package started from 5

restart;

x := 1;

y := 3;

input := [1, 2, 3, 4, 5, 6, 7, 8, 9];
with(LinearAlgebra):

T1 := ToeplitzMatrix(input, 3);

T1 := Transpose(result);

i interpolate data and result in 96 equations

and then solve them and saved their roots into Vector roo, each of roo has 3 roots

and would like to animate first root of 96 equations, second root of 96 equations to see how roots move 

however meet difficulty when animate, how to animate this

moreover, is it possible to slow down the anime when playing it

> roo; Vector(4, {(1) = ` 1 .. 99 `*Vector[column], (2) = `Data Type: `*anything, (3...

 

Hi,

I have this system of lienar equations:

If I have the parameters-(v,k,lambda) of a combinatorical design, I wonder whether I can get the incidence matrix of the design or not with maple.

Remark:v is the number points of the design; k is the number of points on each line; lambda is the number of points common on every two lines.

Thanks!

 

 

I've a problem with the buttons. It's not a problem to make a line break, but if I reload or change the text into my button (while the program ist running) maple/maplets ignores all line breaks.

Here is an small example (maybe not the best):

with(StringTools):
with(Maplets[Elements]): ToGreen := proc()
Maplets:-Tools:-Set(B(caption) = "blue\nhallo");
end proc:

maplet := Maplet([   

Are There  options to solve this problem?

I solved a PDE system and got module() export plot,plot3d,animate,value,settings; ... end module (Got ui(x,t) and ur(x,t))
And after it I try to solve the task
Xs := [0, .175, .789, 1.818, 3.287, 5.183];
n := 1;
interface(prettyprint = 1);

for t1 from 0 by 50 to 50 do
k1 := sol:-value(t1, output = listprocedure);

First 239 240 241 242 243 244 245 Last Page 241 of 2218