MaplePrimes Questions

Hello experts in Maple,

I'm going to solve IVP numerically by this command bellow:

var:={u(t),v(t),w(t)}: 
dsys1 :=diff(u(t),t)=-(Gamma+AM*cos(q*t+phi))*u(t)+(Delta-AM*sin(q*t+phi))*v(t)+Omega*w(t), diff(v(t),t)=-(Delta+AM*sin(q*t+phi))*u(t)-(Gamma-AM*cos(q*t+phi))*v(t), diff(w(t),t)=-0.5-2*Gamma*w(t)-Omega*u(t):
dsol1 :=dsolve({dsys1,ini1},numeric,method=lsode,var, abserr=1e-9, relerr=1e-8,output=listprocedure):
dsolu:=subs(dsol1,u(t)):dsolv:=subs(dsol1,v(t)):dsolw:=subs(dsol1,w(t)):...

The following example shows some typical computations with Householder- or reflextion matrices. Why are the second and third variants only slightly better than the first one? Could we get a real speedup without rtable/NAG/BLAS/etc. tricks?

 

$ maple15
    |\^/|     Maple 15 (X86 64 LINUX)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2011
 \  MAPLE  /  All...

I'm writing a maplet and I would like to put in my MathMLViewer two equations. Each equation in different line. How can I do this using MathML[Export]() while setting the value of MathMLViewer ?


This excellent application www.maplesoft.com/applications/view.aspx?SID=5523&view

demonstrates the paths of light rays against various surfaces.  Can the initialization code be made more efficient and faster?  The only thing I could think of was to remove the call to plottools and replace it with just plot and adding an extra...

Okay a bit difficult to explain, hope you understand. In std. GUI Opening a Maple worksheet with document blocks that have autoexecute code, and are collapsed do not appear in the markers view if the worksheet is not allowed to autoexecute. Autoexecuting the worksheet will allow the document blocks to be visible for expanding.

As an intermediate result in a longer calculation I got the following equation:

a*(p-ps)+b*(p-ps-b*ys/a+E-ys) = 0

Isolating p, Maple delivers

isolate(a*(p-ps)+b*(p-ps-b*ys/a+E-ys) = 0,p)

 

Calculated manually,...

Please write a code for the prolem:

Find the all values of paramater m for which the equation

(x-2)*(x^2 - 2*m*x + 5*m - 6) = 0 (x is unknown)

has three diffenrent real solutions.

I'm working on a project that involves solving a large system of polynomial equations using 'solve', with some inequalities of the form "a<>b" or "a<>0". Initially, I was using Maple 9.5 with great success; the machine I was using was upgraded to Maple 11, and now 'solve' struggles with problems that were previously easy (<30 seconds).

Were there any major changes in 'solve' between these two versions? (No, according to the documentation; Yes, according to the source....

I'am simulating a Simple AC-DC converter withTransistor NPN. When the load is just a resistance. It work. But, when I add an inductor of 10 mH to the load. Do not work. Why ?

transistor.msim

Thanks in advance

So I have something like this:

> with(student);
> with(plots);
> with(plottools);
> with(DEtools);

with the information in the page

http://aw.twi.tudelft.nl/~koekoek/askey/ch3/par28/par28.html

what should do?

i guess to use Hn directly and use sum(Hn*z^m/m!)

is it possible in Maple?

 

Solve the equation (x-2)(25-x^2)=1

Hi,

I have a third order system with nonconstant coefficients I would like to solve in Maple.  I have found a solution  but, I need a general solution.  I have attached the worksheet.  In the worksheet I have commented the system and the known solution.  AllCalculationsPertu.mw

Is there some way to construct the general solution from known solutions like a variation of parameters?

Today I found that login does not work on MaplePrimes.  I changed my password, but still not.

There is no error, I am just returned to the provious page, still not logged in.

Safari 5.1.2, Mac OS 10.6.8

I had to log in using Firefox to post this!

How to patch library maple functions locally if there any method?

Found that in

IntegralTransforms:-Tools:-SimplifyPower

in 195-196

instead of

j := evalf(j[-1][2]-1);
k := evalf(j[1][1]+1)

 

should be

j := evalf(t1[-1][2]-1);
k := evalf(t1[1][1]+1)

How to update maple?

First 1760 1761 1762 1763 1764 1765 1766 Last Page 1762 of 2430