MaplePrimes Questions

I have many Maple T A questions written in LaTeX most of which include \code sections with variables. When I LaTeX the question files I get a pdf which shows all code and the variable names. I can't show the students the resulting pdf file with all the code comments. But I would like to show the students a collection of sample problems. I could print the MapleTA html pages, but I would rather just use the existing latex files to generate sample questions. My goal is to include these question in a book.

a:=[ [ 6,3],[5,6],[6,6],[5,8],[4,7],[5.5,10],[6,12],[5,11],[5,13]]

how do I select the list sets, say that contain in the first position 6.  Something like

if a[i][1]=6 then put the pair in a list.

 

 

Hi everyone.

For example, I have

...

plo[i] := plot([u[i](t), v[i](t), t = k[i] .. k[i+1]])

...

Now I want to draw all these plots on the same picture:

with(plots):display([plo[1],plo[2],plo[3],..........................................]);

How can I place all plots in brackets? Number of iterations varies, and there are a lot of sets of iterations, so I need a universal way to do it.

Tried to use Array() but didn't suceed.

Thanks for help!

I was trying to locate a good simple sorting method and found one however in attempts to use it, it appears not to work the way I had expected.

a := [[1, 7], [2, 3], [5, 4], [1, 2], [8, 9], [7, 9], [1, 6]]:

Hi,

I try to plot the deflection of a skyscraper. Therefore I need a very long calculation and the constants c_1 to c_14.

In View 16983_skyscraper.mw on MapleNet or Download 16983_skyscraper.mw
View file details
you can see my calculation.

Dear fellow forum members,

I have decided to write a simple package for Maple. No decent package is complete without documentation.

Dear All,

Is it possible to make Maple assume all variables in a worksheet are real, instead of having to apply to the 'assume' command to each variable indiviadually? Thanks!

 

Bartek

Dear All,

    I am looking for a textbook which could be used as a supplementary text for a graduate-level course on ODEs and Dynamical Systems. Ideally, such textbook would feaure numerous examples in Maple, mostly symbolic but with some numerical as well, illustrating certain more advanced topics in the theory of ODEs. Such topics could include stability theory with Lyapunov functions, stable and unstable manifolds, hyperbolic theory, center manifolds and nonlinear stability, periodic orbits and limit cycles, Poincare-Bendixcon theory and phase spaces.

Can someone point me in the right direction?  I want to simplify equations of the type:  4*2^n into 2^(n+2).

Thanks!

I got a function to express v*t=(S0-St)+Km*ln(S0/St). The only unknown here is St. I solve it for St and get

St=LambertW((S0*e)/Km)*Km)

Hi all, would greatly appreciate if someone tells me

how to plot two lines eg in Maple but the point of intersection is shown on the graph.

Is this possible?

Thank you very much ...

I upped an example to show what i want. I need to connect the blue and yellow joint with a rigid body frame. The length of this frame should MapleSim derive from the initial position of this arrangement by itself (Spherical Joint S1 and Revolute R3 have strictly enforced initial conditions, yellow joint has a fixed position). Is there such a feature like inserting a frame between two given points in MSim4 ?

How to plot (x-1 < 0 /\ y =0)?

Thanks in advance.

Can we add our own custom symbol shapes to the maple library to use with the command symbol=  ?

Hello, I am currently using the GF package to create finite fields: GF(2^16) = GF(2)[X]/(X^16+X^5+X^3+X^2+1) and GF(2^4) = GF(2)[X]/(X^4+X+1). But how can i get working into GF(2^16) defined over GF(2^4) ? That's with polynomials of degree at most 3, whose coefficients are in GF(2^4). Thanks, -- J
First 1999 2000 2001 2002 2003 2004 2005 Last Page 2001 of 2434