MaplePrimes Questions

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...

Hi everyone

It's been a while since I last used Maple, so maybe these are simple questions

The first is:

I have a DE

eqbz:=diff(y(x),x)=-l/x^2*(y(x)^2-yeq(x)^2)

yeq(x) is a simple function of x and I want to solve it with "l" as a parameter and ic:=y(0.01)=1

sol:=dsolve({eqbz,ic},numeric,output=listprocedure,range=0.01..10^3,parameters=[l])

then I proceed to plot

ysol:=eval(y(x),sol)

ysol(parameters=[l=x]):

I have two lists viz.

m:=[0,1,2,3,4,5]; n:=[0,1,2,3,4,5,6,7,8,9];

I have to define a mapping (i.e. a Maple table) say `p` such that

(1) p(0)=0,

(2) p(max(m))=p(max(n)) and

(3) For all other i in m p(i) is a random choice from n but with condition that p(i)>=p(i-1).

Help is desperately needed. regards

Hello,

I use the module DynamicSystem to transform a state system in transfer functions. Next, i can plot Bode diagram with this module.

However, i have a little problem. I don't manage to extract only one transfer function from a dynamic system when i have several transfer functions (see example below)


I'd like to plot the first transfer function alone in fact. How can i extract y1(s) ?

Hi,

I tried to export my maple document to latex using file->export function, but it won't export file correctly. For example

in maple
> a := 5431; b := 15971; c := 20551;
> f := -a-b-c;
                             -41953

in latex

\documentclass{article}
\usepackage{maplestd2e}
\def\emptyline{\vspace{12pt}}

I have an intermittent font issue in Maple 15 on Mac OS X 10.4 and 10.5.

Every-so-often it happens that certain characters do not show in the Maple output. These are usually greek characters or somewhat more exotic mathematical symbols. I do shuffle file back & forth between my systems which are Maple 15 and OS X 10.4.11 and 10.5.8. Java id 1.5 on both of these. Occasionally, a file may also get to a machine running Maple 17 on 10.6.8 with Java 1.6, but that is...

Hi

I want to write the following summation but Maple give the following error


summation: 

find the center of rotation  of the triangle ABC, if it is rotated to give triangle A'B'C', given that A(4,-2), B(5,-4), C( 6,-1),    A'(4,2), B'(6,3) and C'(3,4).

Hi,

statements

I have been running Maple 11 since 2007.  Recently my PC was upgraded to Windows 7: upon reinstallation I appear to still have full mathematical functionality but can no longer save files. The "Open" button/menu are both equally unresponsive, although I can open old files by double clicking on them,

Please could you advise how I can resolve this issue.  Thank you.

Dear

I wrote division of two  reguler matrices. I would like to give Maple program. What should I do?

Here is a link to a maple file I found describing what happens to a glider where k=.9--->  k=.9.mw

I would like to see what happens to the same glider when k=0.----> k=0.mw

***k is the strength of a propeller.

How do I determine whether or not it is a sink/source/spiral/etc based on the eigenvalues?
I was trying to use

f describe the horizontal motion

g describe the vertical motion

h := sin(t);    

g := piecewise(t < 0, Diff(x(h),h$2)+2*Diff(x(h),h)+10*x(h), t > 0,Diff(x(h),h$2)-2*Diff(x(h),h)+10*x(h));

dsolve([g,h]);

can not solve

Error, (in unknown) invalid input: diff received sin(t), which is not valid for its 2nd argument

 

f := sin(m(t));   
g := piecewise(t < 0, Diff(x(m(t...

First 1588 1589 1590 1591 1592 1593 1594 Last Page 1590 of 2427