MaplePrimes Questions

I'm making questions for new mathematical students, to know which is their level and then help them in his first year, but i have a problem; I want to know if they are able to simplify an operation, i.e. 4/6 i want them to write 4/6 with MapleTA i don't know how to do that, because a maple Graded question or a formula-enter question gives both valid, and i don't want to use string compare (because "2/3" is the same as "2 / 3" but it's not the same string..., if there is no other solution i can use maple to throw away the space character...") Anyway, there is somebody that knows a smart way to solve that problem?
I have a question which has three parametric equations as the answer. I then need to parse out variables from these equations and make sure the 3 equations satisfy 4 conditions. How do I have $response equal 3 different equations? My answer would be coming in as x=$a+$b*t, y=$c+$d*t, z=$f+$g*t. I would then use the variables a-g in my tests.
Hello I hope someone can help me with this. How do I draw a cylinder with a curved top? That is a cylinder whose height varies with radial angle The following doesn't work. plot3d(3,angle=0..2*Pi,height=0..cos(angle)+2, coords=cylindrical,axes=boxed); Thank you for any hints or tips Tyrian
I am reading Dr. Euler's Fabulous Formula by Nahin. I'm trying to reproduce the graphs that Nahin shows on page 88 using Maple 11. Nahin is a Matlab man. Here is a Maple file that doesn't work: 4937_Page 87F.mw
I wanted to see if someone could point me to where I can learn about 2D plotting. I have been using Mathcad and switching over to Maple (or trying to) and some of the things that are very intuitive in Mathcad seem hidden here. Specifically I'd like to know how to set a graphs zoom or view area without having to literally sit and zoom. I'd like to know how to find quick keys for doing things like inserting a sqrt or infinity symbol and so forth. In Mathcad there are special keys for most all of the mathematical symbols allowing quick keyboard entry instead of having to go search down tool bars.
Hello everyone, First of all, sorry if this question has already been asked, but I am trying to convert an .mws file into a XHTML file (using gif images), using the command line. I'am actually building a website (documentation, FAQ, ...) for a website about a Maple package, and I would like to automate the whole process, so the MWS files would be converted in XHTML easily. Can anyone help me?? Thanks
Sooner or later, you'll like see the following "tip" in with the tips that load when you start Maple, but in case you've overlooked it you should really give this one a try. Just type in: ?examples/index
i have a long analytical expression, which i would like to strongly simplify. Unfortunately, i tried with simplify(%, size).... but this expr still remains long. I also tried with optimize(%,'tryhard') commands, which works pretty well, but i cannot control the assignments....t1,t2,..... How i can control the assigment procedure? Or probably i'm not considering some other commands which are able to reduce the size of a long expression!!! Cab you give references?? Tnx a lot. Paolo








Please replace this text with the link to your file.
The link can be found in the <a href="http://www.mapleprimes.com/filemanager" target = '_top'>File Manager</a>
Hallo, I was wondering if anyone had any pointers about writing/ reading complex mathematical expressions such as these, [(34 - 30I)*exp(1.5 - 6*i)(theta)] + [(25 - 35*I)*exp(2+3*I)(theta)] into/from a text file. I need to copy such data from one maple worksheet into another. I appreciate any advice in this matter. Regards, Virat
This may have already been resolved but in case some people are still having problems... If your maple calculator is not working (ie not giving you an answer .. just giving you a blank line) your firewall may be blocking the java.exe script in your maple\jre\bin directory. Just allow access for this file. So just create a new rule in your firewall to allow full access for the maple\jre\bin\java.exe file and voila your calculator should now be giving you some answers. Hope this helps. And sorry for posting again if someone already mentioned this in the past.
For my technical applications I use the incomplete EllipticE(z,k) = int(sqrt(1-k^2*t^2)/sqrt(1-t^2),t=0..z) and Incomplete Elliptic integral of the first kind EllipticF(z,k), both with z positive but arbitrary and with 0<>
Hi everyone! (I'm Fench, hope my English isn't too bad). I use Maple to solve non-linear differential equations using a numeric method, and I plot these solutions using the basic: >slnew := dsolve({set1, set2, a1(0) = 0, a2(0) = 1, (D(a1))(0) = 0, (D(a2))(0) = 0}, {a1(t), a2(t)}, numeric); >plot1 := odeplot(slnew, [t, a2(t)], t = 0 .. 10, numpoints = 10000); So far it's ok. However, I'd like to compare the difference between the solutions when the initials conditions are slightly different, say, a2(0)=1.1 . So I use the same procedure to create a plot2, and I use: >display(plot1,plot2);
Hello: I just bought this maple sofware last week, and I need some help with that. I am tryingto do my homework from college, "calculus and trig" I need to know how I can erase after I have bee done an exercise in the little window going to: maple 11, untitle, tools, tutor, single variable? I this is very good but I jsut can not erase anyting after I did an exercise , please I need help!! thank you!
Good day everyone! First of all I want to excuse my self for my english: I don't know it well. But this forum is my last hope. I need to solve the next task: For example, there is a ring: x^2+y^2 I need to colour the area in this ring. I didn't find how to do it by Maple function's. All I found is a function inequal, but it work's only with linear inequalities in two unknown variables, and this is not exacly what I need. I have tried to do it using function implicitplot with option filled=true, but it work's good only with circle(for example, x^2+y^2<>).
First 2308 2309 2310 2311 2312 2313 2314 Last Page 2310 of 2415