Maple 13 Questions and Posts

These are Posts and Questions associated with the product, Maple 13

Hi, I have 2 sets of data:

P := array([1.23, 1.15, 1.10, 1.20, 1.35, 1.25, 1.28, .99, 1.22, 1.25, 1.30, 1.05]);
Q := array([892, 1012, 1060, 987, 680, 739, 809, 1275, 946, 874, 720, 1096]);
p=P(t), q=Q(t) i.e. both p & q are a function of parameter t  t=1..12
 
2 functions: 
x=ln(p)
y=ln(q)
I'm trying to display x against y , ie x=ln(p) on the horizontal axis, y=ln(q) on the vertical

Hey guys,

I have the function f(x) =(sin(x) + 1)/(x^2 + 1) where x =-Pi/2 and 3Pi/2

 

1) I first set up an intgral for the function:

I cannot set up a link between the student version of Maple 13 and Matlab.

I have followed the instrutions in ?Matlab,setup and things still do not work. I have even done everything manually. On the prompt I have done many variations on the following:

$ export PATH=$PATH:/Library/Frameworks/Maple.framework/Versions/13/bin

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...

I have maple 13, windows xp.

I am just curious about the existense of some way through which I can navigate with in maple worksheets tabs with kepboard shortcuts.

I would really appreciate the help as it is annoying to use mouse again and again for naviagation

sc_vs_t.mw

sc_vs_t.pdf

 

I want the solution of an ODE for different values of d say d=3,4,5,6... etc (see the mw file). I want to plot a(t) vs t for these different values of d.

Now what is wrong with my code ?  How to fix it ? 

I also  added a Mathematica work of the same thing (see the pdf) ,...

I would like to set an axis to logarithmic scale, after having loaded the Units[Standard] package.

The command is:

plot3d( function(input), x=-1..1, y=1..1, axis[3]=[mode = log] )

Confoundingly, the error is:

Error, (in plot3d) expecting option mode to be of type identical(linear, log)
 but received Units:-Standard:-log

So the problem is that with(Units[Standard]) hijacks all occurences of log and replaces them with...

Hey there

Is it possible to to view A4 paper when you work in maple instead off the "endlessly big" sheet you work in as standard?

 

My problem is that when i work in maple, it look different when i print it too an A4 sheet.

 

Looking forward to hear from you :)

 

Rune Eriksen

I am trying to see what is in the startupcode file by using the Edit->Startup Code.  I know that somewhere is a command called interface(imaginaryunit=j) because it works when I restart.  I cannot even change anything because it does not show anything in the editor and nothing takes effect.

Ratch

Hello all,

I have been able to plot data points onto a surface using plots[matrixplot]. I would like to display a circular geometry with changes in magnitude in the Z-axis. For Example if I had the following matrix:

0 0 1 1 0 0 

0 1 1 1 1 0

0 1 2 2 1 0

0 1 1 1 1 0

0 0 1 1 0 0

I would like  the zero elements to be ignored in the plot as they are not defined.

I was hoping I could provide a special character (such as NULL...

Hi,

i have two equations from these following type

 

Hi,

I need to do this:

A:=[1,3,5,2,7];
B:=[2,5];

f(B,A)=[3,7]

Notice that the elements in A can be lists themselves. How can I define such kind of function?

TIA for the help

Hi! I need some help with a curve I'm trying to plot.

f(x,y)= x^2*y^2/(x^4+y^4)

I'm asked to intersect the surface produced by f(x,y) with the plane z=1/4 and to plot the curve generated by the intersection (in 3D). I found how the curve looks like but I don´t know how to plot that in 3D.

I am tring to solve a PDE system with four equations that its unknowns have three independent variable.

Is it possible to solve this system numerically?

 I want to find the Christoffel symbols and Ricci tensors for a generalized metric in cartesian coordinates.

I stated my problem in this pdf file in detail. 

nd_metric.pdf                               

Thanks in advance.

PS: I heard from somebody(doesn't use Maple) that Maxima can "certainly"...

First 35 36 37 38 39 40 41 Last Page 37 of 54