Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi

i write the followinf code in maple

eq1:= f'''(x) - f'(x)

is this posible in maple that i worte the above command like this

Linear:= d3/d(x) - d/d(x)

eq1:= linear (f)

thanks for youe attention in advance

hi

i have 2 equation named eq1 and eq2 with 2 unknown parameter a and b which each equation dependent to a and b. i want to achieve critical a and b to minimize eq1 and eq2.

previously i have eq1 and one parameter a only and i use the NLPSOLVE command. but , for above mention problem i dont know how achieve a and b?

 

thancks for your attenrion in advance

Question is very simple:

if I write square root as  f^(1/2) , then the compile function gives a error: 

Error, (in Print) rational numbers and arithmetic are not yet supported

if I write it as sqrt(f) then compile works.

But Maple seems to internally always convert sqrt(f) to f^(1/2). So, I am constantly getting the above error!

Is there a workaround? I have an impression of very poorly written Compile function....

any software help to see the Maple code inside the library with extension .lib?

So I have this array of plots with log vertical axes. I generate it with a seq(logplot(.....)) construct and then display the whole sequence. Works like a charm...except all plots have linear scale! So I try plot(...,axis[2]=[mode=log]): works fine for direct plot but not in display. I try to add the log axis to display, like display(...axis[2]=[mode=log]): same result, linear axes.

Is plots:-display unable to produce a log plot? I can obviously plot the log(data),...

acer discussed in a recent post the effect of different array types on performance.

I have, however, a much more elementary question: Maple has a bewildering number of differing data structures: Arrays, Vectors, lists, sets, tables,... Some of these are supersets of others.

Being still on the learning curve I am building a module with definitions of certain functions or procedures I use frequently, such as to make my life easier. A lot of my stuff uses array-like...

Hi, I have a set of data (see here:I-V_data.xls), voltage and current, which is measured from Keithley semiconductor analyzer, I want to load into Maple(version 15) and using formula as follow Two diode equationto fitting the curve, where I (i.e. current) appear at both right-hand-side and left-hand-side, V (i.e. voltage...

Hello everyone. I'm a french student and I make a study on the double pendulum. I have written all of the equations into maple (6 equation for solid movement and 2 for point movement). We will work with 2 equations.

So i got my 2 differential equations (non linear) and I want to odeplot them and after plot the 2 solutions with plot.

Unfortunatly, after reading some post here and solutions, my problem still exist. When I odeplot my solutions : i have a warning message (so also when I plot) :

How do I rewrite a expression in terms of other expressions? (Using just algebraic transformations.)

I'm look for something like algsubs. algsubs does not work for some non-trivial cases: I get the error "cannot compute degree of pattern in...". Playing a bit with these expresions (replacing denominators, and some subexpressions), I can transform in various steps, applying algsubs, to get the desire result, but I don't know how do this automatically.

 

I am trying to solve the following bvp:

with*plots

Eq[1] := diff(f(eta), `$`(eta, 3))+3*f(eta)*(diff(f(eta), `$`(eta, 2)))-2*(diff(f(eta), eta))^2+theta(eta)

Eq[2] := diff(theta(eta), `$`(eta, 2))+3*Pr*f(eta)*(diff(theta(eta), eta))

Eq[3] := diff(phi(eta), `$`(eta, 2))+3*Sc*f(eta)*(diff(phi(eta), eta))-kappa*Sc*(phi(eta)*(diff(theta(eta), `$`(eta, 2)))+(diff(theta(eta), eta))*(diff(phi(eta), eta)))

BCs := [f(0), (D(f))(0), ((D@@2)(f)...

Hello everyone !

 

First of all, excuse my English if it's difficult to read, I'm french.

 

I'd like to draw a surface/shape in 3D in spherical and I used plot3d with coords=spherical to do so. But I'd like to color on the picture to change when R(theta,phi) changes. I could visualize how R is changing and where it is the same. But I have no idea how to do so...

 

I can't put the picture here, the formula is too long...

good say !

I want for my work to calculate the International Equation of State of Seawater

but when i enter my fonction in mapple: it is like mapple don't recognise the second variable s:

>t:= -> t;
s:= -> s;



> g :=(t, s)-> 999,842594+6,793952*10^(-2)*t-9, 95290*10^(-3)*t^2+1, 1685*10^(-4)*t^3-1, 120083*10^(-6...

Hi,

I would like to extract data from 3d implicit plot. I try this:
> points := plots[implicitplot3d]((x^2*(1-x^2)-y^2)^2+0.5*z^2-0.025*(1+1.0*(x^2+y^2+z^2)) = 0, x = -1.5 .. 1.5, y = -1.0 .. 1.0, z = -1.0 .. 1.0, numpoints = 1000);
> ptslist := convert(op([1, 1], points), listlist);
> ptslist[1..12];

Maple prints a list:

[[[-1.50000000000000, -1., -1., 14.9039062500000], [-1.50000000000000, -1., -.818181818181818, 14.7468814566116...

I was able to try the code on M15 and M16 but the final answers are slightly different.  Why is that?  Shouldn't they all come up with the same value?

The value for M15 came up with the same as value as M12 but M16 was different.

Using p(.22,80*3600)

M12  [x = .22, t = 288000., T = 685.116351910514254]

M15  [x = .22, t = 288000., T = 685.116351910514254]

M16  [x = .22, t = 288000., T = 685.11635191051

Hi

How can I resize inline plot-window without mouse? (I know about resize tool, but it displays plot in new window :( )

And how can I display 5 plots in one line one by one?

Thx :)

First 1569 1570 1571 1572 1573 1574 1575 Last Page 1571 of 2224