MaplePrimes Questions

Hello, I´m trying to create a maplets, but crash out with problem, I don´t now how to create in a smart way a method for count the number of varibles, I did that in the following lines: for Num from 1 to 1E6 do > A[Num]:=assigned(u[Num]): > if A[Num]=true then > N:=Num > end if; > end do: u[k] is a vector, and N, obviously the number of them. because I guess that the user, don´t want introduce more than a million of vectors, I don´t like that way. If somebody know the answer to my (maybe silly) question, please, explain it. Please replace this text with the link to your file.
I am trying to write a procedure which takes a list of (linear) expressions in two variables and a list of assumptions on the two variables and returns all of the possible orderings of those expressions. To my dismay, the assuming facility does not seem to be working properly. I using Maple 9 on a Windows System. The following input illustrates the problem. coulditbe(mU > 1-u) assuming mU true Maple returns true! The first assumption alone eliminates the possibility of this being true. What's going wrong and how do I get this to work? If you wish, you can plot these assumptions and though at least two are redundant, there is a feasible region.
Can maple be run without the gui? Some maple command I run are taking a long time to complete and apparently I am running out of ram(I only have 2gb on the machine where maple is installed). But, I also have a cluster of quad opterons each with 16gb of ram, but these machines have no video system. Can maple be run in bash shell??
Hi I am looking for eigenvectors of a messy jacobian matrix, maple is taking its sweet time with this (but still probably faster than me ;)) I have access to a 250 node(dual and quad opteron) cluster, is there anyway to run maple in parallel? If not will maple see a speed up when run on a dual proc or dual core workstation?
Hi I have the following command: > LinearSolve(E0,Z,free=R) assuming real; when I execute this I get: Error, (in assuming) when calling 'LinearAlgebra:-LinearSolve'. Received: 'unexpected argument(s): free = R, LinearAlgebra:-LinearSolve' I am not sure why? can anyone explain? Without free=R it works fine...
I have used Maple 7 under Windows 2000. Now I want to port it to Windows Vista. It seems to work well, but only when instructions are introduced onto the Maple screen by drag and drop from an external text file. When I try to type numbers or literals nothing appears on the screen. This peculiar behaviour is not observed with other programs, Mathematica (4.2), for example. Additionally, when I try to save a file, the Maple screen disappears immediately. There must be a simple solution of these problems, but I have not yet found it. Any help will be welcome. Thanks! Willy
It appears that Maple uses N as the denominator and not N-1 in calculating a covariance matrix in the Statistics package. Why? Harry Garst
Hi I have a 8x8 jacobian matrix from a nonliniear system of pde's I was attempting to get maple to find the eigenvectors however it runs and runs and never stops. I have let it run for hours and to me it looks like in its current form its just too messy for maple to solve. The question is how do I get maple to stop evaluating?? The "interrupt current operation" button is grayed out, even though the lower left corner of the screen has a flashing dot with the words "Evaluating..." next to it. I am attempting to simplify the jacobian so that maple can succeed but each time I make a change I have to kill maple and restart to try.
To read data from file and fit it to a known equation,for example y a*x+b I used the commands: fs := ImportMatrix("C:\\Fit\\test.dat"): with(Statistics):eq:=Fit(BesselK(a*x+b,fs[1....200,1],fs[1...200,2],x); but I do not know how to let Maple calclate the values of y for each x after I knew the parameters a and b from the fitting.and how I can plot the fitting equation to compare it with the plot of the data to know is the fitting is good or know.
I want to find the real part of the following expression, but I keep having difficulty: simplify(evalc((zks/(alphas+I*vs)*(exp(-I*times*vs)-exp(-I*times1*vs-alphas*tds))))) assuming real; Maple refused to do it... what can I do? Thanks!
I admit that I am clueless to this error message produced by 'march' > march('delete',libname[1],'a'); Error, (in march) cannot lock repository and a similar message produced by Delete from LibraryTools: > Delete('a',libname[1]); Error, (in march) cannot lock repository because: 1. There is my personal Maple library file in the path specified by libname[1]. 2. Issuing command > ShowContents(libname[1]); returns the library content showing that "a.m" file/name is there. 3. The library attribute is not READONLY but it is WRITABLE. What is going on? Any suggestions?
I am trying to display multiple integrals with the equation editor in my questions. If I use the name $eqn, for example, it does not put that in HTML format. It may leave it: x^2 +y^3. I have tried putting my variable into HTML in the algorithm but then it will not display at all. Any suggestions? I have avoided the editor as much as possible but it is impossible with definate integrals.
Maple folks, I am a Maple newbie. I am trying to figure out how to graph an inequality: x + y
Hi all, I am just playing around with Maple, with curiosity, to see how smart it is and how much can I rely on it for work... Here is a probably difficult integral, I couldn't get Maple to do it: assume(b>0, T>0, a>0, w>0); int(exp(-b*sqrt(w))/sqrt(a^2+w^2), w = T .. infinity); Is there a way to get it work? I tried a few numerical values, this integral should converge... right?
Hello, I have a problem with a system of ODEs. The three differential equations are as follows: diff(c(t),t) = 2*(c(t))^2 + 21/50*c(t) - 1/100*(h(t))^2 - 1/5*c(t)*h(t) - (9/2000)*h(t) + 49/4000; diff(h(t),t) = h(t)*(c(t) - 1/5*(h(t)-1)); diff(k(t),t) = 8/100*k(t) - h(t) - 1/5*k(t)*h(t); diff(c(t),t) = 2*(c(t))^2 + 21/50*c(t) - 1/100*(h(t))^2 - 1/5*c(t)*h(t) - (9/2000)*h(t) + 49/4000; diff(h(t),t) = h(t)*(c(t) - 1/5*(h(t)-1)); diff(k(t),t) = 8/100*k(t) - h(t) - 1/5*k(t)*h(t); As t goes to infinity the three variables c(t), h(t), k(t), respectively, approach certain values -in this setting 1/50, 11/10, 55/3, respectively- with the values of the derivatives converging to 0. (The point is saddle path-stable.)
First 2297 2298 2299 2300 2301 2302 2303 Last Page 2299 of 2415