MaplePrimes Questions

Hey all I would like to know if after solving a Matrix Differntial Equation (general form, no initial conditions) there is a way to convert the solution matrix to equation form (i.e. y(t)= C_1e^(3t)+C_2e^(-t)+... etc). see yas david
Hello all, I'm having trouble with working out an animation problem in maple 10 which I was hoping someone might be able to give me an idea on. I have a series of x,y coordinates to draw a line on a graph, where the coordinates are combined as a 2D list like this: list1 = [x1,x2,x3,...] list2 = [y1,y2,y3,...] ... pairxy:=(x,y)->[x,y]: comblist := array(zip(pairxy,list1,list2)): Ive a number of these combined lists, and I'm trying to create an animation which displays each list in turn, making the line appear like it is moving. I thought since I can create a single plot of one list using the plots tools then I could create an animation by calling each list iteratively over a loop, but Ive been trying to create the animated graph, and it doesnt seem to want to work for me, I dont seem to be able to pass my coordinates to the animation function parameters.
I am first install Maple 9.5 under SUSE 9.2 in the directory of
/usr/local/maple. When I use ./xmaple to start it, it reported 'Connection to Kernel lost'. How to repair this one?
so check this out... http://www.math.gatech.edu/~berglund/teaching/computerproject.html i have to create this map to represent the different elevations and then create the various trails shown on the third figure in red. And you have to create the entire grid using a piecewise function. how exactly do you do this? i have no clue how to even get started with maple let alone create a whole new map and all. is there anyone who is really skilled at this type of work who can help me? i'm sure for you guys this is like a piece of cake, but for me...i'm totally clueless. help please!
Hi, I'm using Maple 10 on a linux (Ubuntu) platform. With Maple 9.5, there was a script in the installation folder to uninstall it, but I can't find anything of the likes in the Maple 10 folder! When I installed v10, I just pointed it to ~/.maple10, so would it be safe to assume everything's in there and i can just rm the directory? In case you're wondering, it's only for reinstalling, I'm not abandoning Maple! ;) Thanks, James
I often find maple returning fractions of the following form: - (1/ (x-1)) This would look a whole lot nicer if maple could simplify it to the equivalent: 1/(1-x) I've tried various forms of simplify, breaking up the numerator and denominator then recombining them, etc., but I can't find a general way to do this. Is it possible to customize "simplify"'s notion of complexity?
for engineering purposes the ability to input a multi-variable equation in one form and then apply the known variables and solve for the numeric unknown is very handy. such as an equation of horesepower,torque and rpm. is there an easy way to do this in maple 10?
Hello I have tried solving quite simple equations, but maple seems to give me a complex solution or complicated one. Ex.: ode := diff(h(t), t) = -.168*sqrt(h(t)) ics := h(0) = 225 dsolve({ode, ics}) h(t) = RootOf(250*sqrt(_Z)+21*t-250*sqrt(225)) I know it is a correct solution but it seems a bit wrong anyway, with both sqrt(_Z) and Rootof
Im not a very experienced maple user, so i hope somebody will be able to help me....... I've been tryin to write a maple procedure which produces a symmetric 4 x 4 matrix all of whose entries are positive, i am nearly there but as yet cannot work out how to get the entries to be all positive. Within the procedure ive been using the RandomMatrix command along with the shape = symmetric and have managed to get a 4 x 4 symmetric matrix as output, however i cannot figure out how to make all the entries in the random matrix all positive so that they also are in the symmetric matrix at the end. i hope someone will be able to help me!!
I want to write a code to illustrate complete pivoting. Is there a command to locate the largest (in magnitude) value in a Matrix and return the row and column index? I know I can always write my own code, but a builtin command would be handy.
Does anyone know how to get exp(3) ^ 2 in Maple to output exp(6)? I need this output to transfer to another software program that will understand exp(6) and not e^6. Thanks in advance! Diane > exp(3) ^ 2 Maple displays 6 e but I want it to display exp(6)
I am working on a Maximum Likelihood problem and would like to know whether the LinearAlgebra package can be helpful. Up to now I have been using Maple only to check my work. However, someone pointed out that Maple's capabilities reach much further: it also can determine whether the system of equations is consistent and, if so, Maple can solve the equations. Unfortunately, I am only trained as a psychologist and I am still at the beginning of learning Maple's capabilities. Here are the three equations: f = (Y'b - 1t'b)(b'b)^-1 equation#1
I have an iBokk G4 with OS 10.3.9 and i tried to install Maple 10. After the autentification the install procedure simply stops. When i try to install Maple 9 everything goes fine, but when I doubleclick the Maple symbol it jumps a few times and then simply stops again. I always used maple on this computer until i couldn't start maple 9. I also tried to reinstall the whole os system but that doesen't helped either. Does anyone have the same problems or know a solution, that would be a great help since I need maple for my studies. Michael
I know there is an option in fieldplot that is "fieldstrength" in maple 10. However I need to know if there is some sort of equivalent option on maple 9.5's fieldplot, or another idea on how could I do it, because I'm trying to plot a field and my vectors are just too big on the center and too tiny when distance from the center grows. Of course I know that is inherent to the fields that are proportional to inverse square of the distance, but still I wanted that *something* other tiny unrecognizable dots appeared in my vector field... Thanks
I wish to set the default location for the "backup files" so they don't clutter my $HOME directory. It seems to me that this should be an easy thing to do but I can't find any reference in any of the documentation sources. Everytime I use Maple and quit my home directory is littered with as many as 45 small files which (I presume) are intermediate save files from a session. I don't mind having the program autosave but can I assign this location to some special scratch folder? OS: Mac OS 10.4, G5, Maple 10.
First 2206 2207 2208 2209 2210 2211 2212 Last Page 2208 of 2237