MaplePrimes Questions

Hi all,

I have two plots, one done in Maple and an other in Matlab. And I want to compare the two plots with superposing the two plots in one plot (in Matlab or in Maple).

Copy from a plot in Maple and past into a plot in Matlab don't work.

What is the easy way to do that ?

Thanks in advance

I have solved my one chapter of my mathematics text book in maple. i want to get is published, but dont know how to format and how to make the page for book publishing, can any one help?

I'm new to Maple, can anyone advise on the best way to create Quiver plots?

Help!

I've used Eigenvectors to solve for eigenvalues & eigenvectors.  Eigenvalues works, no problem.

The eigenvectors are not normalized to unit magnitude (how would I do that for all eigenvectors?) and the usual matrix multiplication of the eigenmatrix by its transpose should give the identity matrix--and somehow it does not. 

Can someone point out the flaw in my thinking?  The file is attached.

 

Thanks for you insight! 

Laurent wrote:

> Maple 10 allows you to mark sections of a worksheet to be automatically executed on load.

I believe I have located the relevant help page,

http://www.maplesoft.com/support/help/Maple/view.aspx?path=worksheet/documenting/setautoexec

The method is not as versatile as I'd hope. It doesn't seem too useful for my purpose, because I intend to frequently change those sections of the worksheet to be marked.

I was looking for a feature more along the lines of:...

Firstly, I need solve q(t) by the following procedure:

u := 8.53;
dsys0:={diff(q(t), `$`(t, 2)) = u*(1 - q(t)*q(t)) * diff(q(t), `$`(t, 1)) - q(t), q(0) = 0, D(q)(0) = 1};
dsol0:=dsolve(dsys0,numeric,method=rkf45,abserr=10^(-10),relerr=10^(-16),range=0..6,maxfun=0,output=listprocedure);
yy0:= eval(q(t), dsol0);

Furthermore, I need substitute q(t) into two second order differential equations for solving yy10 and yy01. The procedure is

I recently purchased the Student Edition of Maple 15 over the internet. I accidentally downloaded the 32-bit version, is there any way that I can download the 64-bit version? I can't seem to find this option on the website.

Hello all ,

I have the following code to do my calculations and it runs fine for one set of input values ,

A=a1,a2,a3

B=b1,b2,b3

C=c1,c2,c3

 

For example right now the sequence lets me solve for corresponding set of input values like (a1,b1,c1) ,(a2,b2,c2) and so on

 

What i am trying to do is to solve for (a1,b1,c1),(a1,b1,c2),(a1,b1,c3),(a2,b2,c1),(a2,b2,c2),(a2,b2,c3) and so on...more like seeing the...

HI,

 

I have been trying to convert a small script (Maple 15) to latex but ran into a strange problem. Literal subscripts don't seem to work.

When I have, for example " f_a " latex will generate a pdf, as expected, with " fa ". However, if I have " f(ctrl+shift+_)a " I get "  ‘#msub(mi("f"),mi("a"))‘ ".

 

I am kind of new to this maple+latex thing and have searched everywhere for a solution but without...

In Maple boolean evaluation returns the values 'true' or 'false'.

Is there any canonical way of getting evalb to produce values in {0,1}? This is of some use when testing conjectures on  hudge lists of items...

Of course: you can always define a script like

###########################
evalbb:=proc(PP)
if evalb(PP)='true' then eps:=1:
else eps:=0:
fi:
eps;
end:
###########################

but I think there should be...

Is Maplesoft planning to release a 16.0 version in October 2011? 

 

do maple have tree data structure for genetic programming?

Dear all. Consider I want maple to solve an ODE for ten different initial conditions in a for loop and I don't want to write all details for me. I just want maple to show me the number of for example n-th of ten. I mean when maple starts to solve, show me number 1 and when solves the ODE for the first initial condition and start to solve ODE for the second initial condition, the previous 1 change into number 2. Thank you. 

Has anyone noticed Maple 15 is sometimes very slow to launch in OS X 10.7 ?

 

Hello, I'm having trouble running my worksheet on my computer, don't know why but the Solve commands just never give me output, even with easy equations.

If someone could please run this worksheet FormulasToSolve_2.mw   for me I would be greatly thankfull, I'm stuck in my research because of this...

First 1816 1817 1818 1819 1820 1821 1822 Last Page 1818 of 2430