Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

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!

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

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

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

God forgive me, I know this is a bad way to start asking for help, but it is such a PITA to figure out how to get WYSIWYG representation of even simple Maple worksheets onto this forum.  I searched the catacombs of Rome looking for a simple way to attach a couple of (very small) Maple & Matlab files relevent to my current angst, but to no avail; the dragon of legacy unix protocol has slain its latest unsuspecting victim.

Hi everyone, seems I'm new here!

There is my first request:

Hi,

I try to solve the folowing task:

Simulate the behaviour of a skyscraper with eight floors during an earthquake. (assumption: cosinus stimulation). Determine the resonance frequency of the skyscraper. When does it collapse. Ignore damping.

Hi,

I'm writing an animation of the Spiral of Theodorus. I'm trying to get it to display a composition of the triangles as it animates. If i change the code to insequence=false it displays them all at once, and doesn't animate. Here is the little bit of code I wrote:

 

g := sum(arctan(1/sqrt(n)), n = 1 .. i)

p := seq(plots[polygonplot]([[0, 0], [sqrt(k+1)*cos(subs(i = k, g)), sqrt(k+1)*sin(subs(i = k, g))], [sqrt(k)*cos(subs(i = k-1, g)), sqrt(k)*sin(subs(i = k-1, g))]], color = white), k = 1 .. 16); plots[display]([p], insequence = true);

HI, URGENT! pls help.

the monster is

f := int(x^2/(e^x-1), x = y .. infinity);

y is some finite positive number. My goal is to plot f against y

I've tried to use either evalf or ApproximateInt to get a number but failed. The error msg either says object is too big or maple can't allocate enough resource.

pls help!

First 1809 1810 1811 1812 1813 1814 1815 Last Page 1811 of 2224