MaplePrimes Questions

Is there any way for maple to compute the nth degree taylor polynomial?
I tried using taylor(f(x),x=0,n) but that gave me an error. So then I tried taylor(f(x),x=0,infinity) but that just ended up giving me a memory error. Any help?

I have simulated 50 trajectories of an ODE system, with  a command roughly like this:

myPlot :=
 seq( plots:-odeplot
    ( Sol(i)
    , [ u(t), r(t), q(t) ]
    , t = T .. 0                          ### Time Run Backwards
    , 'numpoints' = 2*abs(T)
    )

I need to solve an optimization problem. Please offer your insights.

Suppose there are two functions (my case is more complicated than this example).

 

f(x,y)=x-y, 0<x<1, 0<y<1

g(x,y)=x*y, 0<x<1, 0<y<1

 

The goal is to get the maximum values for f(x,y) and g(x,y). However, it is not simultaneous, but sequential. In the first stage, only x can be chosen to maximize f(x,y); in the second stage only y can be chosen to maximize g(x,y...

Hi,

I have n second order differential algebriac equations (symbolic). I need to convert this system to [A]{X''} + [B]{X'} + [C]{x} + D =0,  where X is the column vector containg the variables and A,B,C,D are the coefficent matrices of X'', X',X and the constant term matrix respectively.

Is there a way to generate this matrices in Maple?

Thanks.

Giving a expression as follows, how to extract  powers of g to a list?

 In this example the list of powers of g is {2,1,2}

6*F*u[0, x]*g[x, x]*g^2+24*F*u[0]*g[x]^3-18*F*u[0]*g[x]*g[x, x]*g+2*F*u[0]*g[x, x, x]*g^2

Hi all,

      i am new to maple before getting this software i need to know how it works in order know that i want trial version of maple software how to get this trial version please suggest me some idea...

I have one 2d and one 3d animation that I want to play at the same time.

p1:=animate(sphereplot, [exp(6*sin(t))-1, theta=0..2*Pi, phi=0..Pi], t=0..3, frames=100):
p2:=animatecurve(rhs(sDE), t=0..3, frames=100):
display({p1, p2});
Error, (in plots:-display) cannot display 2-D and 3-D plots together

I also tried using:

p2:=animate(implicitplot,[(i)^2 + (j)^2= (rhs(EQ2))^2,
                               i = -exp(6)..exp(6),
                               j = -exp(6...

test.zip

1) Compile under vc express 2010 debug config. Don't forget point out your location of maplec.lib in configuration properties/Linker/General/Additional library directories. Assure that configuration is at least Debug or all.

2) Run sheet test_bombard.mw from Debug directory.

 

Have permanent crash on BombardByRandoms call. If i would transmit creating of rtable from 'InitInternal'...

I've just registered my copy of maple and I'm trying to figure out how to use it to find the arc length of a curve on a given integral. My function is: upper limit 0, lower limit -3; and after the integral sign, the square root of 1+4x^2 dx.

 

-JerJohn123

Hi,

I have a pretty simple problem. Given the following set of responses to a "yes (y)/no (n)" question, create a pie chart and a bar chart.

y, y, n, n, n, y, y, n, n, n, y, y 

I would like solution that does not involve coding the data, say y = 1 and n = 0. I am aware of the BarChart and ColumnChart commands in the Statistics package, but I can't seem to get them to work with nonnumeric data. Is there an easy way to do this?

Hello,

I downloaded the Modelica_Fluid 1.0 Library from the Modelica website. When I try to import this library into MapleSim5 I get the following error:

Duplicate class definition found for Modelica_Fluid.Pipes.BaseClasses.WallFriction.Detailed.msim/UNKNOWN

I then click "ok" and the importing stops working with the last message being:

Querying Modelica classes...

Can anybody offer help with this?

Christian

Consider a "toy system" of floating-point arithmetic where each floating-point numberis of the form
x = (-1)s × (1 + m) × 2e-σ:


The mantissa is a binary number such that
m = 0:m1m2m3 (base 2) belongs to [0; 1)


and the exponent e is a binary integer such that
1 ≤ e = e3e2e1e0 (base 2) ≤ 14:


Each m

I have a solution containing many exponentail terms, some of which are in the denominators of rational terms. I would like to be able to have the solution given to me in a manner where there are no exponentials in denominators but only in the numerators. The simplify command in maple does it, however for the shear number of terms (just shy of 400,000 terms and maple saying it's million plus) i am looking at, that particular command is just taking too long (15 hours!). Is there...

Hi,

Is there any  function  in maple to compute the SVD of a matrix  using jacobi method? Or anybody has maple code to do so?

b) Define a procedure f(x, y) which returns 1 if x < y and 1 if

First 1806 1807 1808 1809 1810 1811 1812 Last Page 1808 of 2433