MaplePrimes Questions

I have a matrix containing numeric values of functions. Each column corresponds to a function. The first element of each column is a name of a function and following elements are numeric values of this function.

For example:

t      a         b     c         d
0    0.5      38    0       0.9e-5

 

How to update a file extension m to extension mla ?
I will need to update the hdb file accompanying ?
Achievement in maple download the file with extension m, but does not display help.

Hello together,

 

thanks for helping me with my earlier problem. I now managed to put toether a plot which suits my purposes, but i can't manage to Export it using the e.g. plotsetup(gif, plotoutput = "C:\\Test.gif") command.

I don't get an output but a warning: Warning, ignoring axis information in _AXIS[n] structures

If i switch back to plotsetup(default) everything is displayed in the editor window.

Anybody any ideas? If...

Hi 

I have a area described by two functions x(eta,xi) and y(eta,xi) describing the x and y coordinate, respectively. I would like to plot this area for eta = -1..1, xi=-1..1. I have tried with plot([x, y], eta = -1 .. 1, xi = -1 .. 1, axes = boxed) but is does not work. How can i do this?

Thanks in advance.

Regards Brian 

How do I test a variable against itself to see if it has a value or not?

As an example

p1:=sin(x)
p2:=46

[seq(`if`(p||i=p||i,p||i,NULL),i=1..5)]  # when p||i actually equals p||i and not some value ie sequence should not include p3,p4 and p5

 

hi, i am a danish htx student and we use maple for our math lessons, when i started here i installed maple 13 and it has been working fine, but our serial runs out so i had to upgrade to maple 15. when i did i uninstalled the previous maple version and installed the 64 bit maple for my 64 bit windows vista. now when i try to do for instance f(x), the ( and ) breaks maple and all text/numbers vanishes, if i open my previous school homework they look empty aswell. clicking and...

Hello togehter,

i switched for various reasons from Gnuplot to Maple for plotting my data.

1) Is there a way to label the secondary x (top) and secondary y axis (right) in boxed axis style. Attached you find a picture from a Gnuplot i've done and the plot i'm currently working on in maple.

2) I do like the black "cross" in the midlle refering to the x,y axis at zero positions. Is there a way to do this, as well.

Gnuplot:

Hello there,

Im using this code

 

> with(ExcelTools);

> L := Import("C:\parameters15.xlsx", "Sheet1", "A2:I2");
 
and I keep getting :     Error, (in ExcelTools:-Import) Could not open the file.
 
What are the possible reasons for this? I have triple checked the file name, location and extension. It's all good.
 
 
How many randomly ordered signals are required until we achieve a chaotic signal, or one that is undistinguishable from being random? Another way to put it, although not a good example, is if we had an infinitely large room full of people talking, what is the minimum number of people needed to be to make the noise appear random? Of course making a few unrealistic conditions such as the volume of each persons speech is heard at the same level and pitch no matter their distance...

readshare(gfun,analysis):
with(gfun):
orec:={y(n)+(n+1)/x*y(n+1)-y(n+2)-(n+2)/x*y(n+3)=0};
erec:=borel(orec,y(n));
edeq:=rectodiffeq(erec,y(n),Q(w));
sol := dsolve(edeq,Q(w));

Please help me out!

there is an error in using dsolve!

Error, (in dsolve/numeric/process_input) system must be entered as a set/list of expressions/equations

what can I do?

Eq17 := -3*m2*b*(diff(alpha(t), t))^2*(diff(alpha(t), t, t))*(1/2)+((-m2*b*(diff(beta(t), t, t))+2*m3*a*b*sin(beta(t))+b*sin(beta(t))*a*m2+m3*a*c*sin(beta(t)+theta(t)))*(diff(beta(t), t))+(m3*a*c*sin(beta(t)+theta(t))+m3*b*c*sin(theta(t)))*(diff(theta(t), t)))*(diff(alpha(t...

i follow a book's command

with(share):
readshare(gfun,analysis):
with(gfun):
orec:={u(n+2)+u(n+1)+u(n)=n}:
odeq:=rectodiffeq(orec,u(n),y(x)):
dsolve(odeq,y(x)):
OGF:=op(2,");

orec:={(n+4)*u(n+2)+u(n+1)-(n+1)*u(n)}:
erec:=borel(orec,u(n)):
edeq:=rectodiffeq(erec,u(n),y(x)):
dsolve(edeq,y(x)):

EGF:=op(2,");

1. all can not run with dsolve in maple 15, error expecting ode or a set or list of ode,

2. what is the meaning of op(2,");?

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 am trying to plot this function Sigma(R30) but I get failed to do so. Any one would like to try to help me out?

The attached maple sheet contains the asymptotic solution of the huge equation in .txt file. 

thx.

 20110819_doodles2.mws

20110818_section4-5a.txt

How can I plot the intersection of x^2+y^2+z^2<=9 and x^2+y^2+(z-3)^2<=9?

Is the intersection of this two equations a 3D region?

 

Thanks.

First 1829 1830 1831 1832 1833 1834 1835 Last Page 1831 of 2429