MaplePrimes Questions

I have used the dsolve feature and solved a normal ODE. The problem ariss from evaluating that result for different y(x) values. I get the y(x) attached to some message regarding a table. The ODE was y'=-400t*y(t). After solving the diff eq, I evaluated y(t) at t=0 and I got a nice answer, which I defined as t[0]. A few lines later I attempted to use t[0] in a simple subtraction step but got 19.7table[....]... where 19.7 was the correct answer but the subsequent phrase table referred to earlier y(t) evaluation. So, even though t[0] gives a nice answer it can't be used for any calculations. How do I rectify this problem?
Hi, Again I'm hearing voices! I have beat myself to death and have found the end of the internet in my search for help on the solutions to String deflection problems: I need to find u(x,t) for the following: Initial velocity = 0, a small k = 0.01, L=1 c^2 = 1 Problem 1 k*(sin(2*Pi*x) ; #Problem 2 k*(sin(Pi*x)-1/3*sin(Pi*3*x)); The second problem is a homework problem. The first is a problem I want to do to see how this works, but I can't grasp the idea. The problems are from the 9th Ed of Kreyszig AEM. (Great for proofs, short on examples)
I'm working through an example program. It seems to be working correctly. However, I would like to know why this procedure produces a Maplet ? Any other insight into this procedure you can provide would also be helpful. thanks, View 285_dicegame.mw on MapleNet or Download 285_dicegame.mw
View file details
A scientific journal, which will remain nameless, requires that tickmarks on the plots face IN rather than OUT. I don't see how to change this in Maple... I can't blame them, it seems like a triviality. So is there a way? And failing that, anyone have any ideas. I'm thinking I'll load the gifs into gimp and fix them that way, but that seems awfully roundabout. Thanks.
A while ago I posted to a forum which was not the one I intended to post to. I reposted but my original post remains in the MAPLE TA forum. Is there any way to remove one's own post from a forum?
Sorry in advance, for the low-level question. What Maple command allows you to form an (n,2) matrix from two (n,1) column vectors? thanks a lot
Hello, I desire a different version of CodeGeneration[Fortran], and at the recommendation of the Maple 10 help system, copied the files in 'C:\Program Files\Maple 10\samples\CodeGeneration\Fortran77' and started making some very minor changes (i.e., changing .ne. to /=). However, I have not been able to work out how to load this modified file into Maple. The help system points to CodeGeneration:-LanguageDefinition:-Add(langname, moddef) function. The key is, I guess, is to load the modified file into moddef. I do not see how I can do this. Cheers Dave
I enter this at the command prompt >sss := [[1, 2], [2, 4], [3, 6], [4, 8], [5, 10]] Then I enter this at the command prompt >sss; and I get the output [[1, 2], [2, 4], [3, 6], [4, 8], [5, 10]] as expected. Then I enter this MakeData := proc () local i; global ggg; for i to 5 do ggg[i, 1] := i; ggg[i, 2] := 2*i end do end proc Then I run the proceedure MakeData and I test various values of ggg[i,j] to verify that ggg[i,j] = sss[i,j] But when I type ggg at the command prompt, the output just returns ggg, it doesn't give me the whole display, as it does when I type sss as the command prompt. Is there any way to get that output when just using ggg ?
After reading pg. 201 in the INTRODUCTORY PROGRAMMING GUIDE, I got the impression that one could declare both local and global variables within a proceedure. This parses proc1 := proc () local i; end proc; So does this proc1 := proc () global j; end proc; But not this proc1:=proc() local i: global j: end proc; Is it possible to declare both global and local variables from inside a procedure?
How can enter a command in MAPLE to calculate a partial sum of an already exhibited continued fraction?
Hello everyone! How do I get the context menu elements in command line, I tried ContextMenu(x^2-3=0); but I got error. Note: above was working in an old version of maple. -Ali-
Hello everybody,I am a newby and I need some help here quite desperately: We have a number, for example: 632096185 Is there a way in maple to make a list of numbers like that: [632,96,185] that is, cutting our number in the 3-digit numbers: 632,096,185 and putting them in a list? I want to have a list of integers and NOT strings.["632","096","185"] won't do (except if there is a way to turn strings into numbers like this "123"->123). Another question: I need to make a routine where the input is a list.Is there a way to make a procedure proc(L) where L is a list?! If not, any similar way?
Hello: I was wondering if someone can help me locate worksheets for Pre-Calculus (high school level)? I'm a new Maple user and still trying to figure out how to use the software. Also, my teacher gives us problems that are not in the book, which makes it really difficult. Thank you! Jessica
I want to use dsolve (Maple 10) to iteratively solve two systems of ODEs adjusting the boundary conditions until the solutions match at a fitting point. My problem is that the output of dsolve is a set of functions, and, each time dsolve is called, the solutions might not be reported in the same order as the last time dsolve was called. This makes it difficult to write a routine that compares the results of each iteration. I would appreciate any advice on how to extract the solutions from the dsolve output.
Sorry for the poorly formated post of the same name. I'm still trying to figure out how to cut and paste from Maple to this forum. Is it possible? Also the main question is: I have the results of a Fourier series and I wish to factor out a common coefficient: (4/Pi)*Sin(x)+4/Pi*sin(3*x)....+) Is there a command(s) to get the results: (4/Pi)*(sin(x) + sin(3*x).....+ ) Thank You Larry Ciak View 1600_11.2-6 Primes 1 Post.mw on MapleNet or
First 2355 2356 2357 2358 2359 2360 2361 Last Page 2357 of 2421