Hi
I want to create different functions using a loop.
> for n from 1 to 3 do f:=x^n end do:
> plot(f,x);
Now i see 3 different graphs, but I'd really like to have them all 3 in one.
Is this possible?
Koen
Hello Maple Users,
Excuse me if this appears twice (computer illiterate). I am using Maple 11 in the standard worksheet interface in text (not document) mode, and wish to insert graphs (previously plotted) into the text region, then click below the graph and continue in text mode; it is important the flow of argument with text, graph, text, is maintained. In the Classic worksheet this can be done, but not, it appears, in the standard worksheet. Can anyone help? Thank you.
Sincerely,
A. Kirfoot.
I read and re-read the manual on using spell check but can not get it to work. For example, I open maple to a fresh worksheet, and at the prompt type in now is the qoittja. Then I go to tools and select spell chek. Instantly I get a small popup message that says spell check complete but it didn't find the obvious mistake (quoittja is not a word). What in the world is going on here? How do I use spell check? Could you offer an example please? Thanks.
I have written a loop that should create an array, but because I am solving a polynomial both solutions are given in the array. Is there a way to just select out the positive root so that I can plot with this array later? Any help would be greatly appreciated.
Nick
Hello, I am working on a problem that I cannot solve for several days. Any help is welcomed :)
I have a differential equation
y''(x) = a * y'(x) + b * y(x) + c
I have two vectors X = (x1, ..., xn) and Z = (z1, ..., zn)
y(x1) = z1
y(xm)=zm
I have to solve the problem by determining the 'a', 'b' and 'c' by using least square method.
I am trying to use dsolve to get a solution of the differential equation and then the Optimization package to use the least square method, but I cannot get it right.
Thank you very much for any help.
How can I create a 3D images in Maple 11 without entering any expression?Is it by using the new drawing tools?
hi...
can any one give me general source code for random generator?
i need to use the source code for my project...
thank you..
Is it possible to produce a file of something like tab delineated data via a 2D plot object? Basically all I want to do is create a data file using the points stored in the plot structure for use in a METAPOST file, and I haven't been able to come up with anything. Any help would be greatly appreciated. Thanks a lot.
Keenan
I'm working on a problem for class that requires me to use dsolve but, I'm getting a generic error when I try to use dsolve the exact same way they use it in the example.
my code is:
A:=matrix([[-1,0],[1,-2]]);
B:=matrix(2,1,[1,-1]);
ics:=x(0)=matrix(2,1,[1,0]);
equ:=diff(x(t),t)=A*x(t)+B;
dsolve({equ,ics},{x(t)});
Error, (in solve) invalid arguments
I don't know what's wrong with this since its almost exactly like the example they give for dsolve.
My class was given this question as a final homework but we can't figure out how to solve it. We have talked to the professor on multiple occasions but he will not provide any help. If anyone knows how to solve this using maple, please help. The question is below...
solve x(t) = Ax(t)+B where
B=[1
-1]
A=[-1 0
1 2]
and x(0) = (1 0)
Sorry for the matrix formatting but, I don't know how to use the math equations here.
I downloaded the files for this app but I did not see any instructions on installing this. Can anyone help me install this library?
Thanks
Maple Professionals:
I wish to prgramm a greedy heuristic in maple and would be more than grateful, if someone could help me, since I am no expert in programming.
The problem is a simple stocking problem. There are two parts I wish to stock in my warehouse. I know their demand, delivery time and item cost. From the demand and the delivery time I can calculate the expected backorders given a specified number of units in stock based on a poisson distribution.
In the greedy heuristic step by step I increase the stock of all items by 1 and then calculate the reduction in expected backorders divided by the item cost (some kind of "bang per buck"). I then compare the reduction over all items and increase the stock by one for the item with the highest reduction.
Hi ! Sorry for my english... I'm finding roots of polynoms like X²+ aX + b, a and b can be very complicated, with a lot of square roots inside. When maple gimme the roots, or when i assign some variables, it try to simplifie the output, creating "subsections" named %1 or %2 etc... For example :
Or
How can i get the output without theses "simplifications" ?
Hi,
can anyone help me with the following
what is the purpose of the
(1) getmath(var) command
(2) getmaple(var) command
(3) exportmath(var) command
(4) exportmaple(var) command
in addition, can i author questions for export to mathML using the standard maple package? or do i need to download and install maple TA as well?
here is a sample of the type of questions i am trying to author.
any inputs would be welcome. you could also send your replies to erodish333@hotmail.com
thanks !
sudarshan shidore
Please replace this text with the link to your file.
The li
Hi,
I'm just writing a question bank for some simple integration exercises. This causes some problems with the constants of integration and the syntax of maple graded questions:
If I ask for int(1/sqrt(x^2+4),x)
one student could give the correct answer ln(x+sqrt(x^2+4))
and another one could give arcsinh(x/2)
, which is correct as well but with another additive constant. In formula mode one of these results would not be acknowledged as correct.
Therefore I tried to use maple graded questions and compare the differentiated results.
I used the syntax like in the manual at http://www.brownstone.net/support/edu/authoring/index.html