Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi everybody,

I am totally new to Maple, therefore the code I submit could be very inefficient. A few comments

I would like ot change the default font to Arial.  How can this be done?

Hi,

I encountered some difficulties while trying to plot a function depending on a discrete parameter that I included in a for loop.

This is the code :

f(,,,,):=...; (rather complicated function 11 parameters)

with(plots):

tracer:=proc()
local p,k,L,ind:
L:=NULL:
ind:=...; (it is a 3x8 matrix)
for k from 1 to 8 do
for p from 1 to 8 do
L:=L,plot3d(f(x,y,ind[2,k],ind[3,k],ind[2,p],ind[2,p]),x=0..1,y=0..1,numpoints=1000):
end do:
end do:
display(L);

Hi

Does anyone know if it is possible to call winbugs from within maple. You can do this for a number of programs (Stata, R, excel...)

www.mrc-bsu.cam.ac.uk/bugs/winbugs/remote14.shtml

 

thanks

help me here:

suppose we have:

h(x):=(x^n)/(sqrt(1+x^m))-log(1+x):

how can we find the best values of m and n such that h(x) > 0

one can show that for m = n = 1

h(x) > 0.

one may solve this by first finding the derivative of h(x)

diff(h(x),x)

and then solving

solve(diff(h(x),x),[m,n] )> 0

we may assume x > 0

I see that there is a command for a 2D spline:

Spline(xydata, v, dgr, endpts)
Spline(xdata, ydata, v, dgr, endpts)

But my data is (x,y,z).  Surely there is some way to fit a spline curve to this?  I'm not asking for a surface -- it's just a list of points.

Hello,

I have a class where we do alot of physics problems with Maple.  I spent over 3 days working on these homework problems. When I saved my worksheet and then opened it later, I found that I was getting the error incomplete worksheet. Now I am unable to retreive any of my work and I am in some serious trouble!  Could someone help me recorver my work? Thanks!

Dear experts, I am using a procedure called Powell(f, Xmin0) with the input parameters f (it is a function) and Xmin0. It is a kind of optimization tool. The poutput is X. It contains the 2 optimized values. The problem is that it is also optimizing with negative values. But I want that it stops when X becomes smaller than 0 so hegatibe. How can I implement that in the algorithmus in an easy way? Thanks a lot!

Hi, is it possible for maple to isolate a variable quotient (with one command)?

i.e. for the expression

eq:= 0 = g-b*v_t/m

-> b/m = g/v_t

I tried this:

isolate(eq, b/m);
 

and got

"Error, (in isolate) 0 = g-b*vt/m does not contain b/m"

if however I isolate for b and then divide by m i get whats required:

isolate(0 = g-b*v_t/m, b)/m;
b/m = g/v_t

is there a more direct way?

 

Dear Sir/Madam I heared that the classic part of maple 11 is more faster than Maple 12 so I decide to install maple 11 but: I cannot install maple 11 in my Notebook. When I Doubleclick on installation it start to extract. but when it reached 100% disappears! I also tested the second theory. in temp folder I double clicked the extracted setup application in windows directory. but no response too! What I need before installation? In addition, after that I installed Maple 12 seccessfully! without any problem! And Also I can Install maple 11 in my office's PC.
write a program that finds three norms for a given vector?

Can't seem to figure out how to change the background colour of a worksheet.

It's not a simple right click on the background as one would think as that option is not available.  And it's not in the tools option menu.  Can it be done?

 

please help me in finding the pattersn in the series:

 

-1 / 6 + 1 / 20 - 5 / 84 + 7 / 216 - 47 / 1320 + 37 / 1560 - 319 / 12600 + 533/ 28560 - 1879 / 95760 + 1627 / 105840 --...

 

thanks


I wanted to try this example of Maple's help, but it gives an error message:

restart;

with(algcurves);

f := y^2-x*(x^2-1);

plot_real_curve(f, x, y, showArrows = true);


Error, (in algcurves/CurvePlot:-PlotRealCurve) too many levels of recursion

Hello

I'm interested in passing programs from Fortran to Maple, I have some queations:

 

1) Is it true that maple can only understand functions, and doesn't understand subroutines?

2) If Fortran function uses commands like "exp" "max" etc, is it okay?

3) If Fortran function uses external libraries (.lib, .dll) do I need to combine then somehow with the dll file I'm preparing for Maple? How?

First 1879 1880 1881 1882 1883 1884 1885 Last Page 1881 of 2151