MaplePrimes Questions

Hello,

 

I have another question for you.

I am trying to design an exercise where people would have to look at points and then connect some of them.  It would be great if my points (for which I want to use pointplot) would have some sort of name next to them.

I actually want to make a loop creating those points, so inserting the "i" in that name would be really great.

Is this possible? (Maple help seems to say no)

Many thanks,

Fredbel6

 

 

I can generate matrix with the command

A:=Matrix(3,3,symbol=a);

How can I generate a symmetric real  (large, not only 3x3) matrix with symbol=a ?

Thanks,              Sandor

 

I like to use the:

interface(verboseproc = 2)
print(stats)
 

to see whats going on in the calculations.  My question is how can I then see further in, I am trying to see how maple calculates the mean, median and standard deviation,

if I print(describe) it shows me the if statement for choosing which to function to run, but the next step I am stuck.

for example, I want maple to print out what it does when I type describe[mean](array)

 

 

thanks in advance.

 

-Josh

I was wondering if there was an even quicker, niftier way in maple to copy a whole bunch of executions from one place to another in a maple worksheet?

 

Perhaps something like cp(2,14) where that would copy lines 2 - 14 right where the command was written?

 

-Josh

The attached worksheet defines a procedure CircumStrain() which is supposed to create and populate a spreadsheet with the solutions of several equations.  The problem is that the spreadsheet Strain is never created.  Would someone please evaluate the worksheet and perhaps suggest a fix.  Your assistance is appreciated.

Wayne

View 4865_Chan McMinn B.mw on MapleNet

Ive posted in the past about this, or similar, and it seems neither here or out on that scary www is there one person who knows and is willing to help.

Could someone either explain in better detail, or point me in the direction of better assistance as to how to compile even the simple OpenMaple Java sample supplied in the Help of Maple 11. 

I have tried and failed, I know java, but once I had to start changing global variables of my system I started getting nervous. 

This may be a bug, or maybe I'm just missing something.  In Maple 11 on both Linux and Windows, the following snippet:

Hi, >mystpoint:=proc(f) > local A,B,Cstpts: > > uses Student[MultivariateCalculus]: > stpts:= solve({diff(f,x) = 0, diff(f,y) = 0},{x,y}): > Jacobian(
hi, suppose i have a list s:=[1,2,3,4,5,6,7,8,9] and i want to know if all the elements are great than zero so the outout "true" is expected in this case and for s2:=[1,-2,3,4,5] "false" is expected. any advice? thanks, CasperYC

Hiya, I'm trying to solve this pde in Maple:

> PDE:= diff(c(z,t),t) = k*diff(c(z,t),z$2) + w*diff(c(z,t),z); 

where k, w are constants, but I don't know how to apply the boundary conditions:

c(0,t)=0 and 0=k*diff(c(z,t),z$2) + w*diff(c(z,t),z) at z=h

and initial condition c=f(z) at t=0

I know by hand you would solve by separating variables, but is there an equivalent method in Maple?
Eventually I want to plot c(z) for given times to show how the solution evolves... but one thing at a time!

Thank you everyone for all your help. However, what I am leading up to in my research requires that I overcome the following hurdle. Let p[m] represent an unspecified function of three variables, e1, e2, and e3. (In reality, the explicit formula for the function is known, but I will not use that formula.) m is an index. So, p[1], p[2], p[3] etc are different functions of e1, e2, e3. I need to program an operator, T, which acts on p[m] and returns - symbolically - T(p[m]) = 1*e1*diff(p[m],e1) + 2*e2*diff(p[m],e2) + 3*e3*diff(p[m],e3) In case anyone has guessed already, T has gone under such
What would be an effective way to code a sequence of numbers Y(t):=Poisson random variable with mean X(t) and X(t):=M+phi*X(t-1)+alpha*(Y(t-1)-X(t-1)) for 0<alpha<phi<1, M>0? Thanks.
I am currently studying the phase portrait a differential equation: diff(y(t), t, t) = -piecewise((diff(y(t), t))*y(t) <><> 0 <><><> Initial conditions are: y(0) = 1; , diff(y(0), t) = 0; The phase portrait plots diff(y(t),t) with respect to y(t). I achieved the phase portrait using Simulink; with a few gain blocks, a switch and a X-Y scope, easily enough. When i was done, i wondered if i could analyze the equation with a more mathematical approach. I decided to try and plot the phase portrait using Maple 11. I have tried various commands to solve the differential equation with Maple 11 but so far i have confused myself.
Hello! How can I solve a linear equation which depends on two parameters (a,b) for which the assumption a^2 + b^2 = 1 shall hold. This does not work by writing assume or assuming. The problem has the following form: tau := f(a,b) -> eigenvalues of a matrix U = U(a,b) M := U - tau*Id = M(tau,a,b) = M(a,b) find the kernel of M (eigenvectors of U) and simplify using a^2 + b^2 = 1. I do not want to write down the exact matrix and hope that this information is enough. If not, I will take some time to write it down. Greetings, yadaddy.
I have a Maple 11 Document and I'd like to print it. It currently has a couple graphs and text and mathematic equations on it. However, when I print the document the fonts are all jacked up. Minus signs show as vertical lines, fonts are on top of each other and it just looks terrible. I've tried exporting to HTML but the image quality is terrible on everything that wasn't entered as text. No apparent option to use anything but gifs which are the worst possible thing to use for quality. Any suggestions would be greatly appreciated. glenn
First 2255 2256 2257 2258 2259 2260 2261 Last Page 2257 of 2409