Rouben Rostamian

MaplePrimes Activity


These are replies submitted by Rouben Rostamian

@acer I do sympathize with the sentiments you have expressed.  I do use the F3 and F4 keys to combine/split execution groups in the manner you have described.

I don't know about you, but I have always felt that the behavior of the F4 key is not quite correct.  Ideally, after joining two execution groups with F4, the prompt (>) of the second groups should go away, but it doesn't.  Perhapst the problem that you and the OP have noted stems from that bad design -- that is, Maple gets confused by those spurious prompts.  Redesigning F4's action to remove those out-of-place prompts should make Maple 2015 happy.

 

@Kitonum You have just helped mish1995 to

  1. avoid doing his homework;
  2. help him deceive his teacher by passing your solution as his own;
  3. get credit for work he didn't do.

Is that a good thing to do?

@rightClick The link marked About at the bottom of every Maple Primes page contains a statement of the objectives of this forum.  There is no explicit prohibition there on doing someone else's homework, but most schools do have integrity policies that condemn passing someone else's work as one's own.

I am by no means empowered to enforce guidelines in this forum.  I am merely expressing my opinion.  Specific questions on technical issues regarding Maple, mathematics, programming, or related issues are quite alright in my view.  But saying "if nobody does this for me I will fail, please do this question for me" exceeds the bounds of propriety by any standard.

That convert in essence replaces D with diff, and we do know that diff works.  That doesn't say why D doesn't work.

@Carl Love I posted my That Clarifies reply to Preben before seeing your mesage.  It agrees with what you have written above.

@Preben Alsholm Ah, that clarifies things even more.  When plotting a vertical segment, if the x coordinate's data is fuzzy even a little bit, the horizontal range is set according to the data.  But if the data is absolutely constant, then the horizontal range is set out of other considerations.  For instance, the following command  sets the x range from -1 to 1 although no view is specified:

plot([0,t, t=0..1]);

@Preben Alsholm Of course! Your observations is right on the mark.  Asking Maple to draw a vertical line segment is not enough.  What is it to take for the horizontal range?

I had assumed implicitly that a polar plot will inclulde the origin.  But there is no basis for that assumption.  If we want to inlcude the origin, then we do:

plot([0, 1/cos(t)], t=0..Pi/3, coords=polar);

and get the correct plot.

In view of this, I am now somewhat puzzled with Kitonum's comment whereby the Classic worksheet produces the correct plot.  Perhaps the Classic worksheet includes the origin in a polar plot by default.

Note added a minute later: To counter my own argument, how do we explain this then?

plot([1,t, t=0..1]);

I don't use the Classic interface.  In the regular interface the bug goes back to at least MapleV-R4.   I was reminded of this while cleaning up my old mailbox today.  I had brought this up in the MUG (Maple Users Group -- remember that?) in 1999 (!).   I should have filed a formal bug report then, but I didn't, assuming that Maple developers were reading the MUG messages.

I suspect that Maple developers do read Maple Primes now.  If no one from Maple responds, I will file a formal bug report.

@Markiyan Hirnyk Yes, I know that.  My question still remains:  Why don't the commands that I have shown work as advertised?  Let us note that the following produces the correct result:

plot(cos(3*t), t=0..Pi, coords=polar);

 

 

@JohnPo It is not clear from your questions whether you are looking for A^(-1) or the solutoin of Ax=b.  The two are equivalent in principle, but very different computationally.  If you have a problem with solving Ax=b, then post a minimal worksheet that exhibits the problem.

 

When I do M^(-1) for a matrix M, I don't get the error message that you get, so I assume that the problem is in your matrix M.  Post a minimal worksheet that shows the problem.

Hi @Carl Love, your dedication to Maple Primes, and the wealth of your contributions to this forum is undeniable, and I have personally much benefited from your help.  However, I see some harm in your supplying a complete answer to a question which is obviously a homework problem.  The student will submit your solution to the teacher and get a good grade, but is deprived of the intellectual exercise which the homework was intended to provide.

Perhaps a better approach to responding to such questions is to provide hints to point the student in the right direction, but not do a wholesale giveaway of the solution.

 

@kxiaocai The Maple expression Matrix(3,3, (i,j)->f(i,j)) produces a 3×3 matrix whose (i,j) entry is f(i,j).  In your case, we want the (i,j) entry to be ∂Ri/∂pj. so that's what I wrote.

@nm What is the utility/software shown in your screen capture, and it is in what operating system?

@Axel Vogt The ultimate goal to to insert the saved graphics in LaTeX articles which the students write.  Saving in raster formats, such as gif or jpeg produces poor results.  EPS or PDF are the right choices there.  We chose PDF for various secondary reasons.

First 95 96 97 98 99 Page 97 of 99