MaplePrimes Questions

I am in a college level physiology class, and have been assigned the task of deriving the Boltzman equation with Maple.  I have never used Maple before and find myself at a loss how to even start.  I've read through the tutorials and still am having difficulty using this program.  To define Boltzman equation, we are supposed to plot the Boltzman curve of force vs probability that channel is open.  Force is just equal to x, and probability that channel is open would be on the y axis and is defined as a/(a+b).  The second component of the equation involves t

given 4 points ex. (-3,4),(-1,3),(0,5),(1,6). how can I find two polynomial of degree5 passing throuh these 4 point. Is is also possible to fing more than two ? How do you know ?(what if you want to find polynomial of degree three thru these4 point, how you know how many there exist?) I just made up those point...

To enable page numbering, I am instructed to select Page Numbers fom the Format menu, however, there's no Page Number choice on the Format menu of my Maple 12 installation. What can I do?

Thanks, Paul

If I have a set of numbers,

1, 2, 3, 4, 5

for example, how do I compute their mean?

How do I compute their standard deviation?

I am trying to avoid explicitly recopying cutting and pasting

my data over and over again, such as

a:= (1 + 2 + 3 + 4 +5 )/ 5;

sdev: = sqrt( (a-1)^2 + (a-2)^2 etc.

My REAL question is: WHERE in Maple 11 Help is an example shown anywhere of an explicit finite data set of numbers, such as 1, 2, 3, 4,5, or a set of pairs of numbers (2,3), (4,5) etc 

Hey,

I really need to integrate this equation:

(x+1)/(x^2 - x + 1)

for my calc class and I looked it up on an integral calculator online, and got some gigantic answer with logs and arctans... if you could show me the steps for this I wud gr8ly appreciate it!!!

Hi, sorry to open a new thread but the last one just got a bit too messy.

mathbin.net/5767 - What I want to do.

mathbin.net/5850 - What I have tried to do so far.

 

Any help on this would be greatly appreciated.  Thanks

Hi everyone,

I've been tinkering with this problem for the past week but I'm suck :S!  I've tried google, mapleprimes, and the maple help file and nothing.

It's really a quite bizzare problem where I can use a procdure that I've defined... so long as I don't use it in a loop :S.

The procudure (called OVLM) takes 2 numbers as inputs and outputs an algebraic expression with 4 parameters as outputs.

------------------------
Example:
> OVLM(3,7);

<p style="text-align: left;">Hi everyone,<br />
<br />
I've been tinkering with this problem for the past week but I'm suck :S!  I've tried google, mapleprimes, and the maple help file and nothing.<br />
<br />
It's really a quite bizzare problem where I can use a procdure that I've defined... so long as I don't use it in a loop :S.<br />
<br />
The procudure (called OVLM) takes 2 numbers as inputs and outputs an algebraic expression with 4 parameters as outputs.<br />
</p>
<p style="text-align: left;">------------------------<br />
<b>Example:</b><br />
> OVLM(3,7);</p>

Hi maplers!

Me and some friends have been wondering for quite some time now, about the possibilities based on the folowing calclation:

b,c:=1,2

equ:=a^2=b^2+c^2 (just a commun equation)

Now comes the problem, since i need maple as a tool for making reports and whatever comes in handy, i need to think at the visual stuff too(since my teachers want it, *SIGH*). Then is there a function that just inserts the varriables into the equation, so thre resualt would be something like this:

Calc( equ,'input')

 

ok, let me see if I can explain. If we run the below code we will get a matrix with nstock stock price, a matrix with returns, a

correlation matrix of returns and a plot of the nstock stock prices. (the code work I hace checked it by copy past)
 

Hi, I'm traying to maje a double integrate of P(A(t+Deltat),A(t)) , the first one in in untion of dA(t) and the second one is in fuction of dA(t+ DeltaT). How can I indicate in Maple Deltat?  Is it possible to integrate in function of A(t)?

All variables are constant, except A(t) and A(t + Deltat),

> F:=proc()

How do I do this?  I want it to go from say real to natural and specify the function after.  I would like to be able to do this so I can graph and find specific outputs.

 

Thanks,

-Josh

All:

Sometimes when I integrate through an infinite discontinuity Maple outputs "undefined" as in the simple case: int(1/x,x=-1..1);

and with some I get "Infinity", as in the case: int(sec(x)^2,x=0..Pi);

What is the nuance in play here?  Is it with the math or with Maple?

Phil

I was hoping to give my calculus III students a short introduction to using vectors in Maple.  I wanted a few simple things like plotting vectors in three space.  I loaded VectorCalculus.  Got the dot product and cross product to work, and I can plot one vector -- although it looks more like a telephone pole with a cap than a simple arrow.  But despite all my attempts to give plotvector a list of vectors, I am completely unsuccessful.  There has got to be a better way.  I'm quite frustrated after searching through documentation for several hours.  I'm cert

hi,

how do I write a procedure to update a correlation matrix when I move the slider?

First 2144 2145 2146 2147 2148 2149 2150 Last Page 2146 of 2415