MaplePrimes Questions

I'm trying to fit an equation to some experimental data but I'm not sure how to do it. Could someone here please offer their help? I would really appreciate it. I have three fitting parameters: kT, kU, and A. I will post my worksheet below and I will also attach the part where I begin to try to fit the data in case it doesnt read well when I post it here. > restart > ptotal := 0.0000022 ptotal := 0.0000022 > Ci0 := 1 Ci0 := 1 > d 2 2
Hey All, I'm new here, but I'm getting a math degree in 20 days if I can finish this project, so hopefully when finals are over I'll be able to stick around. I'm also new to Maple. I have two ODEs which I can plot. I simplified them to be, well, very simple. The ones I want to use are more complicated by a wee bit. de:={diff(x(t),t)=x(t)+y(t),diff(y(t),t)=x(t)+y(t)}; ic:=[[x(0)=1,y(0)=1]]; ic := [[x(0) = 1, y(0) = 1]] Now I want to see how x(t) varies with (t), but all I can find to do is DEplot(de,{x(t),y(t)}, t=0..10, ic);
Hi everyone, I'm new here and I need some serious help. This may seems stupid to you but here it goes. A friend of mine has Maple 10 and I've done my homework with him. But At my school, they've got Maple 6 or something like that and my teacher is unable to see the worksheet that I've done.... Can you help me???
i want to label something in a PLOT structure with TEXT. the problems are that the POLYGON i want to label is (usually) dark. One might solve this by guesstimating the size of the label and putting a white polygon behind it. The problem with this is that text doesn't scale in the same way that polygons do, so when you enlarge or reduce the graph the "text box" no longer holds the text. is there an option for TEXT that will write the label on white? or some other way of doing this? also the text is of variable length (edge weights for a graph, actually). thank you for your help
Hi, I need to find how many solutions were found by solve or fsolve. I have solutions := fsolve(eqution,t) and I need to operate solutions in the loop, I have tried to make condition solution[i] <> NULL. It seems to work, but it print an error message(when i is higher then no of solutions). Is there any possibility, how to get no of solutions to bypass that, or any better solution? Thanks for your answer
Hi, this is a really simple question but I just can't seem to find a solution, how do I plot a vertical line in maple such as x=10, everytime I try something it always plots the line y=10 and gives me a horizontal line. Thanks.
Finding the period is simple enough, but gets really irritating once the number of terms in the continued fraction expansion gets large. I've scoured the help files and cannot find anything on it. All I have managed to do is right click on the output and convert it to a list. But then I don't know what the command is to find the number of elements in that list.
I am not able to numerically solve a non-linear PDE using "pdsolve". The problem seem to be arising due to non-linearity in the PDE. Once I remove the non-linearity (by removing a partial derivative in X below), the error goes away. The code and the error are included below: X:= Q(t,r)/(Q(t,r)+(0.75*diff(Q(t,r),r))); PDE:=diff(Q(t,r),t)+X*(diff(Q(t,r),r)*1.5*(0.03-r))+Q(t,r)*r=0; IBC:={Q(1,r)=0.01*r,Q(t,1)=10*(exp(1-t)-0.999),Q(t,0)=(exp(1-t)-1)}; ANS:=pdsolve(PDE,IBC,numeric,time=t,range=0..1,method=Box); Error, (in pdsolve/numeric/process_PDEs) selecting function must return true or false
I'm trying to read an image into MAPLE as a matrix but I can't get the Read commmand to work. Is there some kind of working directory that I need to have the image in? Can someone give me some detailed examples on how to do this? ~Jacob
Hi, if equ:=y''+y'=9 how do can generate simulation code for maple code? on the demo "code generation"has this example. but I can't see it. thx for your help.
How do I make the evaluation of this Elliptic integral faster? >c12:=2*sqrt(2)*int(sqrt(3*t^2-2*t*(sqrt(2)+2)+2*sqrt(2)+3)*sqrt(3*t^2*(17-12*sqrt(2))+2*t*(29*sqrt(2)-41)-24*sqrt(2)+34),t=0..1): > evalf(c12,32); 1.5710166980738556513064017544723 - -28 0.24579031714044391948173350026764 10 I > Maple generated 152 pages of equations to solve this integral. This is how I generated this integral: http://www.getnet.net/~cherry/derive/circle1.doc I solved the problem using symmetric Elliptic integrals. Maple does not support symmetric Elliptic integrals.
Can anybody help me with this: Suppose you have a small set of values data:=[0.0630, 0.1050, 0.1560] and you're wondering what's the standard deviation of data with the "old" stats package you'll get with(stats): describe[standarddeviation](data) 0.03802630668 with the new Statistics package (which is supposed to replace stats) you'll get with(Statistics): StandardDeviation(data) 0.04657252409 The stats package will assume (unless told otherwise) that it must compute the standard deviation of a population, while the Statistics package will assume that it must compute the standard deviation based on a sample.
I am using Maple 7 and displaying computations within a spreadsheet for more simple display. One area I have been stumped with is using the if statement within a spreadsheet cell. Something as simple as: if FAIL then 3 else 5 end if works great at a prompt but gives me a "System error," within my spreadsheet. Now, I know it recognizes the command because if I input the statement with legacy format: if FAIL then 3 else 5 fi It automatically replaces the "fi" with the new form of "end if". So why doesn't it work? Thanks,
I am brand new to MAPLE. I have a large file full of equations which I want to put into a paper. Is there software, or a facility within MAPLE, to convert all these equations into WORD, or at least to TECH, without typing everything in again? Please respond with any help to Jerry Epstein jepstein@poly.edu
Hi, this is probably quite easy to do but quite a complicated thing to find out. Does anyone know how to plot more than one function on a graph so that for example, function f is plotted in the x-axis range from 0..10 and function g is plotted in the x-axis range from 10..100, both on the same graph. Thanks for your help.
First 2273 2274 2275 2276 2277 2278 2279 Last Page 2275 of 2308