gkokovidis

2370 Reputation

13 Badges

20 years, 291 days
Draeger Medical Systems, Inc.

 

 

Regards,
Georgios Kokovidis
Dräger Medical

MaplePrimes Activity


These are replies submitted by gkokovidis

Agreed. Without the answer that Mathcad returned, it was a guess as to which format to use in Maple. I did not check the numeric answer for both cases. A sign of old age. Regards, Georgios Kokovidis Dräger Medical
Agreed. Without the answer that Mathcad returned, it was a guess as to which format to use in Maple. I did not check the numeric answer for both cases. A sign of old age. Regards, Georgios Kokovidis Dräger Medical
What you illustrate above might indeed be a "bug". The Maple Toolbox for Matlab is not designed to be "fully" compatible with what you already have with respect to the Symbolic Toolbox for Matlab. That toolbox uses the Maple 8 engine, where the new link uses the latest version of Maple, currently at 11. This would imply that version 11 of Maple is fully backwards compatible with version 8. I cannot comment on that, but I doubt it. Regards, Georgios Kokovidis Dräger Medical
I have always wondered how to describe some of my links in posts that I have made over the years. Thank you Will for arming me with such an eloquent way to articulate this for future use. Regards, Georgios Kokovidis Dräger Medical
It is mentioned in the Introductory Programming Guide for version 10. If you do a search in the pdf document for the Intro Prog Guide, you will find it. You can also see it show up in Maple with the following command: >anames(environment); Regards, Georgios Kokovidis Dräger Medical
I downloaded the worksheet, and compared it to the pdf. The perceived problem as you mention above, is not the rendering to pdf, but the actual worksheet style used. That is a matter of choice for each user, but I agree with your observation that it looks rather peculiar. Regards, Georgios Kokovidis Dräger Medical
>restart: >int(1/(a*x^3+b*x+c),x); >allvalues(%); Look at the help files for the int command and for the allvalues command to get more details. At the prompt, type the following commands below. If you have values for a,b,c and a range, you would be better with a numerical answer. The output of the above commands is rather large and difficult to manipulate. >?int >?allvalues Regards, Georgios Kokovidis Dräger Medical
Thanks for the post Jacques. It was the way I had Firefox set up w.r.t character encoding. I switched to Netscape and could see the equation as an image. By the way, how did you enter it into Maple? Did you view the page source and then cut and paste. That seems to work for me. I can't imagine typing all that in by hand and not making a mistake. Regards, Georgios Kokovidis Dräger Medical
Your post does not show up well for some reason. Can you upload your worksheet. Most of your equation is cut off. Regards, Georgios Kokovidis Dräger Medical
There are a couple of ways to do this. You can use fsolve. It helps to plot first to determine where the range of the intersecting points are. You can also use the Student Calculus package. See example below. >restart:with(plots): >P1 := plot(x^2, x = 0 .. .9): >P2 := plot(sin(x), x = 0 .. .9, color = blue): >display(P1,P2); >fsolve(x^2=sin(x),x); 0. >fsolve(x^2=sin(x),x,x=.5..1); 0.8767262154 > with(Student[Calculus1]): > Roots(x^2=sin(x),numeric); [0., 0.8767262154] Regards, Georgios Kokovidis Dräger Medical
There are a couple of ways to do this. You can use fsolve. It helps to plot first to determine where the range of the intersecting points are. You can also use the Student Calculus package. See example below. >restart:with(plots): >P1 := plot(x^2, x = 0 .. .9): >P2 := plot(sin(x), x = 0 .. .9, color = blue): >display(P1,P2); >fsolve(x^2=sin(x),x); 0. >fsolve(x^2=sin(x),x,x=.5..1); 0.8767262154 > with(Student[Calculus1]): > Roots(x^2=sin(x),numeric); [0., 0.8767262154] Regards, Georgios Kokovidis Dräger Medical
When you upload a file, it gets stored on a server controlled by Maplesoft. When other people download the file that you uploaded, it comes to them via the server. It has nothing to do with the computer that the file originated from. Regards, Georgios Kokovidis Dräger Medical
Thanks for the feedback. Regards, Georgios Kokovidis Dräger Medical
In Maple 10, standard interface, which I rarely use, the following works: >plot(sin(x), x = 0 .. 2*Pi, axis = ([color = green])); ?plot/axis will bring up the help page with all of the axis options. It does not work for the Classic interface of Maple 10. Regards, Georgios Kokovidis Dräger Medical
Interesting result from the above code. I cut and paste the statement into Maple 10.06 WinXP SP2 and I received the same error message, as expected. I tried the same code on my older machine running WinXP SP2 with Maple 9.52 and it works just fine. Just an observation for the folks at Maple. I am currently awaiting for my copy of Maple 11 to arrive. I am curious to see if this works on version 11. Regards, Georgios Kokovidis
First 17 18 19 20 21 22 23 Page 19 of 24