Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I have a small problem.
I'd like to plot 2 functions in a graph and be able to hide a function for a particular part of the graph.

The functions are:

f:=t->3*t-t^2 and g:=t->2*t
When i plot these functions, I would like to hide the function f(t) for f(t)<1 and I'd like to hide g(t) for g(t)>1.

How can this be accomplished?

Thanks in advance!

 

 

Hi

I use a loop to fit a model to several different datasets, loading and storing for each dataset several matrices and graphs. It seems that the calculations get slower and slower the more the loop progresses and sometimes the run just crashes. I assume this is due to the large amount of data stored in Maple's memory. Is there a way to empty the memory after I've exported or saved the matrices or graphs?

Thanks, Marjet

Hi there ! The attached worksheet has a good review on the theory of determining volumes of solids through the method called "volume by revolution". You can also view an interactive video that shows you how to use Maple's powerful Volume by Revolution tutor that will help you with your homework.

(Ctrl + click on link)

Video Tutorial: Volume by Revolution

 

Please feel free to ask questions.

Does anybody happen to know how to get maple to do something of this form:

evalf(Int(fsolve(f(x,t)=0,x),t=0..1)).

I get the error message "Error, (in fsolve) t is in the equation, and is not solved for" .

Thanks

Is that a bug?

For example, a simple expression like so ...

a:=b=3*x+5;

solve (a,x);  will return solve (b=3*x+5,x)   Not exactly what one was looking for.  Removing the space, solve(a,x) and now it will work exactly like you wanted it to. 

I can't recall wether I read somewhere that spaces weren't allowed.  That true?  Or do they need to brush up on the next update?

 

 

Hi all,

I have the following:

This weekend was reunion weekend for me. On Saturday I made the return journey to my alma mater, the University of Waterloo (i.e. I walked 10 minutes to the campus from my house), for the 20th reunion of my Engineering Class of 1988. Among the various events and activities, I had the pleasure of having a sitdown chat with Professor Peter H. O’N. Roe, retired professor of Systems Design Engineering (my undergrad department) at the University.

Here's a first working shot at an external, programmatic mechanism for opening .mw worksheets/Documents as new tabs in an already running Maple Standard GUI session.

This involves a `sh` shell script, runnable in Unix/Linux/OSX/cygwin. Maybe someone could post a MS-Windows .bat batch file equivalent.

The basic idea is this: you have a GUI session open. But you want to be able to open other .mw files in that session without having to go through the GUI's File->Open menu every time ...

 

 

 

Hey there,

 

the attached worksheet shows you how to master definite integrals using special tools that help you determine the pattern between antiderivatives and the area under a curve.

You can also view the examples done in an interactive video:

(Ctrl+click on link)

Indefinite Integrals - Video Tutorial

 

The attached worksheet gives you a brief review and shows you how to use Maple to solve and better understand the area between curves. You can also view the examples through an interactive video tutorial:

(Ctrl + click on link below)

Video Tutorial: Area between Curves

 

Please feel free to shoot questions at me!

How do I define an expression?

I have a system of two ODE's. One is of the form dT/dt=a*(dc/dt)-b, where a and b are constants. The other is of the form dc/dt=-(c^2)*d*exp(j*(1/T-1/k)), where d,j, and k are constants. I need to find the maximum value for T. I can solve dT/dt via the separation of variables method to get and expression T=f(c,t). I then substituted this expression into dc/dt=f(c(t),t) and solved it numerically in Maple. How do I substitute the values of c(t) obtained in Maple into T=f(c,t) and find the maximum? Or is there a better method?

I'm trying to use Maple to solve an ODE instead of using partial fractions.  I can't get the syntax correct.  The original problem is...

 

dC = C(1-0.0002C)dt        C(0) = 2   for t >0

 

I know it's seperable into

         dC             = dt

C(1-0.0002C)

 

I can't get anywhere to find an explicit form!  Any help is appreciated :D

I want to open a file, in maple.  I do not want to open maple, and then open the file. 

More specifically, how do I

a) run something like:

maple -x -f myfile.mw

so that xmaple starts and opens directly to the file myfile.mw.  Ideally if xmaple is already running, it will hopefully just spawn a new tab.

b) set this up as a "Preferred application" in Fedora and in Ubuntu.

I think a) may solve b).

 

How could I obtain the 2 values (a, b are reals) of this complex number?

I tried

assume(a::real)

assume(b::real)

sqrt(a+i b)    and     (a+i b)^(1/2)  give back the input.

Thanks,             Sandor

First 2004 2005 2006 2007 2008 2009 2010 Last Page 2006 of 2224