MaplePrimes Questions

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

In geometry package, for example, i have the line d has equation 2*x + 3*y + 4 = 0. I want to choose an arbitrary point on the line d, how must i do? 

Hi there,

 

I would like to know if it is possible to get the results of a simulation as a table with the values of the output variable as numbers instead a graphic. for example:

time     temperature

0.1s     300k

0.2s     305K

.......

 

Thanks

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.

 

In fact, I have one last question :

 

Now I have drawn polyhedron whith the command that goes with it. How can I do the same thing for the color ?

polyhedraplot([0, 0, 0], polytype = hexahedron, scaling = constrained);

 

And is it possible to add points on the picture of the polyhedron ? Like center of the faces, middle of the edges and vertex...

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...
First 1710 1711 1712 1713 1714 1715 1716 Last Page 1712 of 2428