Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I have 2 queestions:

1- concerned about the title font format:

fot the title

tit:=sprintf("W=%g,D=%g,f=%g,M=%g,N=%g,q=%a",Omega,Delta,phi,M,N,q);
                        "W=0.2,D=0,f=0,M=0,N=0,q=-10"

the little problem in the last value q=-10 it appear theta=10 even the sign (-) invisible

2- the sign(-) at the tickmars...

I have a vector column XbIndets := (6,7,8) and I would like to gain the 3rd element of this i.e 8. I know it is possible using row function when using a matrix but am unsure how this is done when using a vector. 

 

Any help is much appreciated

Error_redirect_pa.mw  i got the problem to get repeated value of unknown parameter ''ALPHA"" using pade approximation in maple. i uploted my worksheet kind watch out my problem. and give some suggessions...Error_redirect_pa.mw 

I've seen people using different approaches to choosing random numbers.  Some people favour certain methods over others. 

One example using Sample(RandomVariable(Normal(0,1)),50) used in the random walks application.  What about using something like seq(rand(-1000..1000)()/1000,i=1..50) ?  Do they both achieve the same sense of randomness?

been struggling on this question for ages:

 

the questions is as follows is to be solved using maple:
http://www.villagephotos.com/utils/image.aspx?u=2006-11\1228676\piece.jpg
where alpha,beta , sigma are constants . investigate whether it is possible to choose alpha,beta and sigma as to ensure that f is real- valued, continuous and with first and second derivatives at x=0. Plot a graph of any resulthing continous functions f and it's derivatives, over ranger -1<=x <= 1....

Hi, this is what I did and got an error. 

 

with (plots):

col := ["Red", "Green", "Blue", "Orange", "Teal", "Azure", "BlueViolet", "Yellow", "DarkOliveGreen", "DarkRed"]

for i from 1 to 10 do z [i]:=implicitplot (x^((1/(3)))* (y(x)^(2)+ 5* y(x)) + 3 *(x^(2)+y(x)^(2))*sin(xy(x)),  i^(),x = -10...10,  y= -20...20, color = col[i], numpoints = 2000) od:
 

Error, illegal use of an object as a name    ...

hello ,

I have figured out how to solve for corresponding values but when i try to solve the set of equations by using for example,

a :=[10 values]

b:=[10 values]

w:= [10 values]

##here i want to solve the set of equations for  [a1 b1 w1] ,[a2 b2 w1] , [a3 b3 w1]....like i want to solve the equations for all correponding values of a,b @ each w ##

set of equations (function of a,b,c)

i cant make it work...

I am trying to assign a new value to variable. ie: replace the value of the matrix A by the matrix B.
However, when I try to use the 'new' Matrix A, it doesn't seem to be the value that I expect...

Mathematica 8 is out and claiming over 500 new features.

Looking through the list they are mostly things that Maple does not do but probably should. Perhaps for Maple 15?...

http://www.wolfram.com/mathematica/new-in-8/

I have two vectors ( A=(1,2,3,4,5,6,7,8), B=(2,7,8) ) and I would like to compare them to see if the elements in B are also in A, and then if they are I would like to remove them from A so I would be left with the following A=(1,3,4,5,6). Is this possible and if so how?

Any help is much appreciated



Maple Worksheet - Error

Failed to load the worksheet /maplenet/convert/ad_plot_for_derivati.mw .

Download ad_plot_for_derivati.mw

I cannot get Maple 9 Student Edistion to run in Windows 7. I've tried running it in compatibility mode, but it still doesn't work. Are there any software updates or patches available? Is there another Solution?

Hi. Why can't I print landscape from Maple?

I am trying to print my homework, which has some wide tables. The printer I'm sending to has landscape mode, and documents from other programs print landscape. But when I print from Maple, and select landscape, it comes out in portrait.

I am printing from Maple 13. The worksheet was created in Maple 14. I can print to PDF from Maple 14, but that comes out portrait also.

Thanks in advance.

-Jeff

Hi there, I'm trying to write an Algoritm to solve a Stable Marriage Problem and have written what I think should work but it doesn't.  Any hints or tips on how to fix it would be greatly appreciated!

 

stableMatching:= proc(M,W)
 local n,i,j,k,c,d,g,Mm,Ww,s:
    g:=0:
    c:=0:
 with(ArrayTools):
    n:=max(Size(M)):
       Mm := Array(1..n): #stores...

The attached file demonstrates that a substitution into a piecewise function appears (sometimes) to execute the wrong half of the function.

If I use "assuming" instead of substitution, the assumption appears to get through to the piecewise function, but only sometimes.

I don't understand why this happens. Can anyone clarify what is going on? See below.

Thank you.

 

______________________________________________________________

First 1770 1771 1772 1773 1774 1775 1776 Last Page 1772 of 2246