Unanswered Questions

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

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

I have been trying to figure out how to use the flexible beam properly. I'm looking for a clear example on how to actually use this component. I have had no luck so far. I must be be missing something. 

 

The current example, http://www.mapleprimes.com/questions/94996-Flexible-Robot-Arm, does not really show much. 

 

Does someone have a simple example? Perhaps using the Flexible Beam as a cantilever, with one end fixed...

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

Hello,

I've been working on interacting with the MapleSim optimized C code (first post was here: http://www.mapleprimes.com/questions/145427-MapleSim-Connector-C-Code-Api?sq=145427) and two manuals were recommend to me to read, which were very useful. I ended up writing up an alternate implementation of the main method described in the one manual (http://www.mapleprimes...

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 do I do to get a single number (decimal) when I evaluate an input.

 

For example, I write this:

evalf((546, 1/1000000000)*(7, 0)*sqrt(36+1/(7, 0)^2));

but I still get the same thing as I inputed as a response, how do I do to get an actual number?

 

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:

First 291 292 293 294 295 296 297 Last Page 293 of 361