Maple 13 Questions and Posts

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

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

I have two system of differential equations, the first one is implicit differential equations and the second one is BVP problem.

Maple can't give answers for both of them.

Can you help me ,Numerical approach is very appreciated.

thank you in advance.

unsolved_problems.mw

=

I have to make following substitutions in a ODE:

alpha = x - 2

y(alpha) =  y(x) - 1

 

[Maple code starts]

The ode is 

ODE := diff(y(x), x) = (y(x)+1)/(x+2)-exp((y(x)+1)/(x+2));

 

I have used the following commands:

Rhsa := eval(rhs(ODE), {x = alpha-2, y(x) = y(alpha)-1});
lhsa:=subs({x = alpha, y(x) = y(alpha)}, lhs(ODE));

 

Sub_ODE:=lhsa = Rhsa;

I use gnuplot to generate graphs in C++.Now we all know that in C++,we  just pass a text file to gnuplot,tell it to plot the text file.

Now,in Maple I want to do the similar thing,like this:

Suppose I have some single variable function/procedure,say of x

then I can write a loop say,

for 0 to 100 by 0.01 do

x,f(x)

od;

With this I can see the output.Now if I want the plot of f(x) vs x,then how can I say it to Maple?

First 36 37 38 39 40 41 42 Last Page 38 of 55